Public Data Type Components | |
logical | doall |
logical | doperiod |
logical | firstofmonth |
logical | firstofyear |
logical | compress |
integer | fileformat |
integer | numdates |
type(datetype), dimension(:), allocatable | predate |
Type for settings related to writing of state files.
logical worldvar::outstatetype::compress |
Status for saving compressed state files.
logical worldvar::outstatetype::doall |
Status for save state file for all timesteps.
logical worldvar::outstatetype::doperiod |
Status for save state file for all timesteps between two dates.
integer worldvar::outstatetype::fileformat |
Code for file format (0=formatted ascii, 1=unformatted ascii)
logical worldvar::outstatetype::firstofmonth |
Status for save state file for the first of each month.
logical worldvar::outstatetype::firstofyear |
Status for save state file for the first of January each year.
integer worldvar::outstatetype::numdates |
Number of dates for saving state specified dates.
type(datetype), dimension(:), allocatable worldvar::outstatetype::predate |
Previous timestep of date for outstate (because written at end of that time step)