Ignore:
Timestamp:
07/13/11 15:00:36 (13 years ago)
Author:
lfairhead
Message:

Changes to the IPSLCM5B picontrol configuration to:

  • update it with respect to the IPSLCM5A picontrol configuration
  • take into account the NP physics LMDZ package
File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/IPSLCM/IPSLCM5B/piControl/COMP/opa9.driver

    r1021 r1511  
    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.