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 5321 for trunk/NEMOGCM/CONFIG – NEMO

Changeset 5321 for trunk/NEMOGCM/CONFIG


Ignore:
Timestamp:
2015-06-01T09:24:31+02:00 (9 years ago)
Author:
pabouttier
Message:

Add Hollingsworth correction in the computation of the gradient of Kinetic Energy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/CONFIG/SHARED/namelist_ref

    r5190 r5321  
    2828   nn_it000    =       1   !  first time step 
    2929   nn_itend    =    5475   !  last  time step (std 5475) 
    30    nn_date0    =  010101   !  date at nit_0000 (format yyyymmdd) used if ln_rstart=F or (ln_rstart=T and nn_rstctl=0 or 1) 
     30   nn_date0    =  20061101   !  date at nit_0000 (format yyyymmdd) used if ln_rstart=F or (ln_rstart=T and nn_rstctl=0 or 1) 
    3131   nn_leapy    =       0   !  Leap year calendar (1) or not (0) 
    3232   ln_rstart   = .false.   !  start from rest (F) or from a restart file (T) 
     
    118118   rn_bathy    =    0.     !  value of the bathymetry. if (=0) bottom flat at jpkm1 
    119119   nn_closea   =    0      !  remove (=0) or keep (=1) closed seas and lakes (ORCA) 
    120    nn_msh      =    0      !  create (=1) a mesh file or not (=0) 
     120   nn_msh      =    1      !  create (=1) a mesh file or not (=0) 
    121121   rn_hmin     =   -3.     !  min depth of the ocean (>0) or min number of ocean level (<0) 
    122122   rn_e3zps_min=   20.     !  partial step thickness is set larger than the minimum of 
     
    803803!----------------------------------------------------------------------- 
    804804   ln_dynadv_vec = .true.  !  vector form (T) or flux form (F) 
     805   nn_dynkeg     = 0       ! scheme for grad(KE): =0   C2  ;  =1   Hollingsworth correction 
    805806   ln_dynadv_cen2= .false. !  flux form - 2nd order centered scheme 
    806807   ln_dynadv_ubs = .false. !  flux form - 3rd order UBS      scheme 
Note: See TracChangeset for help on using the changeset viewer.