@@ -453,7 +453,8 @@ UFS_forcing_ensemble_generator.py
453
453
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
454
454
455
455
There is an additional script in ``scm/etc/scripts/UFS_forcing_ensemble_generator.py `` to create UFS-caseGen case(s) starting
456
- with output from UFS Weather Model (UWM) Regression Tests (RTs).
456
+ with output from UFS Weather Model (UWM) Regression Tests (RTs). This script provides a wrapper for ``UFS_case_gen.py `` for
457
+ generating multiple cases at once.
457
458
458
459
.. code :: bash
459
460
@@ -514,11 +515,12 @@ staged UWM RTs located at:
514
515
Example 1: UFS-caseGen for single point
515
516
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
516
517
517
- UFS regression test, ``control_c192 ``, for single point.
518
+ UFS regression test, ``control_c192 ``, for a single point using calculated horizontal advective tendencies,
519
+ supplying the vertical velocity for the vertical advective terms and nudging the horizontal winds:
518
520
519
521
.. code :: bash
520
522
521
- ./UFS_forcing_ensemble_generator.py -d [path_to_regression_tests_output]/control_c192_intel/ -sc --C_RES 192 -dt 360 -n control_c192 -lons 300 -lats 34
523
+ ./UFS_forcing_ensemble_generator.py -d [path_to_regression_tests_output]/control_c192_intel/ -sc --C_RES 192 -dt 360 -n control_c192 -lons 300 -lats 34 -fm 2 -vm 2 -wn
522
524
523
525
Upon successful completion of the script, the command to run the case(s)
524
526
will print to the screen. For example,
@@ -534,11 +536,11 @@ The file ``scm_ufsens_control_c192.py`` is created in ``ccpp-scm/scm/bin/``, whe
534
536
Example 2: UFS-caseGen for list of points
535
537
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
536
538
537
- UFS regression test, ``control_c384 ``, for multiple points.
539
+ UFS regression test, ``control_c384 ``, for multiple points assuming the same forcing method as above:
538
540
539
541
.. code :: bash
540
542
541
- ./UFS_forcing_ensemble_generator.py -d /glade/derecho/scratch/epicufsrt/ufs-weather-model/RT/NEMSfv3gfs/develop-20240607/control_c384_intel/ -sc --C_RES 384 -dt 225 -n control_c384 -lons 300 300 300 300 -lats 34 35 35 37
543
+ ./UFS_forcing_ensemble_generator.py -d /glade/derecho/scratch/epicufsrt/ufs-weather-model/RT/NEMSfv3gfs/develop-20240607/control_c384_intel/ -sc --C_RES 384 -dt 225 -n control_c384 -lons 300 300 300 300 -lats 34 35 35 37 -fm 2 -vm 2 -wn
542
544
543
545
Upon successful completion of the script, the command to run the case(s)
544
546
will print to the screen. For example,
0 commit comments