Changeset 282 for branches/ORCHIDEE_EXT/ORCHIDEE/src_parameters
- Timestamp:
- 2011-06-27T10:54:10+02:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ORCHIDEE_EXT/ORCHIDEE/src_parameters/pft_parameters.f90
r257 r282 1128 1128 CALL getin_p('RSTRUCT_CONST',rstruct_const) 1129 1129 CALL getin_p('KZERO',kzero) 1130 ! 1131 ! Ajouts Nathalie - le 28 Mars 2006 - sur conseils Fred Hourdin 1132 ! 1133 !Config Key = RVEG_PFT 1134 !Config Desc = Artificial parameter to increase or decrease canopy resistance. 1135 !Config Def = 1. 1136 !Config Help = This parameter is set by PFT. 1130 1137 CALL getin_p('RVEG_PFT', rveg_pft) 1131 1138 !- … … 1133 1140 !- 1134 1141 CALL getin_p('WMAX_VEG',wmax_veg) 1142 !Config Key = HYDROL_HUMCSTE 1143 !Config Desc = Root profile 1144 !Config Def = 5., .8, .8, 1., .8, .8, 1., 1., .8, 4., 4., 4., 4. 1145 !Config Help = Default values were defined for 2 meters soil depth. 1146 !Config For 4 meters soil depth, you may use those ones : 1147 !Config 5., .4, .4, 1., .8, .8, 1., 1., .8, 4., 1., 4., 1. 1135 1148 CALL getin_p('HYDROL_HUMCSTE', humcste) 1149 !Config Key = PERCENT_THROUGHFALL_PFT 1150 !Config Desc = Percent by PFT of precip that is not intercepted by the canopy 1151 !Config Def = 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 1152 !Config Help = During one rainfall event, PERCENT_THROUGHFALL_PFT% of the incident rainfall 1153 !Config will get directly to the ground without being intercepted, for each PFT. 1136 1154 CALL getin_p('PERCENT_TROUGHFALL_PFT',throughfall_by_pft) 1137 1155 !-
Note: See TracChangeset
for help on using the changeset viewer.