Ignore:
Timestamp:
02/25/19 14:21:44 (5 years ago)
Author:
acosce
Message:

Add possibility to manage in orchidee.card the interaction between surf and chm (chemistry_bvoc). Desactivate by default except in IPSLCM5A2CHT

Location:
CONFIG/UNIFORM/v6/LMDZORINCAREPR_v6/GENERAL
Files:
3 edited

Legend:

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

    r4208 r4294  
    8585    fi 
    8686 
     87    # Activate calcul of chemistry BVOC 
     88    if [ ! X${orchidee_UserChoices_CHEMISTRY_BVOC} = X ] ; then 
     89        IGCM_comp_modifyDefFile nonblocker orchidee.def CHEMISTRY_BVOC ${orchidee_UserChoices_CHEMISTRY_BVOC} 
     90    else 
     91        IGCM_comp_modifyDefFile nonblocker orchidee.def CHEMISTRY_BVOC n 
     92    fi 
    8793 
    8894    ## 2. Mangement of output and modifications of related xml files 
  • CONFIG/UNIFORM/v6/LMDZORINCAREPR_v6/GENERAL/PARAM/orchidee.def_CWRR

    r4208 r4294  
    218218#************************************************************************ 
    219219# CHEMISTRY_OK_BVOC :  Activate chemistry 
    220 CHEMISTRY_BVOC =  n 
     220CHEMISTRY_BVOC = _AUTO_: DEFAULT=n 
    221221 
    222222# CO2 FOR BVOC - WILKINSON :  CO2 inhibition effect for isoprene based on Wilkinson approach? 
  • CONFIG/UNIFORM/v6/LMDZORINCAREPR_v6/GENERAL/PARAM/orchidee.def_Choi

    r4208 r4294  
    9494# CHEMISTRY_OK_BVOC ([FLAG]) :  Activate chemistry    {OK_SECHIBA} 
    9595# default =  n  
    96 CHEMISTRY_BVOC =  n 
     96CHEMISTRY_BVOC = _AUTO_: DEFAULT=n 
    9797 
    9898# 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.