Changeset 282
- Timestamp:
- 2011-06-27T10:54:10+02:00 (14 years ago)
- Location:
- branches/ORCHIDEE_EXT/ORCHIDEE
- Files:
-
- 4 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 !- -
branches/ORCHIDEE_EXT/ORCHIDEE/src_sechiba/diffuco.f90
r257 r282 455 455 ENDIF 456 456 457 !458 ! Ajouts Nathalie - le 28 Mars 2006 - sur conseils Fred Hourdin459 !460 !Config Key = RVEG_PFT461 !Config Desc = Artificial parameter to increase or decrease canopy resistance.462 !Config Def = 1.463 !Config Help = This parameter is set by PFT.464 465 !!$ CALL getin_p('RVEG_PFT', rveg_pft)466 467 457 WRITE(numout,*) 'DANS DIFFUCO_INIT , RVEG_PFT=',rveg_pft 468 458 -
branches/ORCHIDEE_EXT/ORCHIDEE/src_sechiba/hydrol.f90
r257 r282 1895 1895 1896 1896 IF ( firstcall ) THEN 1897 !!$ !Config Key = PERCENT_THROUGHFALL_PFT 1898 !!$ !Config Desc = Percent by PFT of precip that is not intercepted by the canopy 1899 !!$ !Config Def = 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 1900 !!$ !Config Help = During one rainfall event, PERCENT_THROUGHFALL_PFT% of the incident rainfall 1901 !!$ !Config will get directly to the ground without being intercepted, for each PFT. 1902 !!$ 1903 !!$! throughfall_by_pft = (/ 30., 30., 30., 30., 30., 30., 30., 30., 30., 30., 30., 30., 30. /) 1904 !!$ CALL getin_p('PERCENT_THROUGHFALL_PFT',throughfall_by_pft) 1897 1905 1898 throughfall_by_pft = throughfall_by_pft / 100. 1906 1899 -
branches/ORCHIDEE_EXT/ORCHIDEE/src_sechiba/hydrolc.f90
r257 r282 1461 1461 1462 1462 IF ( firstcall ) THEN 1463 !!$ !Config Key = PERCENT_THROUGHFALL_PFT 1464 !!$ !Config Desc = Percent by PFT of precip that is not intercepted by the canopy 1465 !!$ !Config Def = 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 1466 !!$ !Config Help = During one rainfall event, PERCENT_THROUGHFALL_PFT% of the incident rainfall 1467 !!$ !Config will get directly to the ground without being intercepted, for each PFT. 1468 !!$ 1469 !!$! throughfall_by_pft = (/ 30., 30., 30., 30., 30., 30., 30., 30., 30., 30., 30., 30., 30. /) 1470 !!$ CALL getin_p('PERCENT_THROUGHFALL_PFT',throughfall_by_pft) 1463 1471 1464 throughfall_by_pft = throughfall_by_pft / 100. 1472 1465
Note: See TracChangeset
for help on using the changeset viewer.