Ignore:
Timestamp:
01/31/17 17:52:26 (7 years ago)
Author:
jgipsl
Message:

Add managing of output file histstrataer.

File:
1 edited

Legend:

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

    r3032 r3106  
    275275    IGCM_comp_modifyXmlFile nonblocker file_def_histdayCOSP_lmdz.xml histdayCOSP enabled ${LMDZ_COSP_daily} 
    276276    IGCM_comp_modifyXmlFile nonblocker file_def_histhfCOSP_lmdz.xml histhfCOSP enabled ${LMDZ_COSP_hf} 
    277          
     277 
     278    # 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 
     281        IGCM_comp_modifyXmlFile nonblocker file_def_histstrataer_lmdz.xml histstrataer enabled .TRUE. 
     282    else 
     283        IGCM_comp_modifyXmlFile nonblocker file_def_histstrataer_lmdz.xml histstrataer enabled .FALSE. 
     284    fi 
    278285 
    279286 
Note: See TracChangeset for help on using the changeset viewer.