Changeset 2900
- Timestamp:
- 06/13/16 17:16:10 (7 years ago)
- Location:
- CONFIG/UNIFORM/v6
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/PARAM/orchidee.def_CWRR
r2876 r2900 80 80 RIVER_DESC_FILE = river_desc.nc 81 81 82 # Parameters related to surface and thermal physical properties 83 #************************************************************************ 82 84 # Read bare soil albedo from file with background MODIS data 83 85 ALB_BG_MODIS = y 86 ALB_BG_FILE = alb_bg.nc 84 87 85 # Parameter related to chemistry bvoc 88 # ROUGH_DYN : Account for a dynamic roughness height 89 ROUGH_DYN=n 90 91 # OK_FREEZE : Activate the complet soil freezing scheme 92 OK_FREEZE=y 93 94 # DEPTH_MAX_T (m) : Maximum depth of the soil thermodynamics 95 DEPTH_MAX_T=90 96 97 # OK_EXPLICITSNOW : Activate explict snow scheme 98 OK_EXPLICITSNOW=y 99 100 # READ_REFTEMP : Initialize soil temperature using climatological temperature 101 READ_REFTEMP=n 102 103 # Parameters related to chemistry bvoc 86 104 #************************************************************************ 87 # CHEMISTRY_OK_BVOC ([FLAG]) : Activate chemistry {OK_SECHIBA} 88 # default = n 105 # CHEMISTRY_OK_BVOC : Activate chemistry 89 106 CHEMISTRY_BVOC = n 90 107 91 # CO2 FOR BVOC - WILKINSON ([FLAG]) : CO2 inhibition effect for isoprene based on Wilkinson approach? {CHEMISTRY_OK_BVOC }108 # CO2 FOR BVOC - WILKINSON : CO2 inhibition effect for isoprene based on Wilkinson approach? 92 109 CO2_FOR_BVOC_WILKINSON=n 93 110 94 # CO2 FOR BVOC - POSSELL ([FLAG]) : CO2 inhibition effect for isoprene based on Possell approach? {CHEMISTRY_OK_BVOC }111 # CO2 FOR BVOC - POSSELL : CO2 inhibition effect for isoprene based on Possell approach? 95 112 CO2_FOR_BVOC_POSSELL=n 96 113 97 ALB_BG_FILE=alb_bg.nc98 ROUGH_DYN=n99 OK_FREEZE=y100 DEPTH_MAX_T=90101 OK_EXPLICITSNOW=y102 READ_REFTEMP=n -
CONFIG/UNIFORM/v6/LMDZOR_v6/GENERAL/PARAM/orchidee.def_CWRR
r2893 r2900 80 80 RIVER_DESC_FILE = river_desc.nc 81 81 82 # Parameters related to surface and thermal physical properties 83 #************************************************************************ 82 84 # Read bare soil albedo from file with background MODIS data 83 85 ALB_BG_MODIS = y 86 ALB_BG_FILE = alb_bg.nc 84 87 85 # Parameter related to chemistry bvoc 88 # ROUGH_DYN : Account for a dynamic roughness height 89 ROUGH_DYN=n 90 91 # OK_FREEZE : Activate the complet soil freezing scheme 92 OK_FREEZE=y 93 94 # DEPTH_MAX_T (m) : Maximum depth of the soil thermodynamics 95 DEPTH_MAX_T=90 96 97 # OK_EXPLICITSNOW : Activate explict snow scheme 98 OK_EXPLICITSNOW=y 99 100 # READ_REFTEMP : Initialize soil temperature using climatological temperature 101 READ_REFTEMP=n 102 103 # Parameters related to chemistry bvoc 86 104 #************************************************************************ 87 # CHEMISTRY_OK_BVOC ([FLAG]) : Activate chemistry {OK_SECHIBA} 88 # default = n 105 # CHEMISTRY_OK_BVOC : Activate chemistry 89 106 CHEMISTRY_BVOC = n 90 107 91 # CO2 FOR BVOC - WILKINSON ([FLAG]) : CO2 inhibition effect for isoprene based on Wilkinson approach? {CHEMISTRY_OK_BVOC }108 # CO2 FOR BVOC - WILKINSON : CO2 inhibition effect for isoprene based on Wilkinson approach? 92 109 CO2_FOR_BVOC_WILKINSON=n 93 110 94 # CO2 FOR BVOC - POSSELL ([FLAG]) : CO2 inhibition effect for isoprene based on Possell approach? {CHEMISTRY_OK_BVOC }111 # CO2 FOR BVOC - POSSELL : CO2 inhibition effect for isoprene based on Possell approach? 95 112 CO2_FOR_BVOC_POSSELL=n 96 113 97 ALB_BG_FILE=alb_bg.nc98 ROUGH_DYN=n99 OK_FREEZE=y100 DEPTH_MAX_T=90101 OK_EXPLICITSNOW=y102 READ_REFTEMP=n
Note: See TracChangeset
for help on using the changeset viewer.