UFS Medium-Range Weather (MRW) Practical Session Guide | Session 1: Set Up and Run the Model > 7. Check your results

Your outputs will be in the $UFS_SCRATCH/ufs-mrweather-app-workflow.c96/run directory. After a successful run, the directory will look like this:

 

run directory

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

To visualize the resulting images in png, use the command:

display plot_ufs_phyf_tmp2m.png
display plot_ufs_phyf_tprcp.png

The sample plots are below. 

2M Air Temperature

Total Precipitation

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.