Changeset 7444
- Timestamp:
- 2022-01-24T17:53:38+01:00 (3 years ago)
- Location:
- branches/ORCHIDEE_2_2/ORCHIDEE
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ORCHIDEE_2_2/ORCHIDEE/orchidee.default
r7443 r7444 1607 1607 CWRR_KS = 1060.8, 249.6, 62.4 1608 1608 1609 # WETNESS_TRANSPIR_MAX ([-] ) : Soil moisture above which transpir is max{}1610 WETNESS_TRANSPIR_MAX = 0.8, 0.8, 0.8 1609 # WETNESS_TRANSPIR_MAX ([-]) : Soil moisture above which transpir is max, for each texture class {} 1610 WETNESS_TRANSPIR_MAX = 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8 1611 1611 1612 1612 # VWC_FC ([m3/m3] ) : Volumetric water content field capacity {} -
branches/ORCHIDEE_2_2/ORCHIDEE/src_sechiba/hydrol.f90
r7443 r7444 1458 1458 1459 1459 !Config Key = WETNESS_TRANSPIR_MAX 1460 !Config Desc = Soil moisture above which transpir is max 1460 !Config Desc = Soil moisture above which transpir is max, for each soil texture class 1461 1461 !Config If = 1462 !Config Def = 0.8, 0.8, 0.8 1462 !Config Def = 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8 1463 1463 !Config Help = This parameter is independent from soil texture for 1464 1464 !Config the time being.
Note: See TracChangeset
for help on using the changeset viewer.