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_r13327_KERNEL-06_2_techene_e3/tests/AM98/EXPREF – NEMO

source: NEMO/branches/2020/dev_r13327_KERNEL-06_2_techene_e3/tests/AM98/EXPREF/namelist_cfg @ 13597

Last change on this file since 13597 was 13597, checked in by techene, 4 years ago

#2385 cleanning

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