soft_calib_parms Derived Type

type, public :: soft_calib_parms


Components

Type Visibility Attributes Name Initial
character(len=16), public :: name = ""

cn2, terrace, land use, mgt, etc.

integer, public :: num_db = 0

crosswalk number of parameter, structure or land use to get database array number

character(len=16), public :: chg_typ = ""

type of change (absval,abschg,pctchg)

real, public :: neg = 0.

negative limit of change

real, public :: pos = 0.

positive limit of change

real, public :: lo = 0.

lower limit of parameter

real, public :: up = 0.

upper limit of parameter