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.
namelist_cfg in branches/2017/dev_r7881_ENHANCE09_RK3/NEMOGCM/CONFIG/ORCA2_OFF_TRC/EXP00 – NEMO

source: branches/2017/dev_r7881_ENHANCE09_RK3/NEMOGCM/CONFIG/ORCA2_OFF_TRC/EXP00/namelist_cfg @ 8568

Last change on this file since 8568 was 8568, checked in by gm, 7 years ago

#1911 (ENHANCE-09): PART I.2 - _NONE option + remove zts + see associated wiki page

File size: 10.0 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO/OPA  :  ORCA2_OFF_PISCES configuration namelist used ot overwrite SHARED/namelist_ref
3!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
4!-----------------------------------------------------------------------
5&namrun        !   parameters of the run
6!-----------------------------------------------------------------------
7   cn_exp      =  "TRACERS"  !  experience name
8   nn_it000    =       1    !  first time step
9   nn_itend    =    1460    !  last  time step (std 1460)
10   nn_stock    =    1460    !  frequency of creation of a restart file (modulo referenced to 1)
11   nn_date0    = 19600101 
12   ln_mskland  = .true.   !  mask land points in NetCDF outputs (costly: + ~15%)
13/
14!-----------------------------------------------------------------------
15&namcfg        !   parameters of the configuration
16!-----------------------------------------------------------------------
17   ln_read_cfg = .true.    !  (=T) read the domain configuration file
18      !                    !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules
19      cn_domcfg = "ORCA_R2_zps_domcfg"    ! domain configuration filename
20/
21!-----------------------------------------------------------------------
22&namdom        !   space and time domain (bathymetry, mesh, timestep)
23!-----------------------------------------------------------------------
24   ln_linssh   = .true.   !  =T  linear free surface  ==>>  model level are fixed in time
25   !
26   rn_rdt      = 21600.     !  time step for the dynamics (and tracer if nn_acc=0)
27/
28!-----------------------------------------------------------------------
29&namlbc        !   lateral momentum boundary condition
30!-----------------------------------------------------------------------
31   !                       !  free slip  !   partial slip  !   no slip   ! strong slip
32   rn_shlat    =    2.     !  shlat = 0  !  0 < shlat < 2  !  shlat = 2  !  2 < shlat
33   ln_vorlat   = .false.   !  consistency of vorticity boundary condition with analytical Eqs.
34/
35!-----------------------------------------------------------------------
36&namsbc        !   Surface Boundary Condition (surface module)
37!-----------------------------------------------------------------------
38   ln_blk      = .true.    !  Bulk formulation                          (T => fill namsbc_blk )
39   nn_fsbc     = 1         !  frequency of surface boundary condition computation
40   ln_rnf      = .false.   !  runoffs
41   ln_traqsr   = .false.   !  Light penetration (T) or not (F)
42/
43!-----------------------------------------------------------------------
44&namsbc_blk   !   namsbc_blk  Bulk formulae
45!-----------------------------------------------------------------------
46   ln_NCAR     = .true.   ! "NCAR"      algorithm   (Large and Yeager 2008)
47/
48!-----------------------------------------------------------------------
49&namtra_qsr    !   penetrative solar radiation
50!-----------------------------------------------------------------------
51/
52!-----------------------------------------------------------------------
53&namsbc_ssr    !   surface boundary condition : sea surface restoring
54!-----------------------------------------------------------------------
55/     
56!-----------------------------------------------------------------------
57&nambbl        !   bottom boundary layer scheme
58!-----------------------------------------------------------------------
59   ln_trabbl   = .true.    !  Bottom Boundary Layer parameterisation flag
60   nn_bbl_ldf  =  1        !  diffusive bbl (=1)   or not (=0)
61   nn_bbl_adv  =  0        !  advective bbl (=1/2) or not (=0)
62   rn_ahtbbl   =  1000.    !  lateral mixing coefficient in the bbl  [m2/s]
63   rn_gambbl   =  10.      !  advective bbl coefficient                 [s]
64/
65!-----------------------------------------------------------------------
66&nameos        !   ocean physical parameters
67!-----------------------------------------------------------------------
68   ln_teos10    = .true.         !  = Use TEOS-10 equation of state
69/
70!----------------------------------------------------------------------------------
71&namtra_ldf    !   lateral diffusion scheme for tracers
72!----------------------------------------------------------------------------------
73   !                       !  Operator type:
74   ln_traldf_NONE  =  .false.  ! No explicit diffusion
75   ln_traldf_lap   =  .true.   !    laplacian operator
76   ln_traldf_blp   =  .false.  !  bilaplacian operator
77   !                       !  Direction of action:
78   ln_traldf_lev   =  .false.  !  iso-level
79   ln_traldf_hor   =  .false.  !  horizontal (geopotential)
80   ln_traldf_iso   =  .true.   !  iso-neutral
81   ln_traldf_triad =  .false.  !  iso-neutral using Griffies triads
82   !
83   !                       !  iso-neutral options:       
84   ln_traldf_msc   =  .true.   !  Method of Stabilizing Correction (both operators)
85   rn_slpmax       =   0.01    !  slope limit                      (both operators)
86   ln_triad_iso    =  .false.  !  pure horizontal mixing in ML     (triad only)
87   rn_sw_triad     =  1        !  =1 switching triad ; =0 all 4 triads used (triad only)
88   ln_botmix_triad =  .false.  !  lateral mixing on bottom         (triad only)
89   !
90   !                       !  Coefficients:
91   nn_aht_ijk_t    = 0        !  space/time variation of eddy coef
92   !                                !   =-20 (=-30)    read in eddy_diffusivity_2D.nc (..._3D.nc) file
93   !                                !   =  0           constant
94   !                                !   = 10 F(k)      =ldf_c1d
95   !                                !   = 20 F(i,j)    =ldf_c2d
96   !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation
97   !                                !   = 30 F(i,j,k)  =ldf_c2d + ldf_c1d
98   !                                !   = 31 F(i,j,k,t)=F(local velocity)
99   rn_aht_0        = 2000.     !  lateral eddy diffusivity   (lap. operator) [m2/s]
100   rn_bht_0        = 1.e+12    !  lateral eddy diffusivity (bilap. operator) [m4/s]
101/
102!----------------------------------------------------------------------------------
103&namtra_ldfeiv !   eddy induced velocity param.
104!----------------------------------------------------------------------------------
105   ln_ldfeiv     =.true.   ! use eddy induced velocity parameterization
106   ln_ldfeiv_dia =.false.   ! diagnose eiv stream function and velocities
107   rn_aeiv_0     = 2000.   ! eddy induced velocity coefficient   [m2/s]
108   nn_aei_ijk_t  = 0      ! space/time variation of the eiv coeficient
109   !                                !   =-20 (=-30)    read in eddy_induced_velocity_2D.nc (..._3D.nc) file
110   !                                !   =  0           constant
111   !                                !   = 10 F(k)      =ldf_c1d
112   !                                !   = 20 F(i,j)    =ldf_c2d
113   !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation
114   !                                !   = 30 F(i,j,k)  =ldf_c2d + ldf_c1d
115/
116!-----------------------------------------------------------------------
117&namdta_dyn        !   offline dynamics read in files                ("key_offline")
118!-----------------------------------------------------------------------
119!          !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask !
120!          !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      !
121!          !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask !
122!          !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      !
123   sn_tem  = 'dyna_grid_T' ,    120            , 'votemper' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , ''
124   sn_sal  = 'dyna_grid_T' ,    120            , 'vosaline' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , ''
125   sn_mld  = 'dyna_grid_T' ,    120            , 'somixhgt' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , ''
126   sn_emp  = 'dyna_grid_T' ,    120            , 'sowaflup' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , ''
127   sn_fmf  = 'dyna_grid_T' ,    120            , 'iowaflup' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , ''
128   sn_ice  = 'dyna_grid_T' ,    120            , 'soicecov' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , ''
129   sn_qsr  = 'dyna_grid_T' ,    120            , 'soshfldo' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , ''
130   sn_wnd  = 'dyna_grid_T' ,    120            , 'sowindsp' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , ''
131   sn_uwd  = 'dyna_grid_U' ,    120            , 'uocetr_eff' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , ''
132   sn_vwd  = 'dyna_grid_V' ,    120            , 'vocetr_eff' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , ''
133   sn_wwd  = 'dyna_grid_W' ,    120            , 'wocetr_eff' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , ''
134   sn_avt  = 'dyna_grid_W' ,    120            , 'voddmavs' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , ''
135   sn_ubl  = 'dyna_grid_U' ,    120            , 'sobblcox' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , ''
136   sn_vbl  = 'dyna_grid_V' ,    120            , 'sobblcoy' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , ''
137!
138   cn_dir          = './'       !  root directory for the location of the dynamical files
139   ln_dynrnf       =  .false.   !  runoffs option enabled (T) or not (F)
140   ln_dynrnf_depth =  .false.   ! runoffs is spread in vertical (T) or not (F)
141!   fwbcorr      = 3.786e-06    ! annual global mean of empmr for ssh correction
142/
143!-----------------------------------------------------------------------
144&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi)
145!-----------------------------------------------------------------------
146/
147!-----------------------------------------------------------------------
148&namctl        !   Control prints & Benchmark
149!-----------------------------------------------------------------------
150/
Note: See TracBrowser for help on using the repository browser.