Ignore:
Timestamp:
11/25/09 18:15:33 (15 years ago)
Author:
sdipsl
Message:
  • facttemps=0. (necessary for 1+1=2 , LMDZ only, JYG validated it)
  • read_climoz controls ozone options (same as before here : analytic Royer)
  • fft active (ran 100 years with it in IO intensive mode : CM5BETA)
  • export not needed in driver
  • prepare COSP output (CFMIP Observational Simulator Package), still need AA_make modifications for that.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/IPSLCM/IPSLCM5/branches/IPSLCM5_v2/EXP00/COMP/oasis.driver

    r811 r814  
    1818    IGCM_sys_build_run_file ${LIBMPI} 
    1919 
    20     export CPL_OkDay="n" 
    21     export CPL_OkMonth="n" 
     20    CPL_OkDay="n" 
     21    CPL_OkMonth="n" 
    2222 
    2323    for CPL_Frequency in ${config_CPL_WriteFrequency} ; do 
     
    5555    ############ Update Other Parameters  ############## 
    5656    ## Read Output_mode option in ${compname}.card --> Put "y" to have coupling variables in ouptut files 
    57     export CPL_OutputMode="n" 
     57    CPL_OutputMode="n" 
    5858    IGCM_card_DefineVariableFromOption ${SUBMIT_DIR}/COMP/${compname}.card UserChoices OutputMode  
    5959    eval CPL_OutputMode=\${${compname}_UserChoices_OutputMode} > /dev/null 2>&1 
Note: See TracChangeset for help on using the changeset viewer.