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.
1_namelist_cfg in branches/2017/dev_r8183_ICEMODEL/NEMOGCM/CONFIG/ORCA2_LIM3_PISCES/EXP00 – NEMO

source: branches/2017/dev_r8183_ICEMODEL/NEMOGCM/CONFIG/ORCA2_LIM3_PISCES/EXP00/1_namelist_cfg @ 8291

Last change on this file since 8291 was 8291, checked in by clem, 7 years ago

correct last commit changes. This is the start version for the modifications of the ice model. All sette tests passed except restartability for agrif and sas (though sas_biper is restartable). Configurations CREG, SPITZ, FER & SASBIPER are running.

File size: 15.6 KB
RevLine 
[7283]1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO/OPA  :  Configuration namelist used to overwrite SHARED/1_namelist_ref
3!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
4!-----------------------------------------------------------------------
5&namrun        !   parameters of the run
6!-----------------------------------------------------------------------
7   cn_exp      = "Agulhas" !  experience name
8   nn_it000    =       1   !  first time step
9   nn_itend    =   10950   !  last  time step
10   nn_stock    =   10950   !  frequency of creation of a restart file (modulo referenced to 1)
11   nn_write    =   10950   !  frequency of write in the output file   (modulo referenced to nn_it000)
12   ln_clobber  = .true.    !  clobber (overwrite) an existing file
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 = "AGRIF_AGULHAS_domain_cfg"    ! domain configuration filename
20/
21!-----------------------------------------------------------------------
22&namdom        !   space and time domain (bathymetry, mesh, timestep)
23!----------------------------------------------------------------------- 
[8291]24   ln_linssh   = .false.   !  =T  linear free surface  ==>>  model level are fixed in time
[7283]25   nn_closea   =    0      !  remove (=0) or keep (=1) closed seas and lakes (ORCA)
26   !
27   rn_rdt      = 2880.     !  time step for the dynamics (and tracer if nn_acc=0)
28   !
29/
30!-----------------------------------------------------------------------
31&namcrs        !   Grid coarsening for dynamics output and/or
32!              !   passive tracer coarsened online simulations
33!-----------------------------------------------------------------------
34/
35!-----------------------------------------------------------------------
36&namtsd    !   data : Temperature  & Salinity
37!-----------------------------------------------------------------------
38/
39!-----------------------------------------------------------------------
40&namsbc        !   Surface Boundary Condition (surface module)
41!-----------------------------------------------------------------------
[7715]42   ln_blk      = .true.    !  CORE bulk formulation                     (T => fill namsbc_core)
[7933]43   nn_ice      = 3         !  =0 no ice boundary condition   ,
[7283]44                           !  =1 use observed ice-cover      ,
45                           !  =2 ice-model used                         ("key_lim3" or "key_lim2)
46   ln_rnf      = .false.   !  runoffs                                   (T => fill namsbc_rnf)
47   ln_ssr      = .false.   !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr)
48   nn_fwb      = 0         !  FreshWater Budget: =0 unchecked
49                           !     =1 global mean of e-p-r set to zero at each time step
50                           !     =2 annual global mean of e-p-r set to zero
51                           !     =3 global emp set to zero and spread out over erp area
52/
53!-----------------------------------------------------------------------
54&namsbc_blk   !   namsbc_blk  generic Bulk formula                      (ln_blk = T)
55!-----------------------------------------------------------------------
56!              !  file name                   ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights                              ! rotation ! land/sea mask !
57!              !                              !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename                             ! pairing  ! filename      !
58   sn_wndi     = 'u_10.15JUNE2009_fill'       ,         6         , 'U_10_MOD',   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bicubic.nc'     , 'Uwnd'   , ''
59   sn_wndj     = 'v_10.15JUNE2009_fill'       ,         6         , 'V_10_MOD',   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bicubic.nc'     , 'Vwnd'   , ''
60   sn_qsr      = 'ncar_rad.15JUNE2009_fill'   ,        24         , 'SWDN_MOD',   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'    , ''       , ''
61   sn_qlw      = 'ncar_rad.15JUNE2009_fill'   ,        24         , 'LWDN_MOD',   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'    , ''       , ''
62   sn_tair     = 't_10.15JUNE2009_fill'       ,         6         , 'T_10_MOD',   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'    , ''       , ''
63   sn_humi     = 'q_10.15JUNE2009_fill'       ,         6         , 'Q_10_MOD',   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'    , ''       , ''
64   sn_prec     = 'ncar_precip.15JUNE2009_fill',        -1         , 'PRC_MOD1',   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'    , ''       , ''
65   sn_snow     = 'ncar_precip.15JUNE2009_fill',        -1         , 'SNOW'    ,   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'    , ''       , ''
66   sn_slp      = 'slp.15JUNE2009_fill'        ,         6         , 'SLP'     ,   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'    , ''       , ''
67   sn_tdif     = 'taudif_core'                ,        24         , 'taudif'  ,   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'    , ''       , ''
68   !
69   !                    !  bulk algorithm :
70   ln_NCAR     = .true.   ! "NCAR"      algorithm   (Large and Yeager 2008)
71   !
72/
73!-----------------------------------------------------------------------
74&namtra_qsr    !   penetrative solar radiation
75!-----------------------------------------------------------------------
76!              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation !
77!              !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  !
78   sn_chl      ='chlorophyll',        -1         , 'CHLA'    ,   .true.     , .true. , 'yearly'  , 'weights_bilin.nc'       , ''
79/
80!-----------------------------------------------------------------------
81&namlbc        !   lateral momentum boundary condition
82!-----------------------------------------------------------------------
83/
84!-----------------------------------------------------------------------
85&namagrif      !  AGRIF zoom                                            ("key_agrif")
86!-----------------------------------------------------------------------
[7942]87   nn_cln_update =    1    !  baroclinic update frequency
[7283]88/
89!-----------------------------------------------------------------------
90&nambfr        !   bottom friction
91!-----------------------------------------------------------------------
92/
93!-----------------------------------------------------------------------
94&nambbc        !   bottom temperature boundary condition
95!-----------------------------------------------------------------------
96   ln_trabbc   = .true.    !  Apply a geothermal heating at the ocean bottom
97/
98!-----------------------------------------------------------------------
99&nambbl        !   bottom boundary layer scheme
100!-----------------------------------------------------------------------
101/
102!-----------------------------------------------------------------------
103&nameos        !   ocean physical parameters
104!-----------------------------------------------------------------------
[7715]105  ln_teos10   = .true.         !  = Use TEOS-10 equation of state
[7283]106/
107!-----------------------------------------------------------------------
108&namtra_dmp    !   tracer: T & S newtonian damping
109!-----------------------------------------------------------------------
110   ln_tradmp   =  .false.   !  add a damping termn (T) or not (F)
111/
112!-----------------------------------------------------------------------
113&namtra_adv    !   advection scheme for tracer
114!-----------------------------------------------------------------------
115   ln_traadv_fct =  .true.    !  FCT scheme
116      nn_fct_h   =  2               !  =2/4, horizontal 2nd / 4th order
117      nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order
118      nn_fct_zts =  0               !  >=1,  2nd order FCT scheme with vertical sub-timestepping
119      !                             !        (number of sub-timestep = nn_fct_zts)
120/
121!-----------------------------------------------------------------------
122&namtra_ldf    !   lateral diffusion scheme for tracers
123!----------------------------------------------------------------------------------
124   !                       !  Operator type:
125   ln_traldf_lap   =  .true.   !    laplacian operator
126   ln_traldf_blp   =  .false.  !  bilaplacian operator
127   !                       !  Direction of action:
128   ln_traldf_lev   =  .false.  !  iso-level
129   ln_traldf_hor   =  .false.  !  horizontal (geopotential)
130   ln_traldf_iso   =  .true.   !  iso-neutral (Standard operator)
131   ln_traldf_triad =  .false.  !  iso-neutral (Triads   operator)
132   !
133   !                       !  iso-neutral options:       
134   ln_traldf_msc   =  .true.   !  Method of Stabilizing Correction (both operators)
135   rn_slpmax       =   0.01    !  slope limit                      (both operators)
136   ln_triad_iso    =  .false.  !  pure horizontal mixing in ML              (triad only)
137   rn_sw_triad     =  1        !  =1 switching triad ; =0 all 4 triads used (triad only)
138   ln_botmix_triad =  .false.  !  lateral mixing on bottom                  (triad only)
139   !
140   !                       !  Coefficients:
141   nn_aht_ijk_t    = 20        !  space/time variation of eddy coef
142   !                                !   =-20 (=-30)    read in eddy_diffusivity_2D.nc (..._3D.nc) file
143   !                                !   =  0           constant
144   !                                !   = 10 F(k)      =ldf_c1d
145   !                                !   = 20 F(i,j)    =ldf_c2d
146   !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation
147   !                                !   = 30 F(i,j,k)  =ldf_c2d + ldf_c1d
148   !                                !   = 31 F(i,j,k,t)=F(local velocity)
149   rn_aht_0        = 1000.     !  lateral eddy diffusivity   (lap. operator) [m2/s]
150   rn_bht_0        = 1.e+12    !  lateral eddy diffusivity (bilap. operator) [m4/s]
151/
152!----------------------------------------------------------------------------------
153&namtra_ldfeiv !   eddy induced velocity param.
154!----------------------------------------------------------------------------------
155   ln_ldfeiv     =.false.   ! use eddy induced velocity parameterization
156/
157!-----------------------------------------------------------------------
158&namdyn_adv    !   formulation of the momentum advection
159!-----------------------------------------------------------------------
160
161!-----------------------------------------------------------------------
162&namdyn_vor    !   option of physics/algorithm (not control by CPP keys)
163!-----------------------------------------------------------------------
164   ln_dynvor_ene = .false. !  enstrophy conserving scheme
165   ln_dynvor_ens = .false. !  energy conserving scheme
166   ln_dynvor_mix = .false. !  mixed scheme
167   ln_dynvor_een = .true.  !  energy & enstrophy scheme
168      nn_een_e3f = 0             !  e3f = masked averaging of e3t divided by 4 (=0) or by the sum of mask (=1)
169/
170!-----------------------------------------------------------------------
171&namdyn_hpg    !   Hydrostatic pressure gradient option
172!-----------------------------------------------------------------------
[8291]173   ln_hpg_sco  = .true.   !  s-coordinate (standard jacobian formulation)
[7283]174/
175!-----------------------------------------------------------------------
176&namdyn_spg    !   surface pressure gradient
177!-----------------------------------------------------------------------
178   ln_dynspg_ts  = .true.  !  split-explicit free surface
179/
180!-----------------------------------------------------------------------
181&namdyn_ldf    !   lateral diffusion on momentum
182!-----------------------------------------------------------------------
183   !                       !  Type of the operator :
184   !                           !  no diffusion: set ln_dynldf_lap=..._blp=F
185   ln_dynldf_lap =  .false.    !    laplacian operator
186   ln_dynldf_blp =  .true.     !  bilaplacian operator
187   !                       !  Direction of action  :
188   ln_dynldf_lev =  .true.     !  iso-level
189   ln_dynldf_hor =  .false.    !  horizontal (geopotential)
190   ln_dynldf_iso =  .false.    !  iso-neutral
191   !                       !  Coefficient
192   nn_ahm_ijk_t  =  0          !  space/time variation of eddy coef
193   !                                !  =-30  read in eddy_viscosity_3D.nc file
194   !                                !  =-20  read in eddy_viscosity_2D.nc file
195   !                                !  =  0  constant
196   !                                !  = 10  F(k)=c1d
197   !                                !  = 20  F(i,j)=F(grid spacing)=c2d
198   !                                !  = 30  F(i,j,k)=c2d*c1d
199   !                                !  = 31  F(i,j,k)=F(grid spacing and local velocity)
200   rn_ahm_0      =  40000.     !  horizontal laplacian eddy viscosity   [m2/s]
201   rn_ahm_b      =      0.     !  background eddy viscosity for ldf_iso [m2/s]
202   rn_bhm_0      = 8.5e+11     !  horizontal bilaplacian eddy viscosity [m4/s]
203/
204!-----------------------------------------------------------------------
205&namzdf        !   vertical physics
206!-----------------------------------------------------------------------
207/
208!-----------------------------------------------------------------------
209&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  ("key_zdftke")
210!-----------------------------------------------------------------------
211/
212!-----------------------------------------------------------------------
213&namzdf_ddm    !   double diffusive mixing parameterization             ("key_zdfddm")
214!-----------------------------------------------------------------------
215/
216!-----------------------------------------------------------------------
217&namzdf_tmx    !   tidal mixing parameterization                        ("key_zdftmx")
218!-----------------------------------------------------------------------
219   ln_tmx_itf  = .false.   !  ITF specific parameterisation
220/
221!-----------------------------------------------------------------------
222&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi)
223!-----------------------------------------------------------------------
224/
225!-----------------------------------------------------------------------
226&nammpp_dyndist !   Massively Parallel Distribution for AGRIF zoom      ("key_agrif" && "key_mpp_dyndist")
227!-----------------------------------------------------------------------
228/
229!-----------------------------------------------------------------------
230&namctl        !   Control prints & Benchmark
231!-----------------------------------------------------------------------
232/
233!-----------------------------------------------------------------------
234&namptr       !   Poleward Transport Diagnostic
235!-----------------------------------------------------------------------
236/
237!-----------------------------------------------------------------------
238&namhsb       !  Heat and salt budgets
239!-----------------------------------------------------------------------
240/
241!-----------------------------------------------------------------------
242&namobs       !  observation usage                                      ('key_diaobs')
243!-----------------------------------------------------------------------
244/
245!-----------------------------------------------------------------------
246&nam_asminc   !   assimilation increments                               ('key_asminc')
247!-----------------------------------------------------------------------
248/
Note: See TracBrowser for help on using the repository browser.