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

negative limit of change

real, public :: pos

positive limit of change

real, public :: lo

lower limit of parameter

real, public :: up

upper limit of parameter