Ignore:
Timestamp:
01/31/17 18:50:16 (7 years ago)
Author:
jgipsl
Message:

Modifications for new configuration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/LMDZORSTRATAER_v6/GENERAL/DRIVER/lmdz.driver

    r3106 r3107  
    277277 
    278278    # Activate the histstrataer output file only for configuration with interactive stratospheric aersols  
    279     # done by setting the key word LMDZ_strataero=y in lmdz.card 
    280     if [ X${lmdz_UserChoices_LMDZ_strataero} = Xy ] ; then 
     279    # done by setting the key word LMDZ_strataer=y in lmdz.card 
     280    if [ X${lmdz_UserChoices_LMDZ_strataer} = Xy ] ; then 
    281281        IGCM_comp_modifyXmlFile nonblocker file_def_histstrataer_lmdz.xml histstrataer enabled .TRUE. 
    282282    else 
     
    352352        IGCM_comp_modifyDefFile blocker run.def config_inca none 
    353353    else 
    354         echo "No coupling to chemistry model, set type_trac=lmdz in run.def" 
    355         IGCM_comp_modifyDefFile blocker run.def type_trac lmdz 
    356         IGCM_comp_modifyDefFile blocker run.def config_inca none 
     354        if [ X${lmdz_UserChoices_LMDZ_strataer} = Xy ] ; then 
     355            echo "No coupling to chemistry model but it is a LMDZ STRATAER configuration, set type_trac=coeg in run.def" 
     356            IGCM_comp_modifyDefFile blocker run.def type_trac coeg  
     357            IGCM_comp_modifyDefFile blocker run.def config_inca none 
     358        else 
     359            echo "No coupling to chemistry model, set type_trac=lmdz in run.def" 
     360            IGCM_comp_modifyDefFile blocker run.def type_trac lmdz 
     361            IGCM_comp_modifyDefFile blocker run.def config_inca none 
     362        fi 
    357363    fi 
    358364 
Note: See TracChangeset for help on using the changeset viewer.