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 8989 for branches/2017 – NEMO

Changeset 8989 for branches/2017


Ignore:
Timestamp:
2017-12-12T15:14:01+01:00 (6 years ago)
Author:
timgraham
Message:

Merged head of trunk into branch

Location:
branches/2017/dev_METO_2017/NEMOGCM/SETTE
Files:
2 edited
2 copied

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_METO_2017/NEMOGCM/SETTE/sette.sh

    r8868 r8989  
    805805    set_namelist namelist_cfg ln_read_cfg .true. 
    806806    set_namelist namelist_cfg ln_linssh .true. 
     807    set_namelist namelist_cfg nn_fsbc 1 
    807808    set_namelist namelist_cfg nn_fwb 0 
    808809    set_namelist namelist_cfg jpni 4 
     
    828829    set_namelist namelist_cfg ln_read_cfg .true. 
    829830    set_namelist namelist_cfg ln_linssh .true. 
     831    set_namelist namelist_cfg nn_fsbc 1 
    830832    set_namelist namelist_cfg nn_fwb 0 
    831833    set_namelist namelist_cfg jpni 4 
  • branches/2017/dev_METO_2017/NEMOGCM/SETTE/sette_rpt.sh

    r8868 r8989  
    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.