This page contains the complete list of DLND namelist variables available. They are grouped
by categories designed to aid browsing. Clicking on the name of a variable will display descriptive
information. If search terms are entered in the text box below, the list will be condensed to contain
only matched variables.
Namelist Variable |
Type |
Group |
datamode
valid values: NULL,CPLHIST,DIATREN_ANN_RX1,DIATREN_IAF_RX1
The land model is unique because it supports land data and now snow
data (lnd and sno) almost as if they were two separate components, but
they are in fact running in one component model through one interface.
The land data is associated with the main land model. The snow data
is associated with snow accumulation code (for glacial formation)
inside the land model and is normally on a different grid than the
land data. Each of these models, land, runoff, and snow need to have
their own shr_strdata_nml input because they are distinct sets of
fields on distinct grids with their own modes. In the data model, the
land and snow modes are treated completely independently as
if there were two models.
datamode = "NULL"
NULL is always a valid option and means no data will be generated.
Turns off the data model as a provider of data to the coupler. The
ice_present flag will be set to false and the coupler will assume no
exchange of data to or from the data model.
dataMode = "COPYALL"
Copies all fields directly from the input data streams Any required
fields not found on an input stream will be set to zero.
datamode = "CPLHIST"
Reads in data from coupler history files generated by a previous run
Set by the following xml variables in env_run.xml
DLND_MODE
specifieds values for lnd mode: CPLHIST, NULL
default value: NULL
SNO_MODE
specifies values fo sno mode: CPLHIST, NULL
default value: NULL
|
char*256 |
shr_strdata_nml |
domainfile
spatial gridfile associated with the strdata. grid information will
be read from this file and that grid will serve as the target grid
for all input data for this strdata input.
|
char*256 |
shr_strdata_nml |
dtlimit
array (up to 30 elements) of delta time ratio limits placed on the
time interpolation associated with the array of streams. this real
value causes the model to stop if the ratio of the running maximum
delta time divided by the minimum delta time is greater than the
dtlimit for that stream. for instance, with daily data, the delta
time should be exactly one day throughout the dataset and the computed
maximum divided by minimum delta time should always be 1.0. for
monthly data, the delta time should be between 28 and 31 days and the
maximum ratio should be about 1.1. the running value of the delta
time is computed as data is read and any wraparound or cycling is also
included. this input helps trap missing data or errors in cycling.
to turn off trapping, set the value to 1.0e30 or something similar.
default=1.5.
|
real(30) |
shr_strdata_nml |
fillalgo
array (up to 30 elements) of fill algorithms associated with the array
of streams. valid options are just copy (ie. no fill), special value,
nearest neighbor, nearest neighbor in "i" direction, or nearest
neighbor in "j" direction.
valid values: 'copy','spval','nn','nnoni','nnonj'
default: "nn".
|
char*256(30) |
shr_strdata_nml |
fillmask
plays no role is fill algorithm at the present time.
valid values: "nomask,srcmask,dstmask,bothmask"
default: "nomask"
|
char*256(30) |
shr_strdata_nml |
fillread
array (up to 30 elements) of filenames associated with the array of
streams. specifies the weights file to read in instead of computing the
weights on the fly for the fill operation. if this is set, fillalgo
and fillmask are ignored.
default: unset
|
char*256(30) |
shr_strdata_nml |
fillwrite
array (up to 30 elements) of filenames associated with the array of
streams. specifies the weights file to generate after weights are
computed on the fly for the fill operation. this allows a user to
save and reuse a set of weights later.
default="unset".
|
char*256(30) |
shr_strdata_nml |
mapalgo
array (up to 30 elements) of fill algorithms associated with the array
of streams. valid options are copy by index, set to special value,
nearest neighbor, nearest neighbor in "i" direction, nearest neighbor
in "j" direction, or bilinear.
valid values: copy,spval,nn,nnoni,nnonj,bilinear
default: bilinear
|
char*256(30) |
shr_strdata_nml |
mapmask
array (up to 30 elements) of masking algorithms for mapping input data
associated with the array of streams. valid options are map only from
valid src points, map only to valid destination points, ignore all
masks, map only from valid src points to valid destination points.
valid values: srcmask, dstmask, nomask,bothmask
default: dstmask
|
char*256(30) |
shr_strdata_nml |
mapread
array (up to 30 elements) of filenames associated with the array of
streams. specifies the weights file to read instead of computing
weights on the fly for the mapping (interpolation) operation. if this
is set, mapalgo and mapmask are ignored. default="unset".
|
char*256(30) |
shr_strdata_nml |
mapwrite
array (up to 30 elements) of filenames associated with the array of
streams. specifies the weights file to generate after weights are
computed on the fly for the mapping (interpolation) operation. this
allows a user to save and reuse a set of weights later.
default="unset".
|
char*256(30) |
shr_strdata_nml |
streams
character array (up to 30 elements) of stream input files. this
string is actually parsed by a stream method and so the format is
specified by the stream module. this string consists of a
"stream_input_filename year_align year_first year_last". the
stream_input_filename is a stream text input file and the format and
options are described elsewhere. year_align, year_first, and
year_last provide information about the time axis of the file and how
to relate the input time axis to the model time axis.
default="null".
|
char*256(30) |
shr_strdata_nml |
taxmode
array of time axis modes associated with the array of streams for
handling data outside the specified stream time axis.
valid options are to cycle the data based on the first, last, and
align settings associated with the stream dataset, to extend the first
and last valid value indefinitely, or to limit the interpolated data
to fall only between the least and greatest valid value of the time array.
valid values: cycle,extend,limit
extend = extrapolate before and after the period by using the first or last value.
cycle = cycle between the range of data
limit = restrict to the period for which the data is valid
default="cycle".
|
char*256(30) |
shr_strdata_nml |
tintalgo
array (up to 30 elements) of time interpolation options associated with the array of
streams.
valid values: lower,upper,nearest,linear,coszen
lower = Use lower time-value
upper = Use upper time-value
nearest = Use the nearest time-value
linear = Linearly interpolate between the two time-values
coszen = Scale according to the cosine of the solar zenith angle (for solar)
default="linear".
|
char*256(30) |
shr_strdata_nml |