Changeset 4798


Ignore:
Timestamp:
11/12/19 12:08:08 (4 years ago)
Author:
jgipsl
Message:

Corrected bug as done in [4795] done by C. Ethe.

File:
1 edited

Legend:

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

    r4722 r4798  
    300300    ## Modifiy  
    301301    IGCM_comp_modifyXmlFile nonblocker file_def_histmth_lmdz.xml histmth enabled ${ok_mensuel} 
     302    if [ X${OutLevel} = Xlow ] ; then 
     303        IGCM_comp_modifyXmlFile nonblocker file_def_histmth_lmdz.xml histmth output_level 5 
     304    elif [ X${OutLevel} = Xmedium ] ; then 
     305        IGCM_comp_modifyXmlFile nonblocker file_def_histmth_lmdz.xml histmth output_level 6 
     306    elif [ X${OutLevel} = Xhigh ] ; then 
     307        IGCM_comp_modifyXmlFile nonblocker file_def_histmth_lmdz.xml histmth output_level 7 
     308    fi 
    302309     
    303310    IGCM_comp_modifyXmlFile nonblocker file_def_histday_lmdz.xml histday enabled ${ok_journe} 
Note: See TracChangeset for help on using the changeset viewer.