Changeset 253 for trunk/LMDZ.GENERIC/deftank/run0
- Timestamp:
- Aug 2, 2011, 11:13:07 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/LMDZ.GENERIC/deftank/run0 ¶
r135 r253 4 4 # SET HERE the maximum total number of simulations 5 5 6 set nummax= 26 set nummax=5 7 7 8 8 ########################################################################### … … 49 49 50 50 # Run GCM 51 nicegcm.e >! lrun${numnew}51 gcm.e >! lrun${numnew} 52 52 53 53 … … 66 66 endif 67 67 echo 99999 >! num_run 68 ############## To receive an Email message if the run crashes ########69 mail -s "crash run GCM" $address <<ENDMAIL70 The run on $machine in $dir has just crashed.71 ENDMAIL68 ############## To receive an email message if the run crashes ######## 69 #mail -s "crash run GCM" $address <<ENDMAIL 70 #The run on $machine in $dir has just crashed. 71 #ENDMAIL 72 72 ############################################"" 73 73 exit … … 77 77 if ( -f diagfi.nc ) then 78 78 \mv -f diagfi.nc diagfi${numnew}.nc 79 endif 80 if ( -f diagspec.nc ) then 81 \mv -f diagspec.nc diagspec${numnew}.nc 79 82 endif 80 83 if ( -f diagsoil.nc ) then … … 95 98 96 99 if ( -f rad_bal.out ) then 97 mv rad_bal.out rad bal${numnew}100 mv rad_bal.out rad_bal${numnew}.out 98 101 endif 99 102 103 if ( -f h2o_bal.out ) then 104 mv h2o_bal.out h2o_bal${numnew}.out 105 endif 100 106 101 107 # If we are over nummax : stop
Note: See TracChangeset
for help on using the changeset viewer.