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/2020/dev_r14116_HPC-04_mcastril_Mixed_Precision_implementation_final/tests/TSUNAMI/EXPREF – NEMO

source: NEMO/branches/2020/dev_r14116_HPC-04_mcastril_Mixed_Precision_implementation_final/tests/TSUNAMI/EXPREF/namelist_cfg @ 14644

Last change on this file since 14644 was 14644, checked in by sparonuz, 3 years ago

Merge trunk -r14642:HEAD

File size: 13.4 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO Configuration namelist : overwrite some defaults values defined in SHARED/namelist_ref
3!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
4!!                          CANAL 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 optgions                              ("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    !   User defined :   CANAL configuration: Flat bottom, beta-plane
21!-----------------------------------------------------------------------
22   rn_domszx   =   2000.   !  x horizontal size         [km]
23   rn_domszy   =   2000.   !  y horizontal size         [km]
24   rn_domszz   =    100.   !  z vertical size            [m]
25   rn_dx       =     10.   !  x horizontal resolution   [km]
26   rn_dy       =     10.   !  y horizontal resolution   [km]
27   rn_0xratio  =      0.2  !  x-domain ratio of the 0
28   rn_0yratio  =      0.4  !  y-domain ratio of the 0
29   nn_fcase    =      0    !  Coriolis frequency(f) computation (0:f0, 1:Beta plan, 2:real)
30   rn_ppgphi0  =    38.5   !  Reference latitude      [degrees]
31   ln_Iperio  =   .true.   ! i-periodicity
32   ln_Jperio  =   .true.   ! j-periodicity
33/
34!-----------------------------------------------------------------------
35&namrun        !   parameters of the run
36!-----------------------------------------------------------------------
37   nn_no       =       0   !  job number (no more used...)
38   cn_exp      = 'TSUNAMI' !  experience name
39   nn_it000    =       1   !  first time step
40   nn_itend    =     100   !  last time step
41   nn_stock    =      -1   !  frequency of creation of a restart file (modulo referenced to 1)
42   nn_write    =      -1   !  frequency of write in the output file   (modulo referenced to nn_it000)
43/
44!-----------------------------------------------------------------------
45&namdom        !   time and space domain
46!-----------------------------------------------------------------------
47   ln_linssh   =  .false.  !  =T  linear free surface  ==>>  model level are fixed in time
48   rn_Dt      =     1000.  !  time step for the dynamics (and tracer if nn_acc=0)
49   ln_meshmask =  .false.  !  =T create a mesh file
50/
51!!======================================================================
52!!            ***  Surface Boundary Condition namelists  ***          !!
53!!                                                                    !!
54!!   namsbc          surface boundary condition manager                 (default: NO selection)
55!!   namsbc_flx      flux               formulation                     (ln_flx     =T)
56!!   namsbc_blk      Bulk formulae formulation                          (ln_blk     =T)
57!!   namsbc_cpl      CouPLed            formulation                     ("key_oasis3" )
58!!   namsbc_sas      Stand-Alone Surface module                         (SAS_SRC  only)
59!!   namsbc_iif      Ice-IF: use observed ice cover                     (nn_ice = 1   )
60!!   namtra_qsr      penetrative solar radiation                        (ln_traqsr  =T)
61!!   namsbc_ssr      sea surface restoring term (for T and/or S)        (ln_ssr     =T)
62!!   namsbc_rnf      river runoffs                                      (ln_rnf     =T)
63!!   namsbc_apr      Atmospheric Pressure                               (ln_apr_dyn =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_wave     external fields from wave model                    (ln_wave    =T)
67!!   namberg         iceberg floats                                     (ln_icebergs=T)
68!!======================================================================
69!
70!-----------------------------------------------------------------------
71&namsbc        !   Surface Boundary Condition manager                   (default: NO selection)
72!-----------------------------------------------------------------------
73  nn_fsbc     = 1         !  frequency of surface boundary condition computation
74  ln_usr      = .true.    !  user defined formulation                  (T => check usrdef_sbc)
75/
76!!======================================================================
77!!               ***  Lateral boundary condition  ***                 !!
78!!                                                                    !!
79!!   namlbc        lateral momentum boundary condition                  (default: NO selection)
80!!   namagrif      agrif nested grid ( read by child model only )       ("key_agrif")
81!!   nam_tide      Tidal forcing                                        (default: OFF)
82!!   nambdy        Unstructured open boundaries                         (default: OFF)
83!!   nambdy_dta    Unstructured open boundaries - external data         (see  nambdy)
84!!   nambdy_tide   tidal forcing at open boundaries                     (default: OFF)
85!!======================================================================
86!
87!-----------------------------------------------------------------------
88&namlbc        !   lateral momentum boundary condition                  (default: NO selection)
89!-----------------------------------------------------------------------
90   rn_shlat    =    0.     !  free slip
91/
92!!======================================================================
93!!                ***  Top/Bottom boundary condition  ***             !!
94!!                                                                    !!
95!!   namdrg        top/bottom drag coefficient                          (default: NO selection)
96!!   namdrg_top    top    friction                                      (ln_drg_OFF =F & ln_isfcav=T)
97!!   namdrg_bot    bottom friction                                      (ln_drg_OFF =F)
98!!   nambbc        bottom temperature boundary condition                (default: OFF)
99!!   nambbl        bottom boundary layer scheme                         (default: OFF)
100!!======================================================================
101!
102!-----------------------------------------------------------------------
103&namdrg        !   top/bottom drag coefficient                          (default: NO selection)
104!-----------------------------------------------------------------------
105   ln_drg_OFF = .true.    !  free-slip       : Cd = 0                  (F => fill namdrg_bot
106/
107!!======================================================================
108!!                        Tracer (T & S) namelists                    !!
109!!                                                                    !!
110!!   nameos        equation of state                                    (default: NO selection)
111!!   namtra_adv    advection scheme                                     (default: NO selection)
112!!   namtra_ldf    lateral diffusion scheme                             (default: NO selection)
113!!   namtra_mle    mixed layer eddy param. (Fox-Kemper param.)          (default: OFF)
114!!   namtra_eiv    eddy induced velocity param.                         (default: OFF)
115!!   namtra_dmp    T & S newtonian damping                              (default: OFF)
116!!======================================================================
117!
118!-----------------------------------------------------------------------
119&nameos        !   ocean Equation Of Seawater                           (default: NO selection)
120!-----------------------------------------------------------------------
121   ln_seos     = .true.         !  = Use simplified equation of state (S-EOS)
122/
123!-----------------------------------------------------------------------
124&namtra_adv    !   advection scheme for tracer                          (default: NO selection)
125!-----------------------------------------------------------------------
126   ln_traadv_OFF = .true.    !  No tracer advection
127/
128!-----------------------------------------------------------------------
129&namtra_ldf    !   lateral diffusion scheme for tracers                 (default: NO selection)
130!-----------------------------------------------------------------------
131   ln_traldf_OFF = .true.    !  No explicit diffusion
132/
133!!======================================================================
134!!                      ***  Dynamics namelists  ***                  !!
135!!                                                                    !!
136!!   nam_vvl       vertical coordinate options                          (default: z-star)
137!!   namdyn_adv    formulation of the momentum advection                (default: NO selection)
138!!   namdyn_vor    advection scheme                                     (default: NO selection)
139!!   namdyn_hpg    hydrostatic pressure gradient                        (default: NO selection)
140!!   namdyn_spg    surface pressure gradient                            (default: NO selection)
141!!   namdyn_ldf    lateral diffusion scheme                             (default: NO selection)
142!!   namdta_dyn    offline TOP: dynamics read in files                  (OFF_SRC only)
143!!======================================================================
144!
145!-----------------------------------------------------------------------
146&namdyn_adv    !   formulation of the momentum advection                (default: NO selection)
147!-----------------------------------------------------------------------
148   ln_dynadv_OFF = .true. !  linear dynamics (no momentum advection)
149/
150!-----------------------------------------------------------------------
151&namdyn_vor    !   Vorticity / Coriolis scheme                          (default: NO selection)
152!-----------------------------------------------------------------------
153   ln_dynvor_eeT = .true. !  energy conserving scheme (een using e3t)
154/
155!-----------------------------------------------------------------------
156&namdyn_hpg    !   Hydrostatic pressure gradient option                 (default: NO selection)
157!-----------------------------------------------------------------------
158   ln_hpg_sco  = .true.   !  s-coordinate (standard jacobian formulation)
159/
160!-----------------------------------------------------------------------
161&namdyn_spg    !   surface pressure gradient                            (default: NO selection)
162!-----------------------------------------------------------------------
163   ln_dynspg_ts   = .true.   ! split-explicit free surface
164      ln_bt_fw      = .true.     ! Forward integration of barotropic Eqs.
165      ln_bt_av      = .true.     ! Time filtering of barotropic variables
166         nn_bt_flt     = 1          ! Time filter choice  = 0 None
167         !                          !                     = 1 Boxcar over   nn_e sub-steps
168         !                          !                     = 2 Boxcar over 2*nn_e  "    "
169      ln_bt_auto    = .true.    ! Number of sub-step defined from:
170         nn_e      =  24         ! =F : the number of sub-step in rn_Dt seconds
171/
172!-----------------------------------------------------------------------
173&namdyn_ldf    !   lateral diffusion on momentum                        (default: NO selection)
174!-----------------------------------------------------------------------
175   !                       !  Type of the operator :
176   ln_dynldf_OFF =  .true.    !  No operator (i.e. no explicit diffusion)
177/
178!!======================================================================
179!!                     vertical physics namelists                     !!
180!!                                                                    !!
181!!    namzdf        vertical physics manager                            (default: NO selection)
182!!    namzdf_ric    richardson number vertical mixing                   (ln_zdfric=T)
183!!    namzdf_tke    TKE vertical mixing                                 (ln_zdftke=T)
184!!    namzdf_gls    GLS vertical mixing                                 (ln_zdfgls=T)
185!!    namzdf_osm    OSM vertical diffusion                              (ln_zdfosm=T)
186!!    namzdf_iwm    tidal mixing parameterization                       (ln_zdfiwm=T)
187!!======================================================================
188!
189!-----------------------------------------------------------------------
190&namzdf        !   vertical physics                                     (default: NO selection)
191!-----------------------------------------------------------------------
192   ln_zdfcst   = .true.       !  constant mixing
193/
194
195!-----------------------------------------------------------------------
196&namctl        !   Control prints                                       (default: OFF)
197!-----------------------------------------------------------------------
198   ln_timing   = .true.   !  timing by routine write out in timing.output file
199/
Note: See TracBrowser for help on using the repository browser.