Ignore:
Timestamp:
04/16/14 16:41:36 (10 years ago)
Author:
aclsce
Message:
  • Some cleaning and renaming in opa9 and pisces boundary files
  • xmlioserver is not used anymore with NEMO reference version (now XIOS).


File:
1 edited

Legend:

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

    r2198 r2245  
    8080    # /!\ Needed by OPA namelist to compute file names /!\ 
    8181    (( DaysSinceJC = $( IGCM_date_DaysSinceJC ${DateBegin} ) + 1 )) 
    82  
    83     ##--Variables used for XMLIO_SERVER configuration file 
    84     # using_server: .TRUE.(.FALSE.) to use(bypass) the io_server 
    85     PAT_SERVER=$( supergrep using_server ${SUBMIT_DIR}/PARAM/xmlio_server.def ) 
    86  
    8782 
    8883    echo "PAT_CEXPER   $PAT_CEXPER " 
     
    10297    echo "ORCA_RDT     $ORCA_RDT" 
    10398    echo "DaysSinceJC  $DaysSinceJC" 
    104     echo "PAT_SERVER   $PAT_SERVER" 
    10599 
    106100    IGCM_debug_PopStack "OCE_Initialize" 
     
    274268    IGCM_sys_Mv iodef.xml.tmp iodef.xml 
    275269 
    276     # update xmlio_server.def 
    277  
    278     if [ X${opa9_UserChoices_io_server} = Xy ] ; then 
    279         sed -e "s/${PAT_SERVER}/  using_server = .TRUE./" \ 
    280         xmlio_server.def > xmlio_server.def.tmp 
    281         IGCM_sys_Mv xmlio_server.def.tmp xmlio_server.def 
    282     fi 
    283  
    284270    # vargas/titane/MPP and switch from 1 proc to 5 procs. We need to suppres restartopa the second month, if restartopa_0000 exist 
    285271    # same thing for restart_trc and restart_ice_in 
Note: See TracChangeset for help on using the changeset viewer.