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 8741 for branches/2017/dev_r8624_AGRIF3_VVL/NEMOGCM/CONFIG/TEST_CASES/VORTEX/EXP00 – NEMO

Ignore:
Timestamp:
2017-11-17T17:19:55+01:00 (7 years ago)
Author:
jchanut
Message:

AGRIF + vvl Main changes - #1965

Location:
branches/2017/dev_r8624_AGRIF3_VVL/NEMOGCM/CONFIG/TEST_CASES/VORTEX/EXP00
Files:
2 edited

Legend:

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

    r8703 r8741  
    66&namusr_def    !   User defined :   VORTEX configuration: Flat bottom, beta-plane 
    77!----------------------------------------------------------------------- 
     8   rn_dx       =  30000.   !  x horizontal resolution   [meters] 
     9   rn_dy       =  30000.   !  y horizontal resolution   [meters] 
     10   rn_dz       =    500.   !  z vertical resolution [meters] 
     11   rn_ppgphi0  =   38.5    !  Reference latitude [degrees] 
    812/ 
    913! 
     
    3741   rn_sponge_tra = 2850.   !  coefficient for tracer   sponge layer [m2/s] 
    3842   rn_sponge_dyn = 2850.   !  coefficient for dynamics sponge layer [m2/s] 
    39    ln_chk_bathy  = .false. ! 
     43   ln_chk_bathy  = .FALSE. ! 
     44/ 
    4045/ 
    4146!----------------------------------------------------------------------- 
     
    160165&namdyn_spg    !   Surface pressure gradient 
    161166!----------------------------------------------------------------------- 
     167   ln_dynspg_exp  = .false.  
    162168   ln_dynspg_ts  = .true.   ! split-explicit free surface 
    163169      ln_bt_fw      = .true.     ! Forward integration of barotropic Eqs. 
  • branches/2017/dev_r8624_AGRIF3_VVL/NEMOGCM/CONFIG/TEST_CASES/VORTEX/EXP00/namelist_cfg

    r8703 r8741  
    3737&namagrif      !  AGRIF zoom                                            ("key_agrif") 
    3838!----------------------------------------------------------------------- 
     39   nn_cln_update =    1    !  baroclinic update frequency 
     40   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] 
     43   ln_chk_bathy  = .FALSE. ! 
     44/ 
    3945/ 
    4046!----------------------------------------------------------------------- 
     
    159165&namdyn_spg    !   Surface pressure gradient 
    160166!----------------------------------------------------------------------- 
     167   ln_dynspg_exp  = .false.  
    161168   ln_dynspg_ts  = .true.   ! split-explicit free surface 
    162169      ln_bt_fw      = .true.     ! Forward integration of barotropic Eqs. 
Note: See TracChangeset for help on using the changeset viewer.