New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 8815 for trunk/NEMOGCM – NEMO

Changeset 8815 for trunk/NEMOGCM


Ignore:
Timestamp:
2017-11-27T10:31:29+01:00 (6 years ago)
Author:
flavoni
Message:

update SAS report, according to c.bricaud modifs of sette tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/SETTE/sette_rpt.sh

    r8727 r8815  
    3232    cd ${TOOLS_DIR}/REBUILD_NEMO 
    3333    #SF echo "REBUILD LONG restart SAS files, without standard output" 
    34     ./rebuild_nemo -t 4 ../../CONFIG/SAS_LONG/LONG/SAS_00000100_restart_ice  $NPROC > /dev/null 2>&1 
     34    ./rebuild_nemo -t 4 ../../CONFIG/SAS_LONG/LONG/SAS_00000240_restart_ice  $NPROC > /dev/null 2>&1 
    3535    #SF echo "REBUILD SHORT restart SAS files, without standard output" 
    36     ./rebuild_nemo -t 4 ../../CONFIG/SAS_LONG/SHORT/SAS_00000100_restart_ice $NPROC >&- 
     36    ./rebuild_nemo -t 4 ../../CONFIG/SAS_LONG/SHORT/SAS_00000240_restart_ice $NPROC >&- 
    3737    cd ${SAS_RESTART_DIR}/LONG 
    3838    #SF echo "COPY rebuild restart files" 
    39     cp SAS_00000100_restart_ice.nc $vdir/$nam/$mach/$dorv/LONG/. 
    40     cp ../SHORT/SAS_00000100_restart_ice.nc $vdir/$nam/$mach/$dorv/SHORT/. 
    41  
    42     f1o=$vdir/$nam/$mach/$dorv/LONG/SAS_00000100_restart_ice.nc 
    43     f2o=$vdir/$nam/$mach/$dorv/SHORT/SAS_00000100_restart_ice.nc 
     39    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 
    4444    if  [ ! -f $f1o ] &&  [ ! -f $f2o ] ; then 
    4545      printf "%-20s %s\n" $nam " REBUILD SAS restart ice DOES NOT exists; incomplete test"; 
     
    5151    if  [  -f $f1o ] && [  -f $f2o ]; then 
    5252      cmp -s $f1o $f2o  
    53       #SF  cmp SAS_00000100_restart_ice.nc  ../SHORT/SAS_00000100_restart_ice.nc  > diff_restart.txt 
     53      #SF  cmp SAS_00000240_restart_ice.nc  ../SHORT/SAS_00000240_restart_ice.nc  > diff_restart.txt 
    5454      if [ $? == 0 ]; then 
    5555        if [ $pass == 0 ]; then 
Note: See TracChangeset for help on using the changeset viewer.