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 10324 for NEMO/branches/UKMO/dev_r9950_old_tidal_mixing/tests/VORTEX – NEMO

Ignore:
Timestamp:
2018-11-16T16:16:27+01:00 (5 years ago)
Author:
davestorkey
Message:

UKMO/dev_r9950_old_tidal_mixing: Update to be relative to rev 10321 of NEMO4_beta_mirror branch.

Location:
NEMO/branches/UKMO/dev_r9950_old_tidal_mixing/tests/VORTEX
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/dev_r9950_old_tidal_mixing/tests/VORTEX/EXPREF/1_namelist_cfg

    r9718 r10324  
    11!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    2 !! NEMO/OPA  Configuration namelist : overwrite defaults values defined in SHARED/namelist_ref 
     2!! NEMO/OCE  Configuration namelist : overwrite defaults values defined in SHARED/namelist_ref 
    33!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    44!!                         VORTEX configuration                       !! 
     
    187187   ln_dynadv_vec = .false. !  vector form (T) or flux form (F) 
    188188   nn_dynkeg     = 0       ! scheme for grad(KE): =0   C2  ;  =1   Hollingsworth correction 
    189    ln_dynadv_cen2= .false. !  flux form - 2nd order centered scheme 
     189   ln_dynadv_cen2 = .false. !  flux form - 2nd order centered scheme 
    190190   ln_dynadv_ubs = .true.  !  flux form - 3rd order UBS      scheme 
    191191/ 
  • NEMO/branches/UKMO/dev_r9950_old_tidal_mixing/tests/VORTEX/EXPREF/namelist_cfg

    r9743 r10324  
    11!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    2 !! NEMO/OPA  Configuration namelist : overwrite default values defined in SHARED/namelist_ref 
     2!! NEMO/OCE  Configuration namelist : overwrite default values defined in SHARED/namelist_ref 
    33!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    44!!                         VORTEX configuration                       !! 
     
    178178   ln_dynadv_vec = .false. !  vector form (T) or flux form (F) 
    179179   nn_dynkeg     = 0       ! scheme for grad(KE): =0   C2  ;  =1   Hollingsworth correction 
    180    ln_dynadv_cen2= .false. !  flux form - 2nd order centered scheme 
     180   ln_dynadv_cen2 = .false. !  flux form - 2nd order centered scheme 
    181181   ln_dynadv_ubs = .true.  !  flux form - 3rd order UBS      scheme 
    182182/ 
  • NEMO/branches/UKMO/dev_r9950_old_tidal_mixing/tests/VORTEX/MY_SRC/domvvl.F90

    • Property svn:keywords set to Id
    r9950 r10324  
    6464#  include "vectopt_loop_substitute.h90" 
    6565   !!---------------------------------------------------------------------- 
    66    !! NEMO/OCE 4.0 , NEMO Consortium (2018)  
     66   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    6767   !! $Id$ 
    68    !! Software governed by the CeCILL licence     (./LICENSE) 
     68   !! Software governed by the CeCILL license (see ./LICENSE) 
    6969   !!---------------------------------------------------------------------- 
    7070CONTAINS 
  • NEMO/branches/UKMO/dev_r9950_old_tidal_mixing/tests/VORTEX/MY_SRC/usrdef_hgr.F90

    • Property svn:keywords set to Id
    r9950 r10324  
    2727 
    2828   !!---------------------------------------------------------------------- 
    29    !! NEMO/OPA 4.0, NEMO Consortium (2016) 
     29   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    3030   !! $Id$ 
    31    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     31   !! Software governed by the CeCILL license (see ./LICENSE) 
    3232   !!---------------------------------------------------------------------- 
    3333CONTAINS 
  • NEMO/branches/UKMO/dev_r9950_old_tidal_mixing/tests/VORTEX/MY_SRC/usrdef_istate.F90

    • Property svn:keywords set to Id
    r9950 r10324  
    2929 
    3030   !!---------------------------------------------------------------------- 
    31    !! NEMO/OPA 4.0 , NEMO Consortium (2016) 
     31   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    3232   !! $Id$ 
    33    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     33   !! Software governed by the CeCILL license (see ./LICENSE) 
    3434   !!---------------------------------------------------------------------- 
    3535CONTAINS 
  • NEMO/branches/UKMO/dev_r9950_old_tidal_mixing/tests/VORTEX/MY_SRC/usrdef_nam.F90

    • Property svn:keywords set to Id
    r9950 r10324  
    3434 
    3535   !!---------------------------------------------------------------------- 
    36    !! NEMO/OPA 4.0 , NEMO Consortium (2016) 
     36   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    3737   !! $Id$ 
    38    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     38   !! Software governed by the CeCILL license (see ./LICENSE) 
    3939   !!---------------------------------------------------------------------- 
    4040CONTAINS 
  • NEMO/branches/UKMO/dev_r9950_old_tidal_mixing/tests/VORTEX/MY_SRC/usrdef_sbc.F90

    • Property svn:keywords set to Id
    r9659 r10324  
    3333#  include "vectopt_loop_substitute.h90" 
    3434   !!---------------------------------------------------------------------- 
    35    !! NEMO/OPA 4.0 , NEMO Consortium (2016) 
     35   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    3636   !! $Id$ 
    37    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     37   !! Software governed by the CeCILL license (see ./LICENSE) 
    3838   !!---------------------------------------------------------------------- 
    3939CONTAINS 
  • NEMO/branches/UKMO/dev_r9950_old_tidal_mixing/tests/VORTEX/MY_SRC/usrdef_zgr.F90

    • Property svn:keywords set to Id
    r9125 r10324  
    3232#  include "vectopt_loop_substitute.h90" 
    3333   !!---------------------------------------------------------------------- 
    34    !! NEMO/OPA 4.0 , NEMO Consortium (2016) 
     34   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    3535   !! $Id$ 
    36    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     36   !! Software governed by the CeCILL license (see ./LICENSE) 
    3737   !!---------------------------------------------------------------------- 
    3838CONTAINS              
Note: See TracChangeset for help on using the changeset viewer.