WRF PBL Focused Sensitivity Experiments#

Now that we have a control run of the WRF case study either you should investigate the sensitivity of aspects of the boundary layer to the forumlation in the model. This could take the form of modifying parameters of the existing boundary layer, convection or surface flux parameterization. Or it could take the form of a change in the parameterization used entirely in the model. WRF has multiple parameterizations that can be used for the boundary layer, shallow convection, deep convection and surface fluxes - for the test case the CONUS suite is used, which is used in many applications of the US.

You would need to edit the WRF namelist file in your case directory

edit /glade/work/$USER/ERF/test/em_real/namelist.input

And just the parameterization selections in the &physics block then re-run the simulation

qcmd -l walltime=2:00:00 -- ./wrf.exe

Note

There are many other configurations that are possible, not all of them will perform well for your case studiy. Choose a particular change (1 process at a time) based on the different formulation of the scheme you find most interesting and re-run your case studies as above.

Introducing a Chemistry Component#

You can investigate a WRF-chem case study from this step by step guide to WRF-chem