Changeset 1436 for CONFIG/IPSLCM
- Timestamp:
- 05/17/11 16:54:50 (13 years ago)
- Location:
- CONFIG/IPSLCM/IPSLCM5A
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/IPSLCM/IPSLCM5A/Chistorical/COMP/opa9.driver
r1021 r1436 224 224 fi 225 225 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 226 233 IGCM_debug_PopStack "OCE_Update" 227 234 } -
CONFIG/IPSLCM/IPSLCM5A/CpiControl/COMP/opa9.driver
r1021 r1436 224 224 fi 225 225 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 226 233 IGCM_debug_PopStack "OCE_Update" 227 234 } -
CONFIG/IPSLCM/IPSLCM5A/EXP00/COMP/opa9.driver
r1021 r1436 224 224 fi 225 225 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 226 233 IGCM_debug_PopStack "OCE_Update" 227 234 } -
CONFIG/IPSLCM/IPSLCM5A/historical/COMP/opa9.driver
r1021 r1436 224 224 fi 225 225 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 226 233 IGCM_debug_PopStack "OCE_Update" 227 234 } -
CONFIG/IPSLCM/IPSLCM5A/piControl/COMP/opa9.driver
r1021 r1436 224 224 fi 225 225 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 226 233 IGCM_debug_PopStack "OCE_Update" 227 234 }
Note: See TracChangeset
for help on using the changeset viewer.