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

source: NEMO/trunk/tests/SWG/EXPREF/namelist_cfg @ 14229

Last change on this file since 14229 was 14229, checked in by smasson, 3 years ago

trunk: replace key_mpp_mpi by the opposite key key_mpi_off

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