Ignore:
Timestamp:
02/25/19 14:21:44 (6 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/IPSLCM5A2/GENERAL
Files:
3 edited

Legend:

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

    r2907 r4294  
    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/IPSLCM5A2/GENERAL/PARAM/orchidee.def_CWRR

    r2900 r4294  
    104104#************************************************************************ 
    105105# CHEMISTRY_OK_BVOC :  Activate chemistry 
    106 CHEMISTRY_BVOC =  n 
     106CHEMISTRY_BVOC = _AUTO_: DEFAULT=n 
    107107 
    108108# CO2 FOR BVOC - WILKINSON :  CO2 inhibition effect for isoprene based on Wilkinson approach? 
  • CONFIG/UNIFORM/v6/IPSLCM5A2/GENERAL/PARAM/orchidee.def_Choi

    r2772 r4294  
    9090# CHEMISTRY_OK_BVOC ([FLAG]) :  Activate chemistry    {OK_SECHIBA} 
    9191# default =  n  
    92 CHEMISTRY_BVOC =  n 
     92CHEMISTRY_BVOC = _AUTO_: DEFAULT=n 
    9393 
    9494# 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.