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/2019/dev_r11842_SI3-10_EAP/tests/ICE_RHEO/EXPREF – NEMO

source: NEMO/branches/2019/dev_r11842_SI3-10_EAP/tests/ICE_RHEO/EXPREF/namelist_cfg @ 13574

Last change on this file since 13574 was 13574, checked in by stefryn, 4 years ago

corrected bug in shear calculation, updated testcase (example output figs for EVP and EAP included)

File size: 19.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_itend    =     1440     !  last  time step (std 5475)
35   nn_istate   =       1      !  output the initial state (1) or not (0)
36/
37!-----------------------------------------------------------------------
38&namdom        !   time and space domain
39!-----------------------------------------------------------------------
40   ln_linssh   = .true.    !  =T  linear free surface  ==>>  model level are fixed in time
41   !
42   rn_rdt      = 30.       !  time step for the dynamics (and tracer if nn_acc=0)
43   !
44   ln_meshmask = .true.    !  =T  create a mesh file
45/
46!-----------------------------------------------------------------------
47&namcfg        !   parameters of the configuration                      (default: use namusr_def in namelist_cfg)
48!-----------------------------------------------------------------------
49   ln_read_cfg = .false.    !  (=T) read the domain configuration file
50      !                     !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules
51      cn_domcfg = "ICE_RHEO_domcfg"    ! domain configuration filename
52/
53!!======================================================================
54!!            ***  Surface Boundary Condition namelists  ***          !!
55!!                                                                    !!
56!!   namsbc          surface boundary condition manager                 (default: NO selection)
57!!   namsbc_flx      flux               formulation                     (ln_flx     =T)
58!!   namsbc_blk      Bulk formulae formulation                          (ln_blk     =T)
59!!   namsbc_cpl      CouPLed            formulation                     ("key_oasis3" )
60!!   namsbc_sas      Stand-Alone Surface module                         (SAS_SRC  only)
61!!   namsbc_iif      Ice-IF: use observed ice cover                     (nn_ice = 1   )
62!!   namtra_qsr      penetrative solar radiation                        (ln_traqsr  =T)
63!!   namsbc_ssr      sea surface restoring term (for T and/or S)        (ln_ssr     =T)
64!!   namsbc_rnf      river runoffs                                      (ln_rnf     =T)
65!!   namsbc_apr      Atmospheric Pressure                               (ln_apr_dyn =T)
66!!   namsbc_isf      ice shelf melting/freezing                         (ln_isfcav  =T : read (ln_read_cfg=T) or set or usr_def_zgr )
67!!   namsbc_iscpl    coupling option between land ice model and ocean   (ln_isfcav  =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_3p5 = .false.   ! "COARE 3.5" algorithm   (Edson et al. 2013)
88   ln_ECMWF     = .false.   ! "ECMWF"     algorithm   (IFS cycle 31)
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 concentration) (Lupkes et al. 2012)
93      ln_Cd_L15   = .false.   !  air-ice drags = F(ice concentration) (Lupkes et al. 2015)
94      ln_taudif   = .false.   !  HF tau contribution: use "mean of stress module - module of the mean stress" data
95      rn_pfac     = 1.        !  multiplicative factor for precipitation (total & snow)
96      rn_efac     = 1.        !  multiplicative factor for evaporation (0. or 1.)
97      rn_vfac     = 0.        !  multiplicative factor for ocean & ice velocity used to
98      !                       !  calculate the wind stress (0.=absolute or 1.=relative winds)
99
100   cn_dir      = './'      !  root directory for the bulk data location
101   !___________!_________________________!___________________!___________!_____________!________!___________!______________________________________!__________!_______________!
102   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ !       weights filename               ! rotation ! land/sea mask !
103   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                                      ! pairing  !    filename   !
104   sn_wndi     = 'u_10.15JUNE2009_fill'       ,    3.        , 'U_10_MOD',   .true.    , .true. , 'yearly'  , ''                                   , 'Uwnd'   , ''
105   sn_wndj     = 'v_10.15JUNE2009_fill'       ,    3.        , 'V_10_MOD',   .true.    , .true. , 'yearly'  , ''                                   , 'Vwnd'   , ''
106   sn_qsr      = ''                           ,    0.        , 'SWDN_MOD',   .false.   , .true. , 'yearly'  , ''                                   , ''       , ''
107   sn_qlw      = ''                           ,    0.        , 'LWDN_MOD',   .false.   , .true. , 'yearly'  , ''                                   , ''       , ''
108   sn_tair     = ''                           ,    0.        , 'T_10_MOD',   .false.   , .true. , 'yearly'  , ''                                   , ''       , ''
109   sn_humi     = ''                           ,    0.        , 'Q_10_MOD',   .false.   , .true. , 'yearly'  , ''                                   , ''       , ''
110   sn_prec     = ''                           ,    0.        , 'PRC_MOD1',   .false.   , .true. , 'yearly'  , ''                                   , ''       , ''
111   sn_snow     = ''                           ,    0.        , 'SNOW'    ,   .false.   , .true. , 'yearly'  , ''                                   , ''       , ''
112   sn_slp      = ''                           ,    0.        , 'SLP'     ,   .false.   , .true. , 'yearly'  , ''                                   , ''       , ''
113   sn_tdif     = ''                           ,    0.        , 'taudif'  ,   .false.   , .true. , 'yearly'  , ''                                   , ''       , ''
114
115/
116!-----------------------------------------------------------------------
117&namsbc_sas    !   Stand-Alone Surface module: ocean data               (SAS_SRC  only)
118!-----------------------------------------------------------------------
119   l_sasread   = .false.  ! =T Read in file ;  =F set all to 0. (see sbcssm.F90)
120/
121!!======================================================================
122!!               ***  Lateral boundary condition  ***                 !!
123!!                                                                    !!
124!!   namlbc        lateral momentum boundary condition                  (default: NO selection)
125!!   namagrif      agrif nested grid   (read by child model only)       ("key_agrif")
126!!   nam_tide      Tidal forcing                                        (default: OFF)
127!!   nambdy        Unstructured open boundaries                         (default: OFF)
128!!   nambdy_dta    Unstructured open boundaries - external data         (see  nambdy)
129!!   nambdy_tide   tidal forcing at open boundaries                     (default: OFF)
130!!======================================================================
131!
132!-----------------------------------------------------------------------
133&namlbc        !   lateral momentum boundary condition                  (default: NO selection)
134!-----------------------------------------------------------------------
135   rn_shlat    =    0.     !  free slip
136/
137!-----------------------------------------------------------------------
138&namagrif      !  AGRIF zoom                                            ("key_agrif")
139!-----------------------------------------------------------------------
140/
141!!======================================================================
142!!                ***  Top/Bottom boundary condition  ***             !!
143!!                                                                    !!
144!!   namdrg        top/bottom drag coefficient                          (default: NO selection)
145!!   namdrg_top    top    friction                                      (ln_OFF=F & ln_isfcav=T)
146!!   namdrg_bot    bottom friction                                      (ln_OFF=F)
147!!   nambbc        bottom temperature boundary condition                (default: OFF)
148!!   nambbl        bottom boundary layer scheme                         (default: OFF)
149!!======================================================================
150!
151!-----------------------------------------------------------------------
152&namdrg        !   top/bottom drag coefficient                          (default: NO selection)
153!-----------------------------------------------------------------------
154   ln_OFF     = .true.     !  free-slip       : Cd = 0                 
155/
156!!======================================================================
157!!                        Tracer (T-S) namelists                      !!
158!!                                                                    !!
159!!   nameos        equation of state                                    (default: NO selection)
160!!   namtra_adv    advection scheme                                     (default: NO selection)
161!!   namtra_ldf    lateral diffusion scheme                             (default: NO selection)
162!!   namtra_mle    mixed layer eddy param. (Fox-Kemper param.)          (default: OFF)
163!!   namtra_eiv    eddy induced velocity param.                         (default: OFF)
164!!   namtra_dmp    T & S newtonian damping                              (default: OFF)
165!!======================================================================
166!
167!-----------------------------------------------------------------------
168&nameos        !   ocean Equation Of Seawater                           (default: OFF)
169!-----------------------------------------------------------------------
170   ln_teos10    = .true.         !  = Use TEOS-10 equation of state
171/
172!-----------------------------------------------------------------------
173&namtra_adv    !   advection scheme for tracer                          (default: NO selection)
174!-----------------------------------------------------------------------
175   ln_traadv_fct =  .true.    !  FCT scheme
176      nn_fct_h   =  4               !  =2/4, horizontal 2nd / 4th order
177      nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order
178/
179!----------------------------------------------------------------------------------
180&namtra_ldf    !   lateral diffusion scheme for tracers                 (default: NO selection)
181!----------------------------------------------------------------------------------
182   ln_traldf_OFF    =  .true.   !    laplacian operator
183/
184!!======================================================================
185!!                      ***  Dynamics namelists  ***                  !!
186!!                                                                    !!
187!!   nam_vvl       vertical coordinate options                          (default: z-star)
188!!   namdyn_adv    formulation of the momentum advection                (default: NO selection)
189!!   namdyn_vor    advection scheme                                     (default: NO selection)
190!!   namdyn_hpg    hydrostatic pressure gradient                        (default: NO selection)
191!!   namdyn_spg    surface pressure gradient                            (default: NO selection)
192!!   namdyn_ldf    lateral diffusion scheme                             (default: NO selection)
193!!   namdta_dyn    offline TOP: dynamics read in files                  (OFF_SRC only)
194!!======================================================================
195!
196!-----------------------------------------------------------------------
197&namdyn_adv    !   formulation of the momentum advection                (default: NO selection)
198!-----------------------------------------------------------------------
199   ln_dynadv_OFF = .true. !  linear dynamics (no momentum advection)
200/
201!-----------------------------------------------------------------------
202&namdyn_hpg    !   Hydrostatic pressure gradient option                 (default: NO selection)
203!-----------------------------------------------------------------------
204   ln_hpg_zco  = .true.   !  z-coordinate - full steps
205/
206!-----------------------------------------------------------------------
207&namdyn_spg    !   surface pressure gradient                            (default: NO selection)
208!-----------------------------------------------------------------------
209   ln_dynspg_ts  = .true.  !  split-explicit free surface
210/
211!-----------------------------------------------------------------------
212&namdyn_ldf    !   lateral diffusion on momentum                        (default: NO selection)
213!-----------------------------------------------------------------------
214   ln_dynldf_OFF = .true.     !  No operator (i.e. no explicit diffusion)
215/
216!!======================================================================
217!!                     vertical physics namelists                     !!
218!!                                                                    !!
219!!    namzdf        vertical physics manager                            (default: NO selection)
220!!    namzdf_ric    richardson number vertical mixing                   (ln_zdfric=T)
221!!    namzdf_tke    TKE vertical mixing                                 (ln_zdftke=T)
222!!    namzdf_gls    GLS vertical mixing                                 (ln_zdfgls=T)
223!!    namzdf_osm    OSM vertical diffusion                              (ln_zdfosm=T)
224!!    namzdf_iwm    tidal mixing parameterization                       (ln_zdfiwm=T)
225!!======================================================================
226!
227!-----------------------------------------------------------------------
228&namzdf        !   vertical physics manager                             (default: NO selection)
229!-----------------------------------------------------------------------
230   ln_zdfcst   = .true.       !  constant mixing
231/
232!!======================================================================
233!!                  ***  Diagnostics namelists  ***                   !!
234!!                                                                    !!
235!!   namtrd       dynamics and/or tracer trends                         (default: OFF)
236!!   namptr       Poleward Transport Diagnostics                        (default: OFF)
237!!   namhsb       Heat and salt budgets                                 (default: OFF)
238!!   namdiu       Cool skin and warm layer models                       (default: OFF)
239!!   namdiu       Cool skin and warm layer models                       (default: OFF)
240!!   namflo       float parameters                                      (default: OFF)
241!!   nam_diaharm  Harmonic analysis of tidal constituents               (default: OFF)
242!!   nam_diadct   transports through some sections                      (default: OFF)
243!!   nam_diatmb   Top Middle Bottom Output                              (default: OFF)
244!!   nam_dia25h   25h Mean Output                                       (default: OFF)
245!!   namnc4       netcdf4 chunking and compression settings             ("key_netcdf4")
246!!======================================================================
247!
248!!======================================================================
249!!               ***  Observation & Assimilation  ***                 !!
250!!                                                                    !!
251!!   namobs       observation and model comparison                      (default: OFF)
252!!   nam_asminc   assimilation increments                               ('key_asminc')
253!!======================================================================
254!
255!!======================================================================
256!!                  ***  Miscellaneous namelists  ***                 !!
257!!                                                                    !!
258!!   nammpp            Massively Parallel Processing                    ("key_mpp_mpi")
259!!   namctl            Control prints                                   (default: OFF)
260!!   namsto            Stochastic parametrization of EOS                (default: OFF)
261!!======================================================================
262!
263!-----------------------------------------------------------------------
264&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi")
265!-----------------------------------------------------------------------
266/
267!-----------------------------------------------------------------------
268&namctl        !   Control prints                                       (default: OFF)
269!-----------------------------------------------------------------------
270/
271!-----------------------------------------------------------------------
272&namsto        ! Stochastic parametrization of EOS                      (default: OFF)
273!-----------------------------------------------------------------------
274/
Note: See TracBrowser for help on using the repository browser.