1. Prepare the files
1. Prepare the filesSetup 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
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