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 NEMO/branches/2021/dev_r14122_HPC-08_Mueller_OSMOSIS_streamlining/tests/ICE_RHEO/EXPREF – NEMO

source: NEMO/branches/2021/dev_r14122_HPC-08_Mueller_OSMOSIS_streamlining/tests/ICE_RHEO/EXPREF/namelist_cfg @ 14856

Last change on this file since 14856 was 14856, checked in by smueller, 3 years ago

Synchronizing with /NEMO/trunk@14854 (ticket #2353)

File size: 18.5 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO/OCE  Configuration namelist : overwrite default values defined in SHARED/namelist_ref
3!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
4!!               ICE_RHEO 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                              ("key_c1d")
15!!   namc1d_dyndmp 1D newtonian damping applied on currents             ("key_c1d")
16!!   namc1d_uvd   1D data (currents)                                    ("key_c1d")
17!!======================================================================
18!
19!-----------------------------------------------------------------------
20&namusr_def    !   ICE_RHEO user defined namelist
21!-----------------------------------------------------------------------
22   rn_dx       =    2000.   ! horizontal resolution in meters
23   rn_dy       =    2000.   ! horizontal resolution in meters
24   ln_corio    =    .false. ! set coriolis=0 (false) or not (true)
25      rn_ppgphi0  =  90.    ! Reference latitude [degrees]
26/
27!-----------------------------------------------------------------------
28&namrun        !   parameters of the run
29!-----------------------------------------------------------------------
30   nn_no       =       0      !  job number (no more used...)
31   cn_exp      =  "ICE_RHEO"  !  experience name
32   nn_it000    =       1      !  first time step
33   nn_itend    =     720     !  last  time step (std 5475)
34   nn_istate   =       1      !  output the initial state (1) or not (0)
35/
36!-----------------------------------------------------------------------
37&namdom        !   time and space domain
38!-----------------------------------------------------------------------
39   ln_linssh   = .true.    !  =T  linear free surface  ==>>  model level are fixed in time
40   !
41   rn_Dt      = 30.       !  time step for the dynamics and tracer
42   !
43   ln_meshmask = .true.    !  =T  create a mesh file
44/
45!-----------------------------------------------------------------------
46&namcfg        !   parameters of the configuration                      (default: use namusr_def in namelist_cfg)
47!-----------------------------------------------------------------------
48   ln_read_cfg = .false.    !  (=T) read the domain configuration file
49      !                     !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules
50/
51!-----------------------------------------------------------------------
52&namtile        !   parameters of the tiling
53!-----------------------------------------------------------------------
54/
55!!======================================================================
56!!            ***  Surface Boundary Condition namelists  ***          !!
57!!                                                                    !!
58!!   namsbc          surface boundary condition manager                 (default: NO selection)
59!!   namsbc_flx      flux               formulation                     (ln_flx     =T)
60!!   namsbc_blk      Bulk formulae formulation                          (ln_blk     =T)
61!!   namsbc_cpl      CouPLed            formulation                     ("key_oasis3" )
62!!   namsbc_sas      Stand-Alone Surface module                         (SAS_SRC  only)
63!!   namsbc_iif      Ice-IF: use observed ice cover                     (nn_ice = 1   )
64!!   namtra_qsr      penetrative solar radiation                        (ln_traqsr  =T)
65!!   namsbc_ssr      sea surface restoring term (for T and/or S)        (ln_ssr     =T)
66!!   namsbc_rnf      river runoffs                                      (ln_rnf     =T)
67!!   namsbc_apr      Atmospheric Pressure                               (ln_apr_dyn =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 manager                   (default: NO selection)
74!-----------------------------------------------------------------------
75   ln_usr      = .true.   !  user defined formulation                  (T => check usrdef_sbc)
76   ln_flx      = .false.   !  flux formulation                          (T => fill namsbc_flx )
77   ln_blk      = .false.    !  Bulk formulation                          (T => fill namsbc_blk )
78   nn_fsbc     =  1        !  frequency of surface boundary condition computation
79   nn_ice      =  2        !  sea-ice model
80/
81!-----------------------------------------------------------------------
82&namsbc_blk    !   namsbc_blk  generic Bulk formula          (ln_blk =T)
83!-----------------------------------------------------------------------
84   !                    !  bulk algorithm :
85   ln_NCAR      = .true.    ! "NCAR"      algorithm   (Large and Yeager 2008)
86   ln_COARE_3p0 = .false.   ! "COARE 3.0" algorithm   (Fairall et al. 2003)
87   ln_COARE_3p6 = .false.   ! "COARE 3.6" algorithm   (Edson et al. 2013)
88   ln_ECMWF     = .false.   ! "ECMWF"     algorithm   (IFS cycle 45r1)
89      !
90      rn_zqt      = 10.       !  Air temperature & humidity reference height (m)
91      rn_zu       = 10.       !  Wind vector reference height (m)
92      ln_Cd_L12   = .false.   !  air-ice drags = F(ice conc.) (Lupkes et al. 2012)
93      ln_Cd_L15   = .false.   !  air-ice drags = F(ice conc.) (Lupkes et al. 2015)
94      rn_pfac     = 1.        !  multiplicative factor for precipitation (total & snow)
95      rn_efac     = 1.        !  multiplicative factor for evaporation (0. or 1.)
96
97   cn_dir      = './'      !  root directory for the bulk data location
98   !___________!_________________________!___________________!___________!_____________!________!___________!______________________________________!__________!_______________!
99   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ !       weights filename               ! rotation ! land/sea mask !
100   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                                      ! pairing  !    filename   !
101   sn_wndi     = 'u_10.15JUNE2009_fill'       ,    3.        , 'U_10_MOD',   .true.    , .true. , 'yearly'  , ''                                   , 'Uwnd'   , ''
102   sn_wndj     = 'v_10.15JUNE2009_fill'       ,    3.        , 'V_10_MOD',   .true.    , .true. , 'yearly'  , ''                                   , 'Vwnd'   , ''
103   sn_qsr      = ''                           ,    0.        , 'SWDN_MOD',   .false.   , .true. , 'yearly'  , ''                                   , ''       , ''
104   sn_qlw      = ''                           ,    0.        , 'LWDN_MOD',   .false.   , .true. , 'yearly'  , ''                                   , ''       , ''
105   sn_tair     = ''                           ,    0.        , 'T_10_MOD',   .false.   , .true. , 'yearly'  , ''                                   , ''       , ''
106   sn_humi     = ''                           ,    0.        , 'Q_10_MOD',   .false.   , .true. , 'yearly'  , ''                                   , ''       , ''
107   sn_prec     = ''                           ,    0.        , 'PRC_MOD1',   .false.   , .true. , 'yearly'  , ''                                   , ''       , ''
108   sn_snow     = ''                           ,    0.        , 'SNOW'    ,   .false.   , .true. , 'yearly'  , ''                                   , ''       , ''
109   sn_slp      = ''                           ,    0.        , 'SLP'     ,   .false.   , .true. , 'yearly'  , ''                                   , ''       , ''
110
111/
112!-----------------------------------------------------------------------
113&namsbc_sas    !   Stand-Alone Surface module: ocean data               (SAS_SRC  only)
114!-----------------------------------------------------------------------
115   l_sasread   = .false.  ! =T Read in file ;  =F set all to 0. (see sbcssm.F90)
116/
117!!======================================================================
118!!               ***  Lateral boundary condition  ***                 !!
119!!                                                                    !!
120!!   namlbc        lateral momentum boundary condition                  (default: NO selection)
121!!   namagrif      agrif nested grid   (read by child model only)       ("key_agrif")
122!!   nam_tide      Tidal forcing                                        (default: OFF)
123!!   nambdy        Unstructured open boundaries                         (default: OFF)
124!!   nambdy_dta    Unstructured open boundaries - external data         (see  nambdy)
125!!   nambdy_tide   tidal forcing at open boundaries                     (default: OFF)
126!!======================================================================
127!
128!-----------------------------------------------------------------------
129&namlbc        !   lateral momentum boundary condition                  (default: NO selection)
130!-----------------------------------------------------------------------
131   rn_shlat    =    0.     !  free slip
132/
133!-----------------------------------------------------------------------
134&namagrif      !  AGRIF zoom                                            ("key_agrif")
135!-----------------------------------------------------------------------
136/
137!!======================================================================
138!!                ***  Top/Bottom boundary condition  ***             !!
139!!                                                                    !!
140!!   namdrg        top/bottom drag coefficient                          (default: NO selection)
141!!   namdrg_top    top    friction                                      (ln_drg_OFF=F & ln_isfcav=T)
142!!   namdrg_bot    bottom friction                                      (ln_drg_OFF=F)
143!!   nambbc        bottom temperature boundary condition                (default: OFF)
144!!   nambbl        bottom boundary layer scheme                         (default: OFF)
145!!======================================================================
146!
147!-----------------------------------------------------------------------
148&namdrg        !   top/bottom drag coefficient                          (default: NO selection)
149!-----------------------------------------------------------------------
150   ln_drg_OFF  = .false.   !  free-slip       : Cd = 0                  (F => fill namdrg_bot
151/
152!!======================================================================
153!!                        Tracer (T-S) namelists                      !!
154!!                                                                    !!
155!!   nameos        equation of state                                    (default: NO selection)
156!!   namtra_adv    advection scheme                                     (default: NO selection)
157!!   namtra_ldf    lateral diffusion scheme                             (default: NO selection)
158!!   namtra_mle    mixed layer eddy param. (Fox-Kemper param.)          (default: OFF)
159!!   namtra_eiv    eddy induced velocity param.                         (default: OFF)
160!!   namtra_dmp    T & S newtonian damping                              (default: OFF)
161!!======================================================================
162!
163!-----------------------------------------------------------------------
164&nameos        !   ocean Equation Of Seawater                           (default: NO selection)
165!-----------------------------------------------------------------------
166   ln_teos10   = .true.          !  = Use TEOS-10
167/
168!-----------------------------------------------------------------------
169&namtra_adv    !   advection scheme for tracer                          (default: NO selection)
170!-----------------------------------------------------------------------
171   ln_traadv_fct =  .true.    !  FCT scheme
172      nn_fct_h   =  4               !  =2/4, horizontal 2nd / 4th order
173      nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order
174/
175!----------------------------------------------------------------------------------
176&namtra_ldf    !   lateral diffusion scheme for tracers                 (default: NO selection)
177!----------------------------------------------------------------------------------
178   ln_traldf_OFF    =  .true.   !    laplacian operator
179/
180!!======================================================================
181!!                      ***  Dynamics namelists  ***                  !!
182!!                                                                    !!
183!!   nam_vvl       vertical coordinate options                          (default: z-star)
184!!   namdyn_adv    formulation of the momentum advection                (default: NO selection)
185!!   namdyn_vor    advection scheme                                     (default: NO selection)
186!!   namdyn_hpg    hydrostatic pressure gradient                        (default: NO selection)
187!!   namdyn_spg    surface pressure gradient                            (default: NO selection)
188!!   namdyn_ldf    lateral diffusion scheme                             (default: NO selection)
189!!   namdta_dyn    offline TOP: dynamics read in files                  (OFF_SRC only)
190!!======================================================================
191!
192!-----------------------------------------------------------------------
193&namdyn_adv    !   formulation of the momentum advection                (default: NO selection)
194!-----------------------------------------------------------------------
195   ln_dynadv_OFF = .true. !  linear dynamics (no momentum advection)
196/
197!-----------------------------------------------------------------------
198&namdyn_hpg    !   Hydrostatic pressure gradient option                 (default: NO selection)
199!-----------------------------------------------------------------------
200   ln_hpg_zco  = .true.   !  z-coordinate - full steps
201/
202!-----------------------------------------------------------------------
203&namdyn_spg    !   surface pressure gradient                            (default: NO selection)
204!-----------------------------------------------------------------------
205   ln_dynspg_ts  = .true.  !  split-explicit free surface
206/
207!-----------------------------------------------------------------------
208&namdyn_ldf    !   lateral diffusion on momentum                        (default: NO selection)
209!-----------------------------------------------------------------------
210   ln_dynldf_OFF = .true.     !  No operator (i.e. no explicit diffusion)
211/
212!!======================================================================
213!!                     vertical physics namelists                     !!
214!!                                                                    !!
215!!    namzdf        vertical physics manager                            (default: NO selection)
216!!    namzdf_ric    richardson number vertical mixing                   (ln_zdfric=T)
217!!    namzdf_tke    TKE vertical mixing                                 (ln_zdftke=T)
218!!    namzdf_gls    GLS vertical mixing                                 (ln_zdfgls=T)
219!!    namzdf_osm    OSM vertical diffusion                              (ln_zdfosm=T)
220!!    namzdf_iwm    tidal mixing parameterization                       (ln_zdfiwm=T)
221!!======================================================================
222!
223!-----------------------------------------------------------------------
224&namzdf        !   vertical physics manager                             (default: NO selection)
225!-----------------------------------------------------------------------
226   ln_zdfcst   = .true.       !  constant mixing
227/
228!!======================================================================
229!!                  ***  Diagnostics namelists  ***                   !!
230!!                                                                    !!
231!!   namtrd       dynamics and/or tracer trends                         (default: OFF)
232!!   namhsb       Heat and salt budgets                                 (default: OFF)
233!!   namdiu       Cool skin and warm layer models                       (default: OFF)
234!!   namdiu       Cool skin and warm layer models                       (default: OFF)
235!!   namflo       float parameters                                      (default: OFF)
236!!   nam_diadct   transports through some sections                      (default: OFF)
237!!   nam_dia25h   25h Mean Output                                       (default: OFF)
238!!   namnc4       netcdf4 chunking and compression settings             ("key_netcdf4")
239!!======================================================================
240!
241!!======================================================================
242!!               ***  Observation & Assimilation  ***                 !!
243!!                                                                    !!
244!!   namobs       observation and model comparison                      (default: OFF)
245!!   nam_asminc   assimilation increments                               ('key_asminc')
246!!======================================================================
247!
248!!======================================================================
249!!                  ***  Miscellaneous namelists  ***                 !!
250!!                                                                    !!
251!!   nammpp            Massively Parallel Processing
252!!   namctl            Control prints                                   (default: OFF)
253!!   namsto            Stochastic parametrization of EOS                (default: OFF)
254!!======================================================================
255!
256!-----------------------------------------------------------------------
257&nammpp        !   Massively Parallel Processing
258!-----------------------------------------------------------------------
259/
260!-----------------------------------------------------------------------
261&namctl        !   Control prints                                       (default: OFF)
262!-----------------------------------------------------------------------
263/
264!-----------------------------------------------------------------------
265&namsto        ! Stochastic parametrization of EOS                      (default: OFF)
266!-----------------------------------------------------------------------
267/
Note: See TracBrowser for help on using the repository browser.