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/UKMO/NEMO_r4.2RC_GO6_mixing/tests/TSUNAMI/EXPREF – NEMO

source: NEMO/branches/UKMO/NEMO_r4.2RC_GO6_mixing/tests/TSUNAMI/EXPREF/namelist_cfg

Last change on this file was 15023, checked in by gsamson, 3 years ago

merge ticket2680_C1D_PAPA branch back into the trunk; see ticket #2680 for details

File size: 13.5 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                              (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&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&namtile        !   parameters of the tiling
36!-----------------------------------------------------------------------
37/
38!-----------------------------------------------------------------------
39&namrun        !   parameters of the run
40!-----------------------------------------------------------------------
41   nn_no       =       0   !  job number (no more used...)
42   cn_exp      = 'TSUNAMI' !  experience name
43   nn_it000    =       1   !  first time step
44   nn_itend    =     100   !  last time step
45   nn_stock    =      -1   !  frequency of creation of a restart file (modulo referenced to 1)
46   nn_write    =      -1   !  frequency of write in the output file   (modulo referenced to nn_it000)
47/
48!-----------------------------------------------------------------------
49&namdom        !   time and space domain
50!-----------------------------------------------------------------------
51   ln_linssh   =  .false.  !  =T  linear free surface  ==>>  model level are fixed in time
52   rn_Dt      =     1000.  !  time step for the dynamics (and tracer if nn_acc=0)
53   ln_meshmask =  .false.  !  =T create a mesh file
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_isf      ice shelf melting/freezing                         (ln_isfcav  =T : read (ln_read_cfg=T) or set or usr_def_zgr )
69!!   namsbc_iscpl    coupling option between land ice model and ocean   (ln_isfcav  =T)
70!!   namsbc_wave     external fields from wave model                    (ln_wave    =T)
71!!   namberg         iceberg floats                                     (ln_icebergs=T)
72!!======================================================================
73!
74!-----------------------------------------------------------------------
75&namsbc        !   Surface Boundary Condition manager                   (default: NO selection)
76!-----------------------------------------------------------------------
77  nn_fsbc     = 1         !  frequency of surface boundary condition computation
78  ln_usr      = .true.    !  user defined formulation                  (T => check usrdef_sbc)
79/
80!!======================================================================
81!!               ***  Lateral boundary condition  ***                 !!
82!!                                                                    !!
83!!   namlbc        lateral momentum boundary condition                  (default: NO selection)
84!!   namagrif      agrif nested grid ( read by child model only )       ("key_agrif")
85!!   nam_tide      Tidal forcing                                        (default: OFF)
86!!   nambdy        Unstructured open boundaries                         (default: OFF)
87!!   nambdy_dta    Unstructured open boundaries - external data         (see  nambdy)
88!!   nambdy_tide   tidal forcing at open boundaries                     (default: OFF)
89!!======================================================================
90!
91!-----------------------------------------------------------------------
92&namlbc        !   lateral momentum boundary condition                  (default: NO selection)
93!-----------------------------------------------------------------------
94   rn_shlat    =    0.     !  free slip
95/
96!!======================================================================
97!!                ***  Top/Bottom boundary condition  ***             !!
98!!                                                                    !!
99!!   namdrg        top/bottom drag coefficient                          (default: NO selection)
100!!   namdrg_top    top    friction                                      (ln_drg_OFF =F & ln_isfcav=T)
101!!   namdrg_bot    bottom friction                                      (ln_drg_OFF =F)
102!!   nambbc        bottom temperature boundary condition                (default: OFF)
103!!   nambbl        bottom boundary layer scheme                         (default: OFF)
104!!======================================================================
105!
106!-----------------------------------------------------------------------
107&namdrg        !   top/bottom drag coefficient                          (default: NO selection)
108!-----------------------------------------------------------------------
109   ln_drg_OFF = .true.    !  free-slip       : Cd = 0                  (F => fill namdrg_bot
110/
111!!======================================================================
112!!                        Tracer (T & S) namelists                    !!
113!!                                                                    !!
114!!   nameos        equation of state                                    (default: NO selection)
115!!   namtra_adv    advection scheme                                     (default: NO selection)
116!!   namtra_ldf    lateral diffusion scheme                             (default: NO selection)
117!!   namtra_mle    mixed layer eddy param. (Fox-Kemper param.)          (default: OFF)
118!!   namtra_eiv    eddy induced velocity param.                         (default: OFF)
119!!   namtra_dmp    T & S newtonian damping                              (default: OFF)
120!!======================================================================
121!
122!-----------------------------------------------------------------------
123&nameos        !   ocean Equation Of Seawater                           (default: NO selection)
124!-----------------------------------------------------------------------
125   ln_seos     = .true.         !  = Use simplified equation of state (S-EOS)
126/
127!-----------------------------------------------------------------------
128&namtra_adv    !   advection scheme for tracer                          (default: NO selection)
129!-----------------------------------------------------------------------
130   ln_traadv_OFF = .true.    !  No tracer advection
131/
132!-----------------------------------------------------------------------
133&namtra_ldf    !   lateral diffusion scheme for tracers                 (default: NO selection)
134!-----------------------------------------------------------------------
135   ln_traldf_OFF = .true.    !  No explicit diffusion
136/
137!!======================================================================
138!!                      ***  Dynamics namelists  ***                  !!
139!!                                                                    !!
140!!   nam_vvl       vertical coordinate options                          (default: z-star)
141!!   namdyn_adv    formulation of the momentum advection                (default: NO selection)
142!!   namdyn_vor    advection scheme                                     (default: NO selection)
143!!   namdyn_hpg    hydrostatic pressure gradient                        (default: NO selection)
144!!   namdyn_spg    surface pressure gradient                            (default: NO selection)
145!!   namdyn_ldf    lateral diffusion scheme                             (default: NO selection)
146!!   namdta_dyn    offline TOP: dynamics read in files                  (OFF_SRC only)
147!!======================================================================
148!
149!-----------------------------------------------------------------------
150&namdyn_adv    !   formulation of the momentum advection                (default: NO selection)
151!-----------------------------------------------------------------------
152   ln_dynadv_OFF = .true. !  linear dynamics (no momentum advection)
153/
154!-----------------------------------------------------------------------
155&namdyn_vor    !   Vorticity / Coriolis scheme                          (default: NO selection)
156!-----------------------------------------------------------------------
157   ln_dynvor_eeT = .true. !  energy conserving scheme (een using e3t)
158/
159!-----------------------------------------------------------------------
160&namdyn_hpg    !   Hydrostatic pressure gradient option                 (default: NO selection)
161!-----------------------------------------------------------------------
162   ln_hpg_sco  = .true.   !  s-coordinate (standard jacobian formulation)
163/
164!-----------------------------------------------------------------------
165&namdyn_spg    !   surface pressure gradient                            (default: NO selection)
166!-----------------------------------------------------------------------
167   ln_dynspg_ts   = .true.   ! split-explicit free surface
168      ln_bt_fw      = .true.     ! Forward integration of barotropic Eqs.
169      ln_bt_av      = .true.     ! Time filtering of barotropic variables
170         nn_bt_flt     = 1          ! Time filter choice  = 0 None
171         !                          !                     = 1 Boxcar over   nn_e sub-steps
172         !                          !                     = 2 Boxcar over 2*nn_e  "    "
173      ln_bt_auto    = .true.    ! Number of sub-step defined from:
174         nn_e      =  24         ! =F : the number of sub-step in rn_Dt seconds
175/
176!-----------------------------------------------------------------------
177&namdyn_ldf    !   lateral diffusion on momentum                        (default: NO selection)
178!-----------------------------------------------------------------------
179   !                       !  Type of the operator :
180   ln_dynldf_OFF =  .true.    !  No operator (i.e. no explicit diffusion)
181/
182!!======================================================================
183!!                     vertical physics namelists                     !!
184!!                                                                    !!
185!!    namzdf        vertical physics manager                            (default: NO selection)
186!!    namzdf_ric    richardson number vertical mixing                   (ln_zdfric=T)
187!!    namzdf_tke    TKE vertical mixing                                 (ln_zdftke=T)
188!!    namzdf_gls    GLS vertical mixing                                 (ln_zdfgls=T)
189!!    namzdf_osm    OSM vertical diffusion                              (ln_zdfosm=T)
190!!    namzdf_iwm    tidal mixing parameterization                       (ln_zdfiwm=T)
191!!======================================================================
192!
193!-----------------------------------------------------------------------
194&namzdf        !   vertical physics                                     (default: NO selection)
195!-----------------------------------------------------------------------
196   ln_zdfcst   = .true.       !  constant mixing
197/
198
199!-----------------------------------------------------------------------
200&namctl        !   Control prints                                       (default: OFF)
201!-----------------------------------------------------------------------
202   ln_timing   = .true.   !  timing by routine write out in timing.output file
203/
Note: See TracBrowser for help on using the repository browser.