NCAR / ccpp-scm

CCPP Single Column Model
Other
13 stars 50 forks source link

REPLAY (UFS_forcing_ensemble_generator.py) - add args.dir_ic and args.dir_grid to argument list? #420

Open bluefinweiwei opened 7 months ago

bluefinweiwei commented 7 months ago

Where: Lines 38-39 in UFS_forcing_ensemble_generator.py.

Problem: Fixed data (e.g., grid, oro, and ic) are not necessarily under args.dir + "/INPUT/".

I am testing a set of fully-coupled global output, where the developers do not have those fixed data under their output directory. I was pointed to a separate directory containing those fixed files that are shared among users on Hera. Is it possible to add directories for args.dir_ic and args.dir_grid to the argument list? Or, have we already had this function that I missed? Thanks!