Ignore:
Timestamp:
07/02/14 16:44:33 (10 years ago)
Author:
aclsce
Message:
  • Treatment of new oasis-MCT output files
  • Ouput of oasis-MCT output files in 2D (instead of 1D)
  • Use of new syntax for XIOS xml configuration file (only for NEMO)
File:
1 edited

Legend:

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

    r2267 r2270  
    297297        -e "s/_1Y_ENABLE_/${V1Y_ENABLE}/" \ 
    298298        -e "s/_OUTPUT_LEVEL_/${OUTPUT_LEVEL}/" \ 
    299         iodef.xml > iodef.xml.tmp 
    300  
    301     IGCM_sys_Mv iodef.xml.tmp iodef.xml 
     299        context_nemo.xml > context_nemo.xml.tmp 
     300 
     301    IGCM_sys_Mv context_nemo.xml.tmp context_nemo.xml 
    302302 
    303303    # vargas/titane/MPP and switch from 1 proc to 5 procs. We need to suppres restartopa the second month, if restartopa_0000 exist 
     
    307307      [ -f ${restartfilenemo}.nc ] && [ -f ${restartfilenemo}_0000.nc ] && IGCM_sys_Rm -f ${restartfilenemo}.nc 
    308308    done 
     309 
     310    # Add include of nemo context in iodef.xml 
     311    # In iodef.xml add on next line after "COMPONENT CONTEXT" 
     312    #  <context id="nemo" src="./context_nemo.xml"/> 
     313    echo '<context id="nemo" src="./context_nemo.xml"/>' > add.tmp 
     314    cp iodef.xml iodef.xml.tmp 
     315    sed -e "/COMPONENT CONTEXT/r add.tmp" \ 
     316        iodef.xml.tmp > iodef.xml 
     317    rm iodef.xml.tmp add.tmp 
     318 
    309319 
    310320    IGCM_debug_PopStack "OCE_Update" 
Note: See TracChangeset for help on using the changeset viewer.