HYPE
All Classes Namespaces Files Functions Variables Pages
List of all members
worldvar::outstatetype Type Reference

Public Data Type Components

logical doall
 
logical doperiod
 
logical firstofmonth
 
logical firstofyear
 
logical compress
 
integer fileformat
 
integer numdates
 
type(datetype), dimension(:), allocatable predate
 

Detailed Description

Type for settings related to writing of state files.

Data Type Components Description

◆ compress

logical worldvar::outstatetype::compress

Status for saving compressed state files.

◆ doall

logical worldvar::outstatetype::doall

Status for save state file for all timesteps.

◆ doperiod

logical worldvar::outstatetype::doperiod

Status for save state file for all timesteps between two dates.

◆ fileformat

integer worldvar::outstatetype::fileformat

Code for file format (0=formatted ascii, 1=unformatted ascii)

◆ firstofmonth

logical worldvar::outstatetype::firstofmonth

Status for save state file for the first of each month.

◆ firstofyear

logical worldvar::outstatetype::firstofyear

Status for save state file for the first of January each year.

◆ numdates

integer worldvar::outstatetype::numdates

Number of dates for saving state specified dates.

◆ predate

type(datetype), dimension(:), allocatable worldvar::outstatetype::predate

Previous timestep of date for outstate (because written at end of that time step)


The documentation for this type was generated from the following files: