7. Check your results
7. Check your resultsYour outputs will be in the $UFS_SCRATCH/ufs-mrweather-app-workflow.c96/run directory. After a successful run, the directory will look like this:
For visually checking the results of your run, we have provided a NCL script that plots 2-m temperature (tmp2m) and total precipitation (tprcp) at 48 h.
You will need to load NCL first:
module load intel/18.0.5 ncl/6.6.2
Then get and run the script:
cd $UFS_SCRATCH/ufs-mrweather-app-workflow.c96/run
wget https://raw.githubusercontent.com/wiki/ufs-community/ufs-mrweather-app/files/plot_ufs_sfcf.ncl
ncl plot_ufs_sfcf.ncl
wget https://raw.githubusercontent.com/wiki/ufs-community/ufs-mrweather-app/files/plot_ufs_sfcf.ncl
ncl plot_ufs_sfcf.ncl
To visualize the resulting images in png, use the command:
display plot_ufs_phyf_tmp2m.png
display plot_ufs_phyf_tprcp.png
display plot_ufs_phyf_tprcp.png
The sample plots are below.
Now that you completed this step, the next step is to change a namelist option and run a second test to check your understanding of how results will change.