family stofs
    defstatus complete
    edit PACKAGEHOME '/lfs/h1/ops/%ENVIR%/packages/stofs.%stofs_ver%'
    edit PROJ 'STOFS'
    family v2.1
      edit COLDSTART 'NO'
      family 2d_glo
        task jstofs_2d_glo_cold_adcprep
          trigger :TIME >= 0030 and :TIME <= 0630
        task jstofs_2d_glo_cold_spinup
          trigger jstofs_2d_glo_cold_adcprep == complete
          edit ECF_PASS 'FREE'
        task jstofs_2d_glo_prep_nowcast
          trigger ( :TIME >= 0305 and :TIME <=0905 ) and jstofs_2d_glo_cold_spinup == complete
        task jstofs_2d_glo_prep_forecast
          trigger jstofs_2d_glo_prep_nowcast == complete
        task jstofs_2d_glo_fcst_nowcast
          trigger ( :TIME >= 0350 and :TIME <= 0950 ) and jstofs_2d_glo_cold_spinup == complete and /prod_clone/primary/00/gfs/v16.3/gfs/atmos/post/jgfs_atmos_post_f000 == complete or /prod_clone/primary/00/gfs/v16.3/gfs/atmos/post/jgfs_atmos_post_f000 == active
        task jstofs_2d_glo_fcst_forecast
          trigger jstofs_2d_glo_fcst_nowcast == complete
        task jstofs_2d_glo_post_anomaly
          trigger jstofs_2d_glo_fcst_forecast == complete and jstofs_2d_glo_prep_forecast == complete
        task jstofs_2d_glo_post_ncdiff
          trigger jstofs_2d_glo_fcst_forecast == complete and jstofs_2d_glo_prep_forecast == complete
        task jstofs_2d_glo_post_grib2
          trigger jstofs_2d_glo_post_ncdiff == complete
        task jstofs_2d_glo_gempak
          trigger jstofs_2d_glo_post_grib2 == complete
      endfamily
    endfamily
  endfamily