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.
3_namelist_cfg in NEMO/trunk/cfgs/AGRIF_DEMO/EXPREF – NEMO

source: NEMO/trunk/cfgs/AGRIF_DEMO/EXPREF/3_namelist_cfg

Last change on this file was 15032, checked in by jchanut, 3 years ago

#2692, Update AGRIF_DEMO parameters (initial state interpolation from parent will be tested). Changed default agrif parameters in namelist_ref so that bathymetry checking is now the default.

File size: 23.0 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO/OCE  Configuration namelist : overwrite default values defined in SHARED/1_namelist_ref
3!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
4!                         AGRIF ICE configuration                      !
5!!======================================================================
6!!              ***  Domain & Run management namelists  ***           !!
7!!                                                                    !!
8!!   namrun       parameters of the run
9!!   namdom       space and time domain
10!!   namcfg       parameters of the configuration                       (default: user defined GYRE)
11!!   namwad       Wetting and drying                                    (default: OFF)
12!!   namtsd       data: temperature & salinity                          (default: OFF)
13!!   namcrs       coarsened grid (for outputs and/or TOP)               (ln_crs =T)
14!!   namc1d       1D configuration options                              (ln_c1d =T)
15!!   namc1d_dyndmp 1D newtonian damping applied on currents             (ln_c1d =T)
16!!   namc1d_uvd   1D data (currents)                                    (ln_c1d =T)
17!!======================================================================
18!
19!-----------------------------------------------------------------------
20&namrun        !   parameters of the run
21!-----------------------------------------------------------------------
22   cn_exp      = "Nordic"  !  experience name
23   nn_it000    =    1      !  first time step
24   nn_itend    =  960      !  last  time step
25   nn_istate   =      0    !  output the initial state (1) or not (0)
26   ln_clobber  = .true.    !  clobber (overwrite) an existing file
27/
28!-----------------------------------------------------------------------
29&namdom        !   space and time domain
30!-----------------------------------------------------------------------
31   ln_linssh   = .false.   !  =T  linear free surface  ==>>  model level are fixed in time
32   !
33   rn_Dt      = 450.     !  time step for the dynamics (and tracer if nn_acc=0)
34/
35!-----------------------------------------------------------------------
36&namcfg        !   parameters of the configuration                      (default: user defined GYRE)
37!-----------------------------------------------------------------------
38   ln_read_cfg = .true.    !  (=T) read the domain configuration file
39      cn_domcfg = "ORCA_R017_zps_domcfg_agrif"    ! domain configuration filename
40/
41!-----------------------------------------------------------------------
42&namtile        !   parameters of the tiling
43!-----------------------------------------------------------------------
44/
45!-----------------------------------------------------------------------
46&namtsd        !    Temperature & Salinity Data                         (default: OFF)
47!-----------------------------------------------------------------------
48/
49!!======================================================================
50!!            ***  Surface Boundary Condition namelists  ***          !!
51!!                                                                    !!
52!!   namsbc          surface boundary condition manager                 (default: NO selection)
53!!   namsbc_flx      flux               formulation                     (ln_flx     =T)
54!!   namsbc_blk      Bulk formulae formulation                          (ln_blk     =T)
55!!   namsbc_cpl      CouPLed            formulation                     ("key_oasis3" )
56!!   namsbc_sas      Stand-Alone Surface module                         (SAS_SRC  only)
57!!   namtra_qsr      penetrative solar radiation                        (ln_traqsr  =T)
58!!   namsbc_rnf      river runoffs                                      (ln_rnf     =T)
59!!   namsbc_isf      ice shelf melting/freezing                         (ln_isfcav  =T : read (ln_read_cfg=T) or set or usr_def_zgr )
60!!   namsbc_iscpl    coupling option between land ice model and ocean   (ln_isfcav  =T)
61!!   namsbc_apr      Atmospheric Pressure                               (ln_apr_dyn =T)
62!!   namsbc_ssr      sea surface restoring term (for T and/or S)        (ln_ssr     =T)
63!!   namsbc_wave     external fields from wave model                    (ln_wave    =T)
64!!   namberg         iceberg floats                                     (ln_icebergs=T)
65!!======================================================================
66!
67!-----------------------------------------------------------------------
68&namsbc        !   Surface Boundary Condition (surface module)
69!-----------------------------------------------------------------------
70   nn_fsbc     = 1         !  frequency of SBC module call
71                     ! Type of air-sea fluxes
72   ln_blk      = .true.    !  Bulk formulation                          (T => fill namsbc_blk )
73                     ! Sea-ice :
74   nn_ice      = 2         !  =0 no ice boundary condition
75      !                    !  =1 use observed ice-cover                 (  => fill namsbc_iif )
76      !                    !  =2 or 3 for SI3 and CICE, respectively
77                     ! Misc. options of sbc :
78   ln_traqsr   = .true.    !  Light penetration in the ocean            (T => fill namtra_qsr)
79   ln_rnf      = .false.   !  runoffs                                   (T => fill namsbc_rnf)
80   ln_ssr      = .false.   !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr)
81   nn_fwb      = 0         !  FreshWater Budget: =0 unchecked
82/
83!-----------------------------------------------------------------------
84&namsbc_blk   !   namsbc_blk  generic Bulk formula                      (ln_blk =T)
85!-----------------------------------------------------------------------
86   !                    !  bulk algorithm :
87   ln_NCAR     = .true.    ! "NCAR"      algorithm   (Large and Yeager 2008)
88
89   cn_dir      = './'      !  root directory for the bulk data location
90   !___________!_________________________!___________________!___________!_____________!________!___________!______________________________________!__________!_______________!
91   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ !          weights filename            ! rotation ! land/sea mask !
92   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                                      ! pairing  !    filename   !
93   sn_wndi     = 'u_10.15JUNE2009_fill'       ,    6.        , 'U_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core2_nordic2_bicub.nc'     , 'Uwnd'   , ''
94   sn_wndj     = 'v_10.15JUNE2009_fill'       ,    6.        , 'V_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core2_nordic2_bicub.nc'     , 'Vwnd'   , ''
95   sn_qsr      = 'ncar_rad.15JUNE2009_fill'   ,   24.        , 'SWDN_MOD',   .false.   , .true. , 'yearly'  , 'weights_core2_nordic2_bilin.nc'     , ''       , ''
96   sn_qlw      = 'ncar_rad.15JUNE2009_fill'   ,   24.        , 'LWDN_MOD',   .false.   , .true. , 'yearly'  , 'weights_core2_nordic2_bilin.nc'     , ''       , ''
97   sn_tair     = 't_10.15JUNE2009_fill'       ,    6.        , 'T_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core2_nordic2_bilin.nc'     , ''       , ''
98   sn_humi     = 'q_10.15JUNE2009_fill'       ,    6.        , 'Q_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core2_nordic2_bilin.nc'     , ''       , ''
99   sn_prec     = 'ncar_precip.15JUNE2009_fill',   -1.        , 'PRC_MOD1',   .false.   , .true. , 'yearly'  , 'weights_core2_nordic2_bilin.nc'     , ''       , ''
100   sn_snow     = 'ncar_precip.15JUNE2009_fill',   -1.        , 'SNOW'    ,   .false.   , .true. , 'yearly'  , 'weights_core2_nordic2_bilin.nc'     , ''       , ''
101   sn_slp      = 'slp.15JUNE2009_fill'        ,    6.        , 'SLP'     ,   .false.   , .true. , 'yearly'  , 'weights_core2_nordic2_bilin.nc'     , ''       , ''
102
103/
104!-----------------------------------------------------------------------
105&namtra_qsr    !   penetrative solar radiation                          (ln_traqsr =T)
106!-----------------------------------------------------------------------
107   !                       ! type of penetration                        (default: NO selection)
108   ln_qsr_2bd  = .true.    !  2BD light penetration (two bands)
109   !                       !  RGB & 2BD choices:
110   rn_si1      =   10.0       !  2BD : longest depth of extinction
111   ln_qsr_rgb  = .false.      !  RGB light penetration (Red-Green-Blue)
112   !
113   nn_chldta   =      0       !  RGB : Chl data (=1) or cst value (=0)
114
115   cn_dir      = './'      !  root directory for the chlorophyl data location
116   !___________!_________________________!___________________!___________!_____________!________!___________!_______________________________!__________!_______________!
117   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ !          weights filename     ! rotation ! land/sea mask !
118   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                               ! pairing  !    filename   !
119   sn_chl      ='chlorophyll'            ,        -1.        , 'CHLA'    ,   .true.    , .true. , 'yearly'  , 'weights_ORCA2_nordic2_bilin' , ''       , ''
120/
121!-----------------------------------------------------------------------
122&namsbc_rnf    !   runoffs                                              (ln_rnf =T)
123!-----------------------------------------------------------------------
124   !  not used in this zoom
125/
126!-----------------------------------------------------------------------
127&namsbc_ssr    !   surface boundary condition : sea surface restoring   (ln_ssr =T)
128!-----------------------------------------------------------------------
129   !  not used in this zoom
130/
131!-----------------------------------------------------------------------
132&namberg       !   iceberg parameters                                   (default: No iceberg)
133!-----------------------------------------------------------------------
134   !  iceberg floats are not currently available with AGRIF
135   !     ===>>  forced deactivation in icbini.F90
136/
137!!======================================================================
138!!               ***  Lateral boundary condition  ***                 !!
139!!                                                                    !!
140!!   namlbc        lateral momentum boundary condition                  (default: NO selection)
141!!   namagrif      agrif nested grid ( read by child model only )       ("key_agrif")
142!!   nam_tide      Tidal forcing                                        (default: OFF)
143!!   nambdy        Unstructured open boundaries                         (default: OFF)
144!!   nambdy_dta    Unstructured open boundaries - external data         (see  nambdy)
145!!   nambdy_tide   tidal forcing at open boundaries                     (default: OFF)
146!!======================================================================
147!
148!-----------------------------------------------------------------------
149&namlbc        !   lateral momentum boundary condition                  (default: NO selection)
150!-----------------------------------------------------------------------
151   rn_shlat    =    2.     !  no slip
152/
153!-----------------------------------------------------------------------
154&namagrif      !  AGRIF zoom                                            ("key_agrif")
155!-----------------------------------------------------------------------
156   ln_init_chfrpar = .true. !  initialize child grids from parent
157/
158!-----------------------------------------------------------------------
159&namdrg        !   top/bottom drag coefficient                          (default: NO selection)
160!-----------------------------------------------------------------------
161   ln_non_lin = .true.    !  non-linear  drag: Cd = Cd0 |U|
162/
163!-----------------------------------------------------------------------
164&namdrg_bot    !   BOTTOM friction                                 
165!-----------------------------------------------------------------------
166/
167!-----------------------------------------------------------------------
168&nambbc        !   bottom temperature boundary condition                (default: OFF)
169!-----------------------------------------------------------------------
170   ln_trabbc   = .true.    !  Apply a geothermal heating at the ocean bottom
171      nn_geoflx   =    1      !  geothermal heat flux: = 2 read variable flux [mW/m2]
172/
173!-----------------------------------------------------------------------
174&nambbl        !   bottom boundary layer scheme                         (default: OFF)
175!-----------------------------------------------------------------------
176   ln_trabbl   = .true.    !  Bottom Boundary Layer parameterisation flag
177      nn_bbl_ldf  =  1        !  diffusive bbl (=1)   or not (=0)
178      nn_bbl_adv  =  0        !  advective bbl (=1/2) or not (=0)
179      rn_ahtbbl   =  1000.    !  lateral mixing coefficient in the bbl  [m2/s]
180      rn_gambbl   =  10.      !  advective bbl coefficient                 [s]
181/
182!!======================================================================
183!!                        Tracer (T & S) namelists                    !!
184!!                                                                    !!
185!!   nameos        equation of state                                    (default: NO selection)
186!!   namtra_adv    advection scheme                                     (default: NO selection)
187!!   namtra_ldf    lateral diffusion scheme                             (default: NO selection)
188!!   namtra_mle    mixed layer eddy param. (Fox-Kemper param.)          (default: OFF)
189!!   namtra_eiv    eddy induced velocity param.                         (default: OFF)
190!!   namtra_dmp    T & S newtonian damping                              (default: OFF)
191!!======================================================================
192!
193!-----------------------------------------------------------------------
194&nameos        !   ocean Equation Of Seawater                           (default: NO selection)
195!-----------------------------------------------------------------------
196   ln_eos80    = .true.          !  = Use EOS80
197/
198!-----------------------------------------------------------------------
199&namtra_adv    !   advection scheme for tracer                          (default: NO selection)
200!-----------------------------------------------------------------------
201   ln_traadv_ubs = .true. !  UBS scheme
202      nn_ubs_v   =  2            !  =2  , vertical 2nd order FCT / COMPACT 4th order
203/
204!-----------------------------------------------------------------------
205&namtra_mle    !   mixed layer eddy parametrisation (Fox-Kemper)        (default: OFF)
206!-----------------------------------------------------------------------
207   ln_mle      = .true.   ! (T) use the Mixed Layer Eddy (MLE) parameterisation
208/
209!-----------------------------------------------------------------------
210&namtra_ldf    !   lateral diffusion scheme for tracers                 (default: NO selection)
211!-----------------------------------------------------------------------
212   ln_traldf_OFF   =  .true.  !           No operator (no explicit advection)
213/
214!-----------------------------------------------------------------------
215&namtra_eiv    !   eddy induced velocity param.                         (default: OFF)
216!-----------------------------------------------------------------------
217   !  not used in this zoom
218/
219!-----------------------------------------------------------------------
220&namtra_dmp    !   tracer: T & S newtonian damping                      (default: OFF)
221!-----------------------------------------------------------------------
222   !  not used in this zoom
223/
224!!======================================================================
225!!                      ***  Dynamics namelists  ***                  !!
226!!                                                                    !!
227!!   nam_vvl       vertical coordinate options                          (default: z-star)
228!!   namdyn_adv    formulation of the momentum advection                (default: NO selection)
229!!   namdyn_vor    advection scheme                                     (default: NO selection)
230!!   namdyn_hpg    hydrostatic pressure gradient                        (default: NO selection)
231!!   namdyn_spg    surface pressure gradient                            (default: NO selection)
232!!   namdyn_ldf    lateral diffusion scheme                             (default: NO selection)
233!!   namdta_dyn    offline TOP: dynamics read in files                  (OFF_SRC only)
234!!======================================================================
235!
236!-----------------------------------------------------------------------
237&nam_vvl       !   vertical coordinate options                          (default: z-star)
238!-----------------------------------------------------------------------
239/
240!-----------------------------------------------------------------------
241&namdyn_adv    !   formulation of the momentum advection                (default: NO selection)
242!-----------------------------------------------------------------------
243   ln_dynadv_ubs = .true.  !  flux form - 3rd order UBS      scheme
244/
245!-----------------------------------------------------------------------
246&namdyn_vor    !   Vorticity / Coriolis scheme                          (default: NO selection)
247!-----------------------------------------------------------------------
248   ln_dynvor_ene = .true.  !  energy conserving scheme
249/
250!-----------------------------------------------------------------------
251&namdyn_hpg    !   Hydrostatic pressure gradient option                 (default: NO selection)
252!-----------------------------------------------------------------------
253   ln_hpg_sco  = .true.    !  s-coordinate (standard jacobian formulation)
254/
255!-----------------------------------------------------------------------
256&namdyn_spg    !   surface pressure gradient                            (default: NO selection)
257!-----------------------------------------------------------------------
258   ln_dynspg_ts  = .true.  !  split-explicit free surface
259/
260!-----------------------------------------------------------------------
261&namdyn_ldf    !   lateral diffusion on momentum                        (default: NO selection)
262!-----------------------------------------------------------------------
263   ln_dynldf_OFF =  .true.    !  No operator (i.e. no explicit diffusion)
264/
265!!======================================================================
266!!                     vertical physics namelists                     !!
267!!                                                                    !!
268!!    namzdf        vertical physics manager                            (default: NO selection)
269!!    namzdf_ric    richardson number vertical mixing                   (ln_zdfric=T)
270!!    namzdf_tke    TKE vertical mixing                                 (ln_zdftke=T)
271!!    namzdf_gls    GLS vertical mixing                                 (ln_zdfgls=T)
272!!    namzdf_osm    OSM vertical diffusion                              (ln_zdfosm=T)
273!!    namzdf_iwm    tidal mixing parameterization                       (ln_zdfiwm=T)
274!!======================================================================
275!
276!-----------------------------------------------------------------------
277&namzdf        !   vertical physics                                     (default: NO selection)
278!-----------------------------------------------------------------------
279   !                       ! type of vertical closure
280   ln_zdftke   = .true.       !  Turbulent Kinetic Energy closure       (T =>   fill namzdf_tke)
281   !
282   !                       ! convection
283   ln_zdfevd   = .true.       !  Enhanced Vertical Diffusion scheme
284      nn_evdm  =    0            !  evd apply on tracer (=0) or on tracer and momentum (=1)
285      rn_evd   =  100.           !  evd mixing coefficient [m2/s]
286   !
287   ln_zdfddm   = .true.    ! double diffusive mixing
288      rn_avts  =    1.e-4     !  maximum avs (vertical mixing on salinity)
289      rn_hsbfr =    1.6       !  heat/salt buoyancy flux ratio
290   !
291   !                       !  Coefficients
292   rn_avm0     =   1.2e-4     !  vertical eddy viscosity   [m2/s]       (background Kz if ln_zdfcst=F)
293   rn_avt0     =   1.2e-5     !  vertical eddy diffusivity [m2/s]       (background Kz if ln_zdfcst=F)
294   nn_avb      =    0         !  profile for background avt & avm (=1) or not (=0)
295   nn_havtb    =    1         !  horizontal shape for avtb (=1) or not (=0)
296/
297!-----------------------------------------------------------------------
298&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  (ln_zdftke =T)
299!-----------------------------------------------------------------------
300/
301!!======================================================================
302!!                  ***  Diagnostics namelists  ***                   !!
303!!                                                                    !!
304!!   namtrd       dynamics and/or tracer trends                         (default: OFF)
305!!   namhsb       Heat and salt budgets                                 (default: OFF)
306!!   namdiu       Cool skin and warm layer models                       (default: OFF)
307!!   namdiu       Cool skin and warm layer models                       (default: OFF)
308!!   namflo       float parameters                                      (default: OFF)
309!!   nam_diadct   transports through some sections                      (default: OFF)
310!!   nam_dia25h   25h Mean Output                                       (default: OFF)
311!!   namnc4       netcdf4 chunking and compression settings             ("key_netcdf4")
312!!======================================================================
313!
314!!======================================================================
315!!               ***  Observation & Assimilation  ***                 !!
316!!                                                                    !!
317!!   namobs       observation and model comparison                      (default: OFF)
318!!   nam_asminc   assimilation increments                               ('key_asminc')
319!!======================================================================
320!
321!!======================================================================
322!!                  ***  Miscellaneous namelists  ***                 !!
323!!                                                                    !!
324!!   nammpp            Massively Parallel Processing
325!!   namctl            Control prints                                   (default: OFF)
326!!   namsto            Stochastic parametrization of EOS                (default: OFF)
327!!======================================================================
328!
329!-----------------------------------------------------------------------
330&nammpp        !   Massively Parallel Processing
331!-----------------------------------------------------------------------
332/
333!-----------------------------------------------------------------------
334&namctl        !   Control prints                                       (default: OFF)
335!-----------------------------------------------------------------------
336/
337!-----------------------------------------------------------------------
338&namsto        ! Stochastic parametrization of EOS                      (default: OFF)
339!-----------------------------------------------------------------------
340/
Note: See TracBrowser for help on using the repository browser.