-
Notifications
You must be signed in to change notification settings - Fork 6
WAFS code dependency notes:
YaliMao-NOAA edited this page Jan 13, 2025
·
2 revisions
For WAFS v7.0
sorc/wafs_upp.fd: modulefiles/post/post_wcoss2.lua
- run.ver
- ecf/def definations
- ecf/gcip(or grib/grib2/upp) scripts
- j-jobs
An example, DCOMROOTsat related to GCIP
- DCOMROOTsat is defined in run.ver
- If no %DCOMROOTsat% defined in def or on ecflow_ui, it will redefine DCOMROOTsat to DCOMROOT
- Defining DCOMROOTsat in ecf/gcip/jwafs_gcip_master.ecf can allow DCOMROOTsat in run.ver(step 1) to take effects:
if [ -n "%DCOMROOTsat:%" ]; then export DCOMROOTsat=%DCOMROOTsat:-DCOMROOT% ; fi