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 8762 for branches/2017/dev_r8624_AGRIF3_VVL/NEMOGCM/CONFIG – NEMO

Ignore:
Timestamp:
2017-11-21T11:15:35+01:00 (6 years ago)
Author:
jchanut
Message:

AGRIF + vvl: Final changes, update SETTE tests (these are ok except SAS) - #1965

Location:
branches/2017/dev_r8624_AGRIF3_VVL/NEMOGCM/CONFIG
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_r8624_AGRIF3_VVL/NEMOGCM/CONFIG/ORCA2_LIM3_PISCES/EXP00/1_namelist_cfg

    r8284 r8762  
    2222&namdom        !   space and time domain (bathymetry, mesh, timestep) 
    2323!-----------------------------------------------------------------------   
    24    ln_linssh   = .true.   !  =T  linear free surface  ==>>  model level are fixed in time 
     24   ln_linssh   = .false.   !  =T  linear free surface  ==>>  model level are fixed in time 
    2525   nn_closea   =    0      !  remove (=0) or keep (=1) closed seas and lakes (ORCA) 
    2626   ! 
     
    171171&namdyn_hpg    !   Hydrostatic pressure gradient option 
    172172!----------------------------------------------------------------------- 
     173   ln_hpg_sco  = .true.   !  s-coordinate (standard jacobian formulation) 
    173174/ 
    174175!----------------------------------------------------------------------- 
  • branches/2017/dev_r8624_AGRIF3_VVL/NEMOGCM/CONFIG/TEST_CASES/VORTEX/EXP00/1_namelist_cfg

    r8741 r8762  
    3030&namdom        !   space and time domain (bathymetry, mesh, timestep) 
    3131!----------------------------------------------------------------------- 
    32    ln_linssh   =  .true.   !  =T  linear free surface  ==>>  model level are fixed in time 
     32   ln_linssh   =  .false.  !  =T  linear free surface  ==>>  model level are fixed in time 
    3333   rn_rdt      =    480.   !  time step for the dynamics (and tracer if nn_acc=0) 
    3434   rn_atfp     =   0.05    !  asselin time filter parameter 
     
    3939   nn_cln_update =    1    !  baroclinic update frequency 
    4040   ln_spc_dyn    = .true.  !  use 0 as special value for dynamics 
    41    rn_sponge_tra = 2850.   !  coefficient for tracer   sponge layer [m2/s] 
    42    rn_sponge_dyn = 2850.   !  coefficient for dynamics sponge layer [m2/s] 
     41   rn_sponge_tra =  800.   !  coefficient for tracer   sponge layer [m2/s] 
     42   rn_sponge_dyn =  800.   !  coefficient for dynamics sponge layer [m2/s] 
    4343   ln_chk_bathy  = .FALSE. ! 
    4444/ 
  • branches/2017/dev_r8624_AGRIF3_VVL/NEMOGCM/CONFIG/TEST_CASES/VORTEX/EXP00/namelist_cfg

    r8741 r8762  
    3030&namdom        !   space and time domain (bathymetry, mesh, timestep) 
    3131!----------------------------------------------------------------------- 
    32    ln_linssh   =  .true.   !  =T  linear free surface  ==>>  model level are fixed in time 
     32   ln_linssh   =  .false.  !  =T  linear free surface  ==>>  model level are fixed in time 
    3333   rn_rdt      =   1440.   !  time step for the dynamics (and tracer if nn_acc=0) 
    3434   rn_atfp     =   0.05    !  asselin time filter parameter 
     
    3939   nn_cln_update =    1    !  baroclinic update frequency 
    4040   ln_spc_dyn    = .true.  !  use 0 as special value for dynamics 
    41    rn_sponge_tra = 2850.   !  coefficient for tracer   sponge layer [m2/s] 
    42    rn_sponge_dyn = 2850.   !  coefficient for dynamics sponge layer [m2/s] 
     41   rn_sponge_tra =  800.   !  coefficient for tracer   sponge layer [m2/s] 
     42   rn_sponge_dyn =  800.   !  coefficient for dynamics sponge layer [m2/s] 
    4343   ln_chk_bathy  = .FALSE. ! 
    4444/ 
Note: See TracChangeset for help on using the changeset viewer.