Skip to content

Noah MP baseline runs for developers

HelinWei-NOAA edited this page Jul 28, 2022 · 2 revisions

Welcome to the ufs-weather-model wiki!

Noah MP baseline runs for developers

(1) download the ufs version used for those baseline runs

% git clone https://github.com/HelinWei-NOAA/ufs-weather-model ufs-weather-model
% cd ufs-weather-model
% git checkout noahmp_baseline
% git submodule update —init —recursive
(2) modify the code and edit tests/rt.conf to have tests you want and use rt.sh -l rt.conf to submit the job

(3) baseline runs we have and you can use to compare your own tests

control
control_noahmp
control_c384
control_noahmp_c384
regional_control
regional_control_noahmp

control_debug
control_noahmp_debug
regional_debug
regional_noahmp_debug

Results, input.nml and joblog files can be found from /scratch1/NCEPDEV/global/Helin.Wei/noahmp_baselines

The corresponding suite used for the different baseline can be found in tests/rt.conf.noahmp

Clone this wiki locally