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_r14318_RK3_stage1/tests/SWG/EXPREF – NEMO

source: NEMO/branches/2021/dev_r14318_RK3_stage1/tests/SWG/EXPREF/namelist_cfg @ 15574

Last change on this file since 15574 was 15574, checked in by techene, 3 years ago

#2605 #2715 trunk merged into dev_r14318_RK3_stage1

File size: 16.2 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO/OCE  Configuration namelist : overwrite reference namelist
3!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
4!!                       SWG 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                              (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&namrun        !   parameters of the run
21!-----------------------------------------------------------------------
22   cn_exp      =  "SWG"    !  experience name
23   nn_it000    =       1   !  first time step
24   nn_itend    =   172800  !  10 ans  - 30 min - SWG 1/4deg
25!   nn_itend    =    86400  !  10 ans  - 1h
26   nn_leapy    =      30   !  Leap year calendar (1) or not (0)
27   nn_write    =     480   !  frequency of write in the output file   (modulo referenced to nn_it000)
28   nn_istate   =       1   !  output the initial state (1) or not (0)
29/
30!-----------------------------------------------------------------------
31&namcfg        !   parameters of the configuration                      (default: user defined GYRE)
32!-----------------------------------------------------------------------
33   ln_read_cfg = .false.   !  (=F) user defined configuration           (F => create/check namusr_def)
34/
35!-----------------------------------------------------------------------
36&namtile        !   parameters of the tiling
37!-----------------------------------------------------------------------
38/
39!-----------------------------------------------------------------------
40&namusr_def    !   SWG user defined namelist 
41!-----------------------------------------------------------------------
42   nn_SWG      =     4     !  SWG resolution [1/nn_SWG]
43   jpkglo      =     2     !  number of model levels
44   rn_theta    =     0.    !  rotation angle fo the grid [deg]
45   !
46   nn_gc       =        2        ! number of ghostcells
47   rn_domsiz   =  2000000        ! size of the domain (default 2000km)  [m]
48   rn_dx       =   100000        ! gridspacing (default 100km)          [m]
49   !
50   rn_tau           = 0.20    ! wind stress on the surface    [N/m2]
51   rn_modified_grav = 0.02    ! modified gravity              [m/s2]
52   rn_rfr           = 1.e-7   ! layer drag coefficient        [1/s]
53   !
54   rn_beta = 2.e-11   ! beta-plan coriolis parameter  [1/m.s]
55   rn_f0   = 0.7e-4   ! f-plan coriolis parameter     [1/s]
56   !
57   nn_dynldf_lap_typ = 1        ! choose type of laplacian (ideally from namelist)
58   !                            !       = 1   divrot    laplacian
59   !                            !       = 2   symmetric laplacian (Griffies&Hallberg 2000)
60   !                            !       = 3   symmetric laplacian (cartesian)
61   !
62   rn_abp = 1.e-2     ! alpha boundary parameter                                       [-]
63   nn_cnp = 1         ! number of cell on which is smoothed the porosity (phi)         [-]
64   rn_fsp = 0.        ! friction parameter 1/epsilon of the permeability                 [1/s]
65   !
66/
67!-----------------------------------------------------------------------
68&namdom        !   time and space domain
69!-----------------------------------------------------------------------
70   ln_linssh   = .false.    !  =T  linear free surface  ==>>  model level are fixed in time
71   !
72!   rn_Dt      = 3600.     !  1h    - SWG 1 deg
73   rn_Dt       = 1800.     !  30min - SWG 1/4deg
74   ln_meshmask = .false.   !  =T create a mesh file
75/
76!!======================================================================
77!!            ***  Surface Boundary Condition namelists  ***          !!
78!!                                                                    !!
79!!   namsbc          surface boundary condition manager                 (default: NO selection)
80!!   namsbc_flx      flux               formulation                     (ln_flx     =T)
81!!   namsbc_blk      Bulk formulae formulation                          (ln_blk     =T)
82!!   namsbc_cpl      CouPLed            formulation                     ("key_oasis3" )
83!!   namsbc_sas      Stand-Alone Surface module                         (SAS_SRC  only)
84!!   namsbc_iif      Ice-IF: use observed ice cover                     (nn_ice = 1   )
85!!   namtra_qsr      penetrative solar radiation                        (ln_traqsr  =T)
86!!   namsbc_ssr      sea surface restoring term (for T and/or S)        (ln_ssr     =T)
87!!   namsbc_rnf      river runoffs                                      (ln_rnf     =T)
88!!   namsbc_apr      Atmospheric Pressure                               (ln_apr_dyn =T)
89!!   namsbc_isf      ice shelf melting/freezing                         (ln_isfcav  =T : read (ln_read_cfg=T) or set or usr_def_zgr )
90!!   namsbc_iscpl    coupling option between land ice model and ocean   (ln_isfcav  =T)
91!!   namsbc_wave     external fields from wave model                    (ln_wave    =T)
92!!   namberg         iceberg floats                                     (ln_icebergs=T)
93!!======================================================================
94!
95!-----------------------------------------------------------------------
96&namsbc        !   Surface Boundary Condition (surface module)          (default: NO selection)
97!-----------------------------------------------------------------------
98   nn_fsbc     = 1         !  frequency of SBC module call
99   ln_usr      = .true.    !  user defined formulation                  (T => check usrdef_sbc)
100   ln_traqsr   = .false.    !  Light penetration in the ocean            (T => fill namtra_qsr)
101/
102!!======================================================================
103!!               ***  Lateral boundary condition  ***                 !!
104!!                                                                    !!
105!!   namlbc        lateral momentum boundary condition                  (default: NO selection)
106!!   namagrif      agrif nested grid ( read by child model only )       ("key_agrif")
107!!   nam_tide      Tidal forcing                                        (default: OFF)
108!!   nambdy        Unstructured open boundaries                         (default: OFF)
109!!   nambdy_dta    Unstructured open boundaries - external data         (see  nambdy)
110!!   nambdy_tide   tidal forcing at open boundaries                     (default: OFF)
111!!======================================================================
112!
113!-----------------------------------------------------------------------
114&namlbc        !   lateral momentum boundary condition                  (default: NO selection)
115!-----------------------------------------------------------------------
116   !                       !  free slip  !   partial slip  !   no slip   ! strong slip
117   rn_shlat    =    0.     !  shlat = 0  !  0 < shlat < 2  !  shlat = 2  !  2 < shlat
118/
119!!======================================================================
120!!                ***  Top/Bottom boundary condition  ***             !!
121!!                                                                    !!
122!!   namdrg        top/bottom drag coefficient                          (default: NO selection)
123!!   namdrg_top    top    friction                                      (ln_OFF=F & ln_isfcav=T)
124!!   namdrg_bot    bottom friction                                      (ln_OFF=F)
125!!   nambbc        bottom temperature boundary condition                (default: OFF)
126!!   nambbl        bottom boundary layer scheme                         (default: OFF)
127!!======================================================================
128!
129!-----------------------------------------------------------------------
130&namdrg        !   top/bottom drag coefficient                          (default: NO selection)
131!-----------------------------------------------------------------------
132   ln_OFF = .true.     !  no bottom friction (but layer drag applied)
133/
134!!======================================================================
135!!                      ***  Dynamics namelists  ***                  !!
136!!                                                                    !!
137!!   nam_vvl       vertical coordinate options                          (default: z-star)
138!!   namdyn_adv    formulation of the momentum advection                (default: NO selection)
139!!   namdyn_vor    advection scheme                                     (default: NO selection)
140!!   namdyn_hpg    hydrostatic pressure gradient                        (default: NO selection)
141!!   namdyn_spg    surface pressure gradient                            (default: NO selection)
142!!   namdyn_ldf    lateral diffusion scheme                             (default: NO selection)
143!!   namdta_dyn    offline TOP: dynamics read in files                  (OFF_SRC only)
144!!======================================================================
145!
146!-----------------------------------------------------------------------
147&namdyn_adv    !   formulation of the momentum advection                (default: NO selection)
148!-----------------------------------------------------------------------
149   ln_dynadv_OFF = .false. !  linear dynamics (no momentum advection)
150   ln_dynadv_vec = .true. !  vector form - 2nd centered scheme
151     nn_dynkeg     = 0        ! grad(KE) scheme: =0   C2  ;  =1   Hollingsworth correction
152   ln_dynadv_cen2 = .false. !  flux form - 2nd order centered scheme
153   ln_dynadv_ubs = .false. !  flux form - 3rd order UBS      scheme
154/
155!-----------------------------------------------------------------------
156&namdyn_vor    !   Vorticity / Coriolis scheme                          (default: NO selection)
157!-----------------------------------------------------------------------
158   ln_dynvor_ene = .false. !  energy    conserving scheme
159   ln_dynvor_ens = .true. !  enstrophy conserving scheme
160   ln_dynvor_enT = .false. !  energy conserving scheme (T-point)
161   ln_dynvor_eeT = .false. !  energy conserving scheme (een using e3t)
162   ln_dynvor_een = .false. !  energy & enstrophy scheme
163      nn_e3f_typ = 1          ! =0  e3f = mi(mj(e3t))/4
164      !                       ! =1  e3f = mi(mj(e3t))/mi(mj( tmask))
165   ln_dynvor_msk = .true.  !  vorticity multiplied by fmask (=T)       
166      !                    !  (f-point vorticity schemes only)
167/
168!-----------------------------------------------------------------------
169&namdyn_spg    !   surface pressure gradient                            (default: NO selection)
170!-----------------------------------------------------------------------
171   ln_dynspg_exp  = .true.   ! explicit free surface
172/
173!-----------------------------------------------------------------------
174&namdyn_ldf    !   lateral diffusion on momentum                        (default: NO selection)
175!-----------------------------------------------------------------------
176   ln_dynldf_lap =  .true.     !    laplacian operator
177   ln_dynldf_lev =  .true.     !  iso-level
178   ! choisit telle que la friction laterale, au 1deg, egale celle de GYRE
179   nn_ahm_ijk_t  = 0           !  = 0  constant = 1/2  Uv*Lv   (lap case)
180      rn_Uv      = 2.0         !  lateral viscous velocity [m/s]
181      rn_Lv      = 500         !  lateral viscous length   [m]  - at 1/4deg
182!      rn_Lv      = 100.e+3     !  lateral viscous length   [m]  - 1 deg
183/
184!!======================================================================
185!!                     vertical physics namelists                     !!
186!!                                                                    !!
187!!    namzdf        vertical physics manager                            (default: NO selection)
188!!    namzdf_ric    richardson number vertical mixing                   (ln_zdfric=T)
189!!    namzdf_tke    TKE vertical mixing                                 (ln_zdftke=T)
190!!    namzdf_gls    GLS vertical mixing                                 (ln_zdfgls=T)
191!!    namzdf_osm    OSM vertical diffusion                              (ln_zdfosm=T)
192!!    namzdf_iwm    tidal mixing parameterization                       (ln_zdfiwm=T)
193!!======================================================================
194!
195!-----------------------------------------------------------------------
196&namzdf        !   vertical physics                                     (default: NO selection)
197!-----------------------------------------------------------------------
198   ln_zdftke   = .true.       !  Turbulent Kinetic Energy closure       (T =>   fill namzdf_tke)
199   ln_zdfevd   = .true.       !  enhanced vertical diffusion
200      nn_evdm     =    1         ! apply on tracer (=0) or on tracer and momentum (=1)
201      rn_evd      =  100.        ! mixing coefficient [m2/s]
202   !                       ! coefficients
203   rn_avm0     =   1.2e-4     !  vertical eddy viscosity   [m2/s]       (background Kz if ln_zdfcst=F)
204   rn_avt0     =   1.2e-5     !  vertical eddy diffusivity [m2/s]       (background Kz if ln_zdfcst=F)
205   nn_avb      =    0         !  profile for background avt & avm (=1) or not (=0)
206   nn_havtb    =    0         !  horizontal shape for avtb (=1) or not (=0)
207/
208!-----------------------------------------------------------------------
209&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  (ln_zdftke =T)
210!-----------------------------------------------------------------------
211   nn_etau     =   0       !  penetration of tke below the mixed layer (ML) due to internal & intertial waves
212/
213!!======================================================================
214!!                  ***  Diagnostics namelists  ***                   !!
215!!                                                                    !!
216!!   namtrd       dynamics and/or tracer trends                         (default: OFF)
217!!   namptr       Poleward Transport Diagnostics                        (default: OFF)
218!!   namhsb       Heat and salt budgets                                 (default: OFF)
219!!   namdiu       Cool skin and warm layer models                       (default: OFF)
220!!   namdiu       Cool skin and warm layer models                       (default: OFF)
221!!   namflo       float parameters                                      (default: OFF)
222!!   nam_diadct   transports through some sections                      (default: OFF)
223!!   nam_dia25h   25h Mean Output                                       (default: OFF)
224!!   namnc4       netcdf4 chunking and compression settings             ("key_netcdf4")
225!!======================================================================
226!
227!!======================================================================
228!!                  ***  Miscellaneous namelists  ***                 !!
229!!                                                                    !!
230!!   nammpp            Massively Parallel Processing
231!!   namctl            Control prints                                   (default: OFF)
232!!   namsto            Stochastic parametrization of EOS                (default: OFF)
233!!======================================================================
234!
235!
236!-----------------------------------------------------------------------
237&nammpp        !   Massively Parallel Processing
238!-----------------------------------------------------------------------
239/
240!-----------------------------------------------------------------------
241&namctl        !   Control prints                                       (default: OFF)
242!-----------------------------------------------------------------------
243/
244!-----------------------------------------------------------------------
245&namsto        ! Stochastic parametrization of EOS                      (default: OFF)
246!-----------------------------------------------------------------------
247/
Note: See TracBrowser for help on using the repository browser.