Ignore:
Timestamp:
01/31/17 17:38:48 (7 years ago)
Author:
jgipsl
Message:

Add copy of file_def_histstrataer_lmdz.xml from LMDZ sources. This file is desactivated by default by the lmdz.driver. This file will only be output if option LMDZ_strataero=y is set in lmdz.card.

Note that the version LMDZ5/testing rev 2787 or later is needed. In older versions of LMDZ, file_def_histstrataer_lmdz.xml did not exist.

File:
1 edited

Legend:

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

    r3032 r3104  
    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.