How to change the time cadence of the output from SWIO - NOAA-SWPC/GSMWAM-IPE GitHub Wiki
Current method
- In 'GSMWAM-IPE/scripts/compsets/*.config':
Reset the value of the following runSeq variables,
export IO_CADENCE=cadence_desired (in seconds, for IPE output )
export AIO_CADENCE=cadence_desired (in seconds, for WAM output)
- In 'GSMWAM-IPE/scripts/compsets/parm/nems.configure.WAM-IPE_io':
In part of Run Sequence, change the time cadence value (in seconds) into the desired ones, the following is an code example for that:
runSeq::
@180.0
ATM -> MED :remapMethod=redist
MED
MED -> IPM :remapMethod=redist
@60.0
ATM
@
IPM
AIO
ATM -> AIO
IO
IPM -> IO
@
::