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

File:
1 edited

Legend:

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

    r4217 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 
Note: See TracChangeset for help on using the changeset viewer.