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 NEMO/trunk/cfgs/AGRIF_ICE/EXPREF – NEMO

source: NEMO/trunk/cfgs/AGRIF_ICE/EXPREF/1_namelist_cfg @ 9738

Last change on this file since 9738 was 9738, checked in by jchanut, 6 years ago

AGRIF_ICE cfg: Add initialization from climatology in AGRIF zooms

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