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/LMDZOR_v6.3/GENERAL
Files:
2 edited

Legend:

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

    r4135 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/LMDZOR_v6.3/GENERAL/PARAM/orchidee.def_CWRR

    r4177 r4294  
    214214#************************************************************************ 
    215215# CHEMISTRY_OK_BVOC :  Activate chemistry 
    216 CHEMISTRY_BVOC =  n 
     216CHEMISTRY_BVOC = _AUTO_: DEFAULT=n 
    217217 
    218218# CO2 FOR BVOC - WILKINSON :  CO2 inhibition effect for isoprene based on Wilkinson approach? 
Note: See TracChangeset for help on using the changeset viewer.