Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The pre-adapter processes the following NetCDF files from FEWS to be used in the model run.

Master file:

  • file.cio (updates start- and endtime)

Meteorological forcing data:

  • hmd.nc (SWAT file: hmd.hmd)
  • pcp1.nc (SWAT file: pcp1.pcp)
  • pet.nc (SWAT file: pet.txt)
  • slr.nc (SWAT file: slr.slr)
  • tmp1.nc (SWAT file: tmp1.tmp)
  • wnd.nc wnd.nc(SWAT file: wnd.wnd)

Point source forcing data (written to SWAT file #p,dat):

  • WQ_BACTLPCNST.nc
  • WQ_BACTPCNST.nc
  • WQ_CBODCNST.nc
  • WQ_CHLACNST.nc
  • WQ_CMTL1CNST.nc
  • WQ_CMTL2CNST.nc
  • WQ_CMTL3CNST.nc
  • WQ_DISOXCNST.nc
  • WQ_FLOCNST.nc
  • WQ_MINPCNST.nc
  • WQ_NH3CNST.nc
  • WQ_NO2CNST.nc
  • WQ_NO3CNST.nc
  • WQ_ORGNCNST.nc
  • WQ_ORGPCNST.nc
  • WQ_SEDCNST.nc
  • WQ_SOLPSTCNST.nc
  • WQ_SRBPSTCNST.nc

...

The post-adapter uses the following files and the results of the model run to create NetCDF files to load into FEWS.

  • file.cio (master file)
  • schema.ini
    • this file contains information on how to read the model's output files because the column width's aren't fixed and can differ per modelset
      (output.rch > reach.nc, output.sed > sediment.nc, output.sub > subbasin.nc)

GeneralAdapterRun Example Configuration

...