You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any sort of documentation on all the options/flags you can set in the "confopts" of the bash rocoto scripts for HAFS?
I am running HAFS v1 a on Orion from the developer branch (pulled Feb 2023)
I am wanting to stage some data of my own from a nature run with syndat/tcvitals of the simulated TC and need to point to this staged directory rather than the work/work2 data staged on Orion.
I believe you can also set various gsi parameters here too (like gfs.use_bufr_nr), but is there any "method to the madness" here or list of things that can be set here?
If I were to want to change the input data including tcvitals, gfs data, hafs data, etc. is it really as simple as adding:
dir.syndat={PATH} to the confopts? (Following definitions in system.conf)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is there any sort of documentation on all the options/flags you can set in the "confopts" of the bash rocoto scripts for HAFS?
I am running HAFS v1 a on Orion from the developer branch (pulled Feb 2023)
I am wanting to stage some data of my own from a nature run with syndat/tcvitals of the simulated TC and need to point to this staged directory rather than the work/work2 data staged on Orion.
I know I can set the COMgfs in the confopts like:
confopts="config.EXPT=${EXPT} config.SUBEXPT=${SUBEXPT}
dir.COMgfs={INSERT/DIR/PATH/HERE/}
../parm/hafsv1_hfsa.conf"
I believe you can also set various gsi parameters here too (like gfs.use_bufr_nr), but is there any "method to the madness" here or list of things that can be set here?
If I were to want to change the input data including tcvitals, gfs data, hafs data, etc. is it really as simple as adding:
dir.syndat={PATH} to the confopts? (Following definitions in system.conf)
Beta Was this translation helpful? Give feedback.
All reactions