Changeset 2900


Ignore:
Timestamp:
06/13/16 17:16:10 (8 years ago)
Author:
jgipsl
Message:

Better comments and reordering.

Location:
CONFIG/UNIFORM/v6
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/PARAM/orchidee.def_CWRR

    r2876 r2900  
    8080RIVER_DESC_FILE =  river_desc.nc 
    8181 
     82# Parameters related to surface and thermal physical properties 
     83#************************************************************************ 
    8284# Read bare soil albedo from file with background MODIS data 
    8385ALB_BG_MODIS = y 
     86ALB_BG_FILE  = alb_bg.nc 
    8487 
    85 # Parameter related to chemistry bvoc  
     88# ROUGH_DYN :  Account for a dynamic roughness height 
     89ROUGH_DYN=n 
     90 
     91# OK_FREEZE :  Activate the complet soil freezing scheme 
     92OK_FREEZE=y 
     93 
     94# DEPTH_MAX_T (m) :  Maximum depth of the soil thermodynamics 
     95DEPTH_MAX_T=90 
     96 
     97# OK_EXPLICITSNOW :  Activate explict snow scheme 
     98OK_EXPLICITSNOW=y 
     99  
     100# READ_REFTEMP :  Initialize soil temperature using climatological temperature 
     101READ_REFTEMP=n 
     102 
     103# Parameters related to chemistry bvoc  
    86104#************************************************************************ 
    87 # CHEMISTRY_OK_BVOC ([FLAG]) :  Activate chemistry    {OK_SECHIBA} 
    88 # default =  n  
     105# CHEMISTRY_OK_BVOC :  Activate chemistry 
    89106CHEMISTRY_BVOC =  n 
    90107 
    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? 
    92109CO2_FOR_BVOC_WILKINSON=n 
    93110 
    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? 
    95112CO2_FOR_BVOC_POSSELL=n 
    96113 
    97 ALB_BG_FILE=alb_bg.nc 
    98 ROUGH_DYN=n 
    99 OK_FREEZE=y 
    100 DEPTH_MAX_T=90 
    101 OK_EXPLICITSNOW=y  
    102 READ_REFTEMP=n 
  • CONFIG/UNIFORM/v6/LMDZOR_v6/GENERAL/PARAM/orchidee.def_CWRR

    r2893 r2900  
    8080RIVER_DESC_FILE =  river_desc.nc 
    8181 
     82# Parameters related to surface and thermal physical properties 
     83#************************************************************************ 
    8284# Read bare soil albedo from file with background MODIS data 
    8385ALB_BG_MODIS = y 
     86ALB_BG_FILE  = alb_bg.nc 
    8487 
    85 # Parameter related to chemistry bvoc  
     88# ROUGH_DYN :  Account for a dynamic roughness height 
     89ROUGH_DYN=n 
     90 
     91# OK_FREEZE :  Activate the complet soil freezing scheme 
     92OK_FREEZE=y 
     93 
     94# DEPTH_MAX_T (m) :  Maximum depth of the soil thermodynamics 
     95DEPTH_MAX_T=90 
     96 
     97# OK_EXPLICITSNOW :  Activate explict snow scheme 
     98OK_EXPLICITSNOW=y 
     99  
     100# READ_REFTEMP :  Initialize soil temperature using climatological temperature 
     101READ_REFTEMP=n 
     102 
     103# Parameters related to chemistry bvoc  
    86104#************************************************************************ 
    87 # CHEMISTRY_OK_BVOC ([FLAG]) :  Activate chemistry    {OK_SECHIBA} 
    88 # default =  n  
     105# CHEMISTRY_OK_BVOC :  Activate chemistry 
    89106CHEMISTRY_BVOC =  n 
    90107 
    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? 
    92109CO2_FOR_BVOC_WILKINSON=n 
    93110 
    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? 
    95112CO2_FOR_BVOC_POSSELL=n 
    96113 
    97 ALB_BG_FILE=alb_bg.nc 
    98 ROUGH_DYN=n 
    99 OK_FREEZE=y 
    100 DEPTH_MAX_T=90 
    101 OK_EXPLICITSNOW=y  
    102 READ_REFTEMP=n 
Note: See TracChangeset for help on using the changeset viewer.