Ignore:
Timestamp:
02/25/19 11:37:49 (5 years ago)
Author:
acosce
Message:

update IPSLCMCHT configuration

  • add interaction between surf and chm by default
  • add vegetation patch
  • add management in orchidee.card for BVOC
Location:
CONFIG/UNIFORM/v6/IPSLCM5A2CHT/GENERAL
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/IPSLCM5A2CHT/GENERAL/DRIVER/orchidee.driver

    r3283 r4293  
    6060    fi 
    6161 
     62    # Activate calcul of chemistry BVOC 
     63    if [ ! X${orchidee_UserChoices_CHEMISTRY_BVOC} = X ] ; then 
     64        IGCM_comp_modifyDefFile nonblocker orchidee.def CHEMISTRY_BVOC ${orchidee_UserChoices_CHEMISTRY_BVOC} 
     65    else 
     66        IGCM_comp_modifyDefFile nonblocker orchidee.def CHEMISTRY_BVOC n 
     67    fi 
    6268 
    6369    ## 2. Mangement of output and modifications of related xml files 
  • CONFIG/UNIFORM/v6/IPSLCM5A2CHT/GENERAL/PARAM/orchidee.def_Choi

    r3283 r4293  
    7979VEGET_UPDATE = _AUTO_ 
    8080 
     81# Take carbon from atmosphere if carbohydrate reserve too small, PFT dependent 
     82# Set to y for all pft except C4 grass (pft=11) and tropical C3 grass (pft=14) 
     83ALWAYS_INIT =  y, y, y, y, y, y, y, y, y, y, n, y, y, n, y 
     84 
    8185# Do not use default fire module 
    8286FIRE_DISABLE = y 
     
    9094# CHEMISTRY_OK_BVOC ([FLAG]) :  Activate chemistry    {OK_SECHIBA} 
    9195# default =  n  
    92 CHEMISTRY_BVOC =  n 
     96CHEMISTRY_BVOC = _AUTO_ 
    9397 
    9498# CO2 FOR BVOC - WILKINSON ([FLAG]) :  CO2 inhibition effect for isoprene based on Wilkinson approach?    {CHEMISTRY_OK_BVOC } 
Note: See TracChangeset for help on using the changeset viewer.