Changeset 1436 for CONFIG/IPSLCM


Ignore:
Timestamp:
05/17/11 16:54:50 (13 years ago)
Author:
mafoipsl
Message:

IPSLCM5A all sub-configurations :
To allow restart for vargas/titane/MPP where NEMO runs on 5 procs or more
produced on SX9 or other computer where NEMO runs on 1 proc, we have
to delete previous restart files ie without _0000 suffix.

Location:
CONFIG/IPSLCM/IPSLCM5A
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/IPSLCM/IPSLCM5A/Chistorical/COMP/opa9.driver

    r1021 r1436  
    224224    fi 
    225225 
     226    # vargas/titane/MPP and switch from 1 proc to 5 procs. We need to suppres restartopa the second month, if restartopa_0000 exist 
     227    # same thing for restart_trc and restart_ice_in 
     228 
     229    for restartfilenemo in restartopa restart_trc restart_ice_in ; do 
     230      [ -f ${restartfilenemo}.nc ] && [ -f ${restartfilenemo}_0000.nc ] && IGCM_sys_Rm -f ${restartfilenemo}.nc 
     231    done 
     232 
    226233    IGCM_debug_PopStack "OCE_Update" 
    227234} 
  • CONFIG/IPSLCM/IPSLCM5A/CpiControl/COMP/opa9.driver

    r1021 r1436  
    224224    fi 
    225225 
     226    # vargas/titane/MPP and switch from 1 proc to 5 procs. We need to suppres restartopa the second month, if restartopa_0000 exist 
     227    # same thing for restart_trc and restart_ice_in 
     228 
     229    for restartfilenemo in restartopa restart_trc restart_ice_in ; do 
     230      [ -f ${restartfilenemo}.nc ] && [ -f ${restartfilenemo}_0000.nc ] && IGCM_sys_Rm -f ${restartfilenemo}.nc 
     231    done 
     232 
    226233    IGCM_debug_PopStack "OCE_Update" 
    227234} 
  • CONFIG/IPSLCM/IPSLCM5A/EXP00/COMP/opa9.driver

    r1021 r1436  
    224224    fi 
    225225 
     226    # vargas/titane/MPP and switch from 1 proc to 5 procs. We need to suppres restartopa the second month, if restartopa_0000 exist 
     227    # same thing for restart_trc and restart_ice_in 
     228 
     229    for restartfilenemo in restartopa restart_trc restart_ice_in ; do 
     230      [ -f ${restartfilenemo}.nc ] && [ -f ${restartfilenemo}_0000.nc ] && IGCM_sys_Rm -f ${restartfilenemo}.nc 
     231    done 
     232 
    226233    IGCM_debug_PopStack "OCE_Update" 
    227234} 
  • CONFIG/IPSLCM/IPSLCM5A/historical/COMP/opa9.driver

    r1021 r1436  
    224224    fi 
    225225 
     226    # vargas/titane/MPP and switch from 1 proc to 5 procs. We need to suppres restartopa the second month, if restartopa_0000 exist 
     227    # same thing for restart_trc and restart_ice_in 
     228 
     229    for restartfilenemo in restartopa restart_trc restart_ice_in ; do 
     230      [ -f ${restartfilenemo}.nc ] && [ -f ${restartfilenemo}_0000.nc ] && IGCM_sys_Rm -f ${restartfilenemo}.nc 
     231    done 
     232 
    226233    IGCM_debug_PopStack "OCE_Update" 
    227234} 
  • CONFIG/IPSLCM/IPSLCM5A/piControl/COMP/opa9.driver

    r1021 r1436  
    224224    fi 
    225225 
     226    # vargas/titane/MPP and switch from 1 proc to 5 procs. We need to suppres restartopa the second month, if restartopa_0000 exist 
     227    # same thing for restart_trc and restart_ice_in 
     228 
     229    for restartfilenemo in restartopa restart_trc restart_ice_in ; do 
     230      [ -f ${restartfilenemo}.nc ] && [ -f ${restartfilenemo}_0000.nc ] && IGCM_sys_Rm -f ${restartfilenemo}.nc 
     231    done 
     232 
    226233    IGCM_debug_PopStack "OCE_Update" 
    227234} 
Note: See TracChangeset for help on using the changeset viewer.