Skip to content

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

ecflow run order:

  1. run.ver
  2. ecf/def definations
  3. ecf/gcip(or grib/grib2/upp) scripts
  4. j-jobs

An example, DCOMROOTsat related to GCIP

  1. DCOMROOTsat is defined in run.ver
  2. If no %DCOMROOTsat% defined in def or on ecflow_ui, it will redefine DCOMROOTsat to DCOMROOT
  3. 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

Clone this wiki locally