Ignore:
Timestamp:
11/07/19 14:45:11 (5 years ago)
Author:
cetlod
Message:

CM6.2 : update MR025 configuration according to latest results within QUEST project

Location:
CONFIG/UNIFORM/v6/IPSLCM6.2/GENERAL/DRIVER
Files:
2 edited

Legend:

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

    r4696 r4795  
    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} 
  • CONFIG/UNIFORM/v6/IPSLCM6.2/GENERAL/DRIVER/opa9.driver

    r4721 r4795  
    150150    fi 
    151151 
    152     if ( [ "${CumulPeriod}" -eq 1 ] && [ "${opa9_UserChoices_Dynamics_on_ClosedSeas}" = "n" ] ) ; then 
     152    if ( [ "${opa9_UserChoices_Dynamics_on_ClosedSeas}" = "n" ] ) ; then 
    153153      OPA_CLODYN=.TRUE. 
    154154    else 
Note: See TracChangeset for help on using the changeset viewer.