SUEWS API Site
Documentation of SUEWS source code
Public Attributes | List of all members
ctrl_output::varattr Type Reference

Public Attributes

character(len=20) header
 
character(len=12) unit
 
character(len=10) fmt
 
character(len=100) longnm
 
character(len=1) aggreg
 
character(len=10) group
 
integer level
 

Detailed Description

Definition at line 57 of file suews_ctrl_output.f95.

Member Data Documentation

◆ aggreg

character(len=1) ctrl_output::varattr::aggreg

Definition at line 62 of file suews_ctrl_output.f95.

62 CHARACTER(len=1) :: aggreg ! aggregation method

◆ fmt

character(len=10) ctrl_output::varattr::fmt

Definition at line 60 of file suews_ctrl_output.f95.

60 CHARACTER(len=10) :: fmt ! output format

◆ group

character(len=10) ctrl_output::varattr::group

Definition at line 63 of file suews_ctrl_output.f95.

63 CHARACTER(len=10) :: group ! group: datetime, default, ESTM, Snow, etc.

◆ header

character(len=20) ctrl_output::varattr::header

Definition at line 58 of file suews_ctrl_output.f95.

58 CHARACTER(len=20) :: header ! short name in headers

◆ level

integer ctrl_output::varattr::level

Definition at line 64 of file suews_ctrl_output.f95.

64 INTEGER :: level ! output priority level: 0 for highest (defualt output)

◆ longnm

character(len=100) ctrl_output::varattr::longnm

Definition at line 61 of file suews_ctrl_output.f95.

61 CHARACTER(len=100) :: longNm ! long name for detailed description

◆ unit

character(len=12) ctrl_output::varattr::unit

Definition at line 59 of file suews_ctrl_output.f95.

59 CHARACTER(len=12) :: unit ! unit

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