Difference between revisions of "Worldfiles"

From Rhessys
Jump to navigationJump to search
(New page: {| {{table}} | align="center" style="background:#f0f0f0;"|'''Name''' | align="center" style="background:#f0f0f0;"|'''Parameters''' | align="center" style="background:#f0f0f0;"|''' ''' | al...)
 
Line 30: Line 30:
 
|  
 
|  
 
|}
 
|}
_hillslope h10000 1 ("h10000" is the hillslope map)
 
x value 0.0
 
y value 0.0
 
z aver rainbow.dem
 
default_ID dvalue 1
 
base_flow value 0.0
 
n_basestations dvalue 0
 
_zone h10000 1 (if you have a zone map, use that. Here, we used the hillslope map as the zone map)
 
x value 0.0
 
y value 0.0
 
z aver rainbow.dem
 
default_ID dvalue 1
 
a_area area
 
slope aver slope2 ("slope2" is the slope map created in GRASS)
 
aspect spavg aspect2 slope2 ("aspect2" and "slope2" were created in GRASS)
 
isohyet value 1.0
 
east_horizon value 0.1745
 
west_horizon value 0.1745
 
n_basestations dvalue 1
 
base_station_ID dvalue 101
 
_patch patch1.cl 1 ("patch1.cl" is the patch map created in GRASS)
 
x value 0.0
 
y value 0.0
 
z aver rainbow.dem
 
soil_default_ID mode soils_new (this takes the modal values/ID's from the soils map called "soils_new")
 
landuse_default_ID mode lu90 (this takes the model values/ID's from the land use map called "lu90")
 
a_area area
 
slope aver slope2
 
wetness_index value 7
 
Ksat_vertical aver impervious ("impervious" is the impervious map created in GRASS)
 
m aver m3 (this takes the average values from the "m3" map)
 
unsat_storage value 0.01
 
sat_deficit value 0.02
 
snowpack_water_equivalent_depth value 0.00
 
snowpack_water_depth value 0.0
 
snowpack_T value -10.0
 
snowpack_surface_age value 0
 
snowpack_energy_deficit value -0.5
 
rain_stored value 0.00
 
litter_cs.litr1c value 0.0780
 
litter_ns.litr1n value 0.0011
 
litter_cs.litr2c value 0.0792
 
litter_cs.litr3c value 0.0000
 
litter_cs.litr4c value 0.0243
 
soil_cs.soil1c value 3.2
 
soil_ns.sminn value 0.005
 
soil_ns.nitrate value 0.001
 
soil_cs.soil2c value 3.0
 
soil_cs.soil3c value 3.5
 
soil_cs.soil4c value 8.0
 
n_basestations dvalue 0
 
_stratum patch1.cl 1 (if you have a stratum map, use that. Here, we used the patch map called "patch1.cl" in place of a stratum map)
 
default_ID mode vegtype5 (this takes the model values from the vegetation map called "vegtype5")
 

Revision as of 17:59, 29 October 2009

Name Parameters Description ' '
daver Map Outputs the average integer value in map
aver Map outputs the average float value in map
Spavg Map output the spherical average (float) in map
mode Map outputs the average float value in map
area outputs the area
count Map outputs the number of categories in map
deqn Multiply add map outputs (average integer value in map ) * multiply + add
eqn Multiply add map outputs (average float value in map ) * multiply + add
Dvalue Integer_value outputs integer_value
value Float_value outputs float_value