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.
namdyn in NEMO/trunk/doc/namelists – NEMO

source: NEMO/trunk/doc/namelists/namdyn @ 11025

Last change on this file since 11025 was 11025, checked in by nicolasmartin, 5 years ago

Set mime-type to text/x-fortran to all namelists

  • Property svn:mime-type set to text/x-fortran
File size: 1.8 KB
Line 
1!------------------------------------------------------------------------------
2&namdyn         !   Ice dynamics
3!------------------------------------------------------------------------------
4   ln_dynALL        = .true.          !  dyn.: full ice dynamics                  (rheology + advection + ridging/rafting + correction)
5   ln_dynRHGADV     = .false.         !  dyn.: no ridge/raft & no corrections     (rheology + advection)
6   ln_dynADV1D      = .false.         !  dyn.: only advection 1D                  (Schar & Smolarkiewicz 1996 test case)
7   ln_dynADV2D      = .false.         !  dyn.: only advection 2D w prescribed vel.(rn_uvice + advection)
8      rn_uice       =   0.5           !        prescribed ice u-velocity
9      rn_vice       =   0.5           !        prescribed ice v-velocity
10   rn_ishlat        =   2.            !  lbc : free slip (0) ; partial slip (0-2) ; no slip (2) ; strong slip (>2)
11   ln_landfast_L16  = .false.         !  landfast: parameterization from Lemieux 2016
12   ln_landfast_home = .false.         !  landfast: parameterization from "home made"
13      rn_depfra     =   0.125         !        fraction of ocean depth that ice must reach to initiate landfast
14                                      !          recommended range: [0.1 ; 0.25] - L16=0.125 - home=0.15
15      rn_icebfr     =  15.            !        ln_landfast_L16:  maximum bottom stress per unit volume [N/m3]
16                                      !        ln_landfast_home: maximum bottom stress per unit area of contact [N/m2]
17                                      !          recommended range: ?? L16=15 - home=10
18      rn_lfrelax    =   1.e-5         !        relaxation time scale to reach static friction [s-1]
19      rn_tensile    =   0.2           !        ln_landfast_L16: isotropic tensile strength
20/
Note: See TracBrowser for help on using the repository browser.