UFS Medium-Range Weather (MRW) Practical Session Guide | Session 3: Post-processing. > 1. Prepare the files

Setup the environment for the case directory location.

For bash:

export CASEROOT=/glade/scratch/$USER/UFS_training/ufs-mrweather-app-workflow.c96

For csh:

setenv CASEROOT /glade/scratch/$USER/UFS_training/ufs-mrweather-app-workflow.c96

Load the wgrib2 module on Cheyenne.

module load grib-bins

Move to the directory that contains the configuration files and scripts used for creating a custom flat text file read by UPP.

cd $HOME/UFS_training/my_ufs_sandbox/src/post/parm

We recommend creating copies of the original *.xml and *.txt files that will be modified or created by this process so they are not overwritten.

cp postcntrl_gfs.xml postcntrl_gfs.xml.orig
cp postcntrl_gfs_f00.xml postcntrl_gfs_f00.xml.orig
cp postxconfig-NT-GFS.txt postxconfig-NT-GFS.txt.orig
cp postxconfig-NT-GFS-F00.txt postxconfig-NT-GFS-F00.txt.orig