Changeset 8815 for trunk/NEMOGCM/SETTE/sette_rpt.sh
- Timestamp:
- 2017-11-27T10:31:29+01:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/NEMOGCM/SETTE/sette_rpt.sh
r8727 r8815 32 32 cd ${TOOLS_DIR}/REBUILD_NEMO 33 33 #SF echo "REBUILD LONG restart SAS files, without standard output" 34 ./rebuild_nemo -t 4 ../../CONFIG/SAS_LONG/LONG/SAS_00000 100_restart_ice $NPROC > /dev/null 2>&134 ./rebuild_nemo -t 4 ../../CONFIG/SAS_LONG/LONG/SAS_00000240_restart_ice $NPROC > /dev/null 2>&1 35 35 #SF echo "REBUILD SHORT restart SAS files, without standard output" 36 ./rebuild_nemo -t 4 ../../CONFIG/SAS_LONG/SHORT/SAS_00000 100_restart_ice $NPROC >&-36 ./rebuild_nemo -t 4 ../../CONFIG/SAS_LONG/SHORT/SAS_00000240_restart_ice $NPROC >&- 37 37 cd ${SAS_RESTART_DIR}/LONG 38 38 #SF echo "COPY rebuild restart files" 39 cp SAS_00000 100_restart_ice.nc $vdir/$nam/$mach/$dorv/LONG/.40 cp ../SHORT/SAS_00000 100_restart_ice.nc $vdir/$nam/$mach/$dorv/SHORT/.41 42 f1o=$vdir/$nam/$mach/$dorv/LONG/SAS_00000 100_restart_ice.nc43 f2o=$vdir/$nam/$mach/$dorv/SHORT/SAS_00000 100_restart_ice.nc39 cp SAS_00000240_restart_ice.nc $vdir/$nam/$mach/$dorv/LONG/. 40 cp ../SHORT/SAS_00000240_restart_ice.nc $vdir/$nam/$mach/$dorv/SHORT/. 41 42 f1o=$vdir/$nam/$mach/$dorv/LONG/SAS_00000240_restart_ice.nc 43 f2o=$vdir/$nam/$mach/$dorv/SHORT/SAS_00000240_restart_ice.nc 44 44 if [ ! -f $f1o ] && [ ! -f $f2o ] ; then 45 45 printf "%-20s %s\n" $nam " REBUILD SAS restart ice DOES NOT exists; incomplete test"; … … 51 51 if [ -f $f1o ] && [ -f $f2o ]; then 52 52 cmp -s $f1o $f2o 53 #SF cmp SAS_00000 100_restart_ice.nc ../SHORT/SAS_00000100_restart_ice.nc > diff_restart.txt53 #SF cmp SAS_00000240_restart_ice.nc ../SHORT/SAS_00000240_restart_ice.nc > diff_restart.txt 54 54 if [ $? == 0 ]; then 55 55 if [ $pass == 0 ]; then
Note: See TracChangeset
for help on using the changeset viewer.