Data is available for several different weather scenarios. Additional data may be downloaded and staged in your working directory, as described in the Users Guide.
First, to save any previous runs that you have completed, move that run directory to another location. Start from your case directory,
cd $UFS_SCRATCH/ufs-mrweather-app-workflow.c96
export RUNDIR=` ./xmlquery RUNDIR --value`
mv $RUNDIR $RUNDIR.2019082900
export RUNDIR=` ./xmlquery RUNDIR --value`
mv $RUNDIR $RUNDIR.2019082900
Then, set the new run date (and init time if needed), again from your case directory:
For a severe storm case:
./xmlchange RUN_STARTDATE=2019-06-15
For Hurricane Barry:
./xmlchange RUN_STARTDATE=2019-07-11
./xmlchange START_TOD=21600
./xmlchange START_TOD=21600
And, submit the new run using
./case.submit
Follow Session 1, step 7 to visualize the output.