Conversation
| GDASApp=${GDASApp:-/work2/noaa/da/$LOGNAME/git/GDASApp/} # Change this to your own branch | ||
| JCBinstall=${JCBinstall:-/work2/noaa/da/cmartin/CI/GDASApp/opt} | ||
| JCBpylib=$JCBinstall/lib/python3.7/site-packages | ||
| elif [ $machine = hera ]; then |
There was a problem hiding this comment.
Can we still support Hera? The compute nodes aren't going away immediately
There was a problem hiding this comment.
Correct. Hera compute will remain past 8/5/2025
08/05* Hera scratch 1-2 disks decommissioned (Hera CPU nodes still available)
*CPU allocations remain on Hera and users can run jobs using the cross-mounted Ursa disks. Hera access
will remain for as long as there is funding.
There was a problem hiding this comment.
Can we still support Hera? The compute nodes aren't going away immediately
OK, I added it back and also added hercules
ush/ufoeval/run_ufo_hofx_test.sh
Outdated
| elif [ $machine = hera ]; then | ||
| export Datapath='/scratch1/NCEPDEV/da/Emily.Liu/UFO_eval/data/gsi_geovals_l127/nofgat_aug2021/'$dataprocdate | ||
| FixDir=/scratch1/NCEPDEV/da/Cory.R.Martin/GDASApp/fix | ||
| elif [ $machine = ursa || $machine" = hera ]; then |
There was a problem hiding this comment.
| elif [ $machine = ursa || $machine" = hera ]; then | |
| elif [ $machine = ursa || $machine = hera ]; then |
Co-authored-by: CoryMartin-NOAA <6354668+CoryMartin-NOAA@users.noreply.github.com>
Co-authored-by: CoryMartin-NOAA <6354668+CoryMartin-NOAA@users.noreply.github.com>
RussTreadon-NOAA
left a comment
There was a problem hiding this comment.
Didn't test but looks good to me.
Approve.
|
Converting to draft while I update the test data and re-test. |
Updating paths so that test data is visible from URSA.
Note this does not update the paths in
config_gsi.yamlandconfig.jedi.yaml