Property:Describe output parameters model
From CSDMS
This is a property of type Text.
S
"sediment_fill__depth":
{
"dtype": float,
"intent": "out",
"optional": False,
"units": "m",
"mapping": "node",
"doc": "Depth of sediment added at eachnode",
}
"topographic__elevation":
{
"dtype": float,
"intent": "inout",
"optional": False,
"units": "m",
"mapping": "node",
"doc": "Land surface topographic elevation",
} +
E
"soil__depth":
{
"dtype": float,
"intent": "in",
"optional": False,
"units": "m",
"mapping": "node",
"doc": "Depth of soil or weathered bedrock",
}
"soil_production__rate":
{
"dtype": float,
"intent": "out",
"optional": False,
"units": "m/yr",
"mapping": "node",
"doc": "rate of soil production at nodes",
} +
T
"soil__flux":
{
"dtype": float,
"intent": "out",
"optional": False,
"units": "m^2/yr",
"mapping": "link",
"doc": "flux of soil in direction of link",
}
"topographic__elevation":
{
"dtype": float,
"intent": "inout",
"optional": False,
"units": "m",
"mapping": "node",
"doc": "Land surface topographic elevation",
}
"topographic__slope":
{
"dtype": float,
"intent": "out",
"optional": False,
"units": "m/m",
"mapping": "link",
"doc": "gradient of the ground surface",
} +
V
"surface__evapotranspiration":
{
"dtype": float,
"intent": "in",
"optional": False,
"units": "mm",
"mapping": "cell",
"doc": "actual sum of evaporation and plant transpiration",
}
"surface__potential_evapotranspiration_30day_mean":
{
"dtype": float,
"intent": "in",
"optional": False,
"units": "mm",
"mapping": "cell",
"doc": "30 day mean of surface__potential_evapotranspiration",
}
"surface__potential_evapotranspiration_rate":
{
"dtype": float,
"intent": "in",
"optional": False,
"units": "mm",
"mapping": "cell",
"doc": "potential sum of evaporation and potential transpiration",
}
"vegetation__cover_fraction":
{
"dtype": float,
"intent": "out",
"optional": False,
"units": "None",
"mapping": "cell",
"doc": "fraction of land covered by vegetation",
}
"vegetation__dead_biomass":
{
"dtype": float,
"intent": "out",
"optional": False,
"units": "g m^-2 d^-1",
"mapping": "cell",
"doc": "weight of dead organic mass per unit area - measured in terms of dry matter",
}
"vegetation__dead_leaf_area_index":
{
"dtype": float,
"intent": "out",
"optional": False,
"units": "None",
"mapping": "cell",
"doc": "one-sided dead leaf area per unit ground surface area",
}
"vegetation__live_biomass":
{
"dtype": float,
"intent": "out",
"optional": False,
"units": "g m^-2 d^-1",
"mapping": "cell",
"doc": "weight of green organic mass per unit area - measured in terms of dry matter",
}
"vegetation__live_leaf_area_index":
{
"dtype": float,
"intent": "out",
"optional": False,
"units": "None",
"mapping": "cell",
"doc": "one-sided green leaf area per unit ground surface area",
}
"vegetation__plant_functional_type":
{
"dtype": int,
"intent": "in",
"optional": False,
"units": "None",
"mapping": "cell",
"doc": "classification of plants (int), grass=0, shrub=1, tree=2, bare=3, shrub_seedling=4, tree_seedling=5",
}
"vegetation__water_stress":
{
"dtype": float,
"intent": "in",
"optional": False,
"units": "None",
"mapping": "cell",
"doc": "parameter that represents nonlinear effects of water deficit on plants",
}
O
"surface_water__depth":
{
"dtype": float,
"intent": "inout",
"optional": False,
"units": "m",
"mapping": "node",
"doc": "Depth of water on the surface",
} +
S
"taxa__richness":
{
"dtype": int,
"intent": "out",
"optional": False,
"units": "-",
"mapping": "node",
"doc": "The number of taxa at each node",
} +
P
"topographic__elevation":
{
"dtype": float,
"intent": "inout",
"optional": False,
"units": "m",
"mapping": "node",
"doc": "Land surface topographic elevation",
} +
N
"topographic__elevation":
{
"dtype": float,
"intent": "inout",
"optional": True,
"units": "m",
"mapping": "node",
"doc": "Land surface topographic elevation",
} +
O
* Calculation of snowmelt using the surface energy balance or a temperature index/enhanced temperature index method
* Calculation of evapotranspiration for snow-free surfaces using the FAO Penman-Monteith method
+
D
* Query particle locations and travel times at a given iteration
* Query particle locations at a given travel time
* Plot the particle exposure time distributions
* Animate the output images of particle locations
* Plot the travel paths specified particles have taken
* Plot the particle positions for a specified iteration or travel time
+
I
- output_raster: rasterized change detection data from .las
- acc_d8: flow accumulation raster
- fdir_d8: flow direction raster
- output_shapefile_path: query point shapefile
- output_shapefile: buffered flow path shapefile
- investigation_polygons_shapefile: investigation polygon shapefile (first generated, then populated with volume and geomorphometric data under the same name) +
A
B
C
F
-- +
I
M
-- +