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/r12377_ticket2386/cfgs/GYRE_PISCES/EXPREF – NEMO

source: NEMO/branches/2020/r12377_ticket2386/cfgs/GYRE_PISCES/EXPREF/namelist_cfg @ 12451

Last change on this file since 12451 was 12377, checked in by acc, 4 years ago

The big one. Merging all 2019 developments from the option 1 branch back onto the trunk.

This changeset reproduces 2019/dev_r11943_MERGE_2019 on the trunk using a 2-URL merge
onto a working copy of the trunk. I.e.:

svn merge --ignore-ancestry \

svn+ssh://acc@forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/NEMO/trunk \
svn+ssh://acc@forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/NEMO/branches/2019/dev_r11943_MERGE_2019 ./

The --ignore-ancestry flag avoids problems that may otherwise arise from the fact that
the merge history been trunk and branch may have been applied in a different order but
care has been taken before this step to ensure that all applicable fixes and updates
are present in the merge branch.

The trunk state just before this step has been branched to releases/release-4.0-HEAD
and that branch has been immediately tagged as releases/release-4.0.2. Any fixes
or additions in response to tickets on 4.0, 4.0.1 or 4.0.2 should be done on
releases/release-4.0-HEAD. From now on future 'point' releases (e.g. 4.0.2) will
remain unchanged with periodic releases as needs demand. Note release-4.0-HEAD is a
transitional naming convention. Future full releases, say 4.2, will have a release-4.2
branch which fulfills this role and the first point release (e.g. 4.2.0) will be made
immediately following the release branch creation.

2020 developments can be started from any trunk revision later than this one.

  • Property svn:mime-type set to text/x-fortran
File size: 16.7 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO/OCE  Configuration namelist : overwrite reference namelist
3!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
4!!                      GYRE PISCES 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      =  "GYRE"   !  experience name
23   nn_it000    =       1   !  first time step
24   nn_itend    =    4320   !  last  time step
25   nn_leapy    =      30   !  Leap year calendar (1) or not (0)
26   nn_stock    =    4320   !  frequency of creation of a restart file (modulo referenced to 1)
27   nn_write    =      60   !  frequency of write in the output file   (modulo referenced to nn_it000)
28   nn_istate   =       0   !  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    !   GYRE user defined namelist 
37!-----------------------------------------------------------------------
38   nn_GYRE     =     1     !  GYRE resolution [1/degrees]
39   ln_bench    = .false.   !  ! =T benchmark with gyre: the gridsize is kept constant
40   jpkglo      =    31     !  number of model levels
41/
42!-----------------------------------------------------------------------
43&namdom        !   time and space domain
44!-----------------------------------------------------------------------
45   ln_linssh   = .true.    !  =T  linear free surface  ==>>  model level are fixed in time
46   !
47   rn_rdt      = 7200.     !  time step for the dynamics
48/
49!!======================================================================
50!!            ***  Surface Boundary Condition namelists  ***          !!
51!!                                                                    !!
52!!   namsbc          surface boundary condition manager                 (default: NO selection)
53!!   namsbc_flx      flux               formulation                     (ln_flx     =T)
54!!   namsbc_blk      Bulk formulae formulation                          (ln_blk     =T)
55!!   namsbc_cpl      CouPLed            formulation                     ("key_oasis3" )
56!!   namsbc_sas      Stand-Alone Surface module                         (SAS_SRC  only)
57!!   namsbc_iif      Ice-IF: use observed ice cover                     (nn_ice = 1   )
58!!   namtra_qsr      penetrative solar radiation                        (ln_traqsr  =T)
59!!   namsbc_ssr      sea surface restoring term (for T and/or S)        (ln_ssr     =T)
60!!   namsbc_rnf      river runoffs                                      (ln_rnf     =T)
61!!   namsbc_apr      Atmospheric Pressure                               (ln_apr_dyn =T)
62!!   namsbc_isf      ice shelf melting/freezing                         (ln_isfcav  =T : read (ln_read_cfg=T) or set or usr_def_zgr )
63!!   namsbc_iscpl    coupling option between land ice model and ocean   (ln_isfcav  =T)
64!!   namsbc_wave     external fields from wave model                    (ln_wave    =T)
65!!   namberg         iceberg floats                                     (ln_icebergs=T)
66!!======================================================================
67!
68!-----------------------------------------------------------------------
69&namsbc        !   Surface Boundary Condition (surface module)          (default: NO selection)
70!-----------------------------------------------------------------------
71   nn_fsbc     = 1         !  frequency of SBC module call
72   ln_usr      = .true.    !  user defined formulation                  (T => check usrdef_sbc)
73   ln_traqsr   = .true.    !  Light penetration in the ocean            (T => fill namtra_qsr)
74/
75!-----------------------------------------------------------------------
76&namtra_qsr    !   penetrative solar radiation                          (ln_traqsr =T)
77!-----------------------------------------------------------------------
78   ln_qsr_2bd  = .true.    !  2 bands              light penetration
79   nn_chldta   =      0    !  RGB : Chl data (=1) or cst value (=0)
80/
81!!======================================================================
82!!               ***  Lateral boundary condition  ***                 !!
83!!                                                                    !!
84!!   namlbc        lateral momentum boundary condition                  (default: NO selection)
85!!   namagrif      agrif nested grid ( read by child model only )       ("key_agrif")
86!!   nam_tide      Tidal forcing                                        (default: OFF)
87!!   nambdy        Unstructured open boundaries                         (default: OFF)
88!!   nambdy_dta    Unstructured open boundaries - external data         (see  nambdy)
89!!   nambdy_tide   tidal forcing at open boundaries                     (default: OFF)
90!!======================================================================
91!
92!-----------------------------------------------------------------------
93&namlbc        !   lateral momentum boundary condition                  (default: NO selection)
94!-----------------------------------------------------------------------
95   rn_shlat    =    0.     !  free slip
96/
97!!======================================================================
98!!                ***  Top/Bottom boundary condition  ***             !!
99!!                                                                    !!
100!!   namdrg        top/bottom drag coefficient                          (default: NO selection)
101!!   namdrg_top    top    friction                                      (ln_OFF=F & ln_isfcav=T)
102!!   namdrg_bot    bottom friction                                      (ln_OFF=F)
103!!   nambbc        bottom temperature boundary condition                (default: OFF)
104!!   nambbl        bottom boundary layer scheme                         (default: OFF)
105!!======================================================================
106!
107!-----------------------------------------------------------------------
108&namdrg        !   top/bottom drag coefficient                          (default: NO selection)
109!-----------------------------------------------------------------------
110   ln_non_lin = .true.     !  non-linear  drag: Cd = Cd0 |U|
111/
112!!======================================================================
113!!                        Tracer (T & S) namelists                    !!
114!!                                                                    !!
115!!   nameos        equation of state                                    (default: NO selection)
116!!   namtra_adv    advection scheme                                     (default: NO selection)
117!!   namtra_ldf    lateral diffusion scheme                             (default: NO selection)
118!!   namtra_mle    mixed layer eddy param. (Fox-Kemper param.)          (default: OFF)
119!!   namtra_eiv    eddy induced velocity param.                         (default: OFF)
120!!   namtra_dmp    T & S newtonian damping                              (default: OFF)
121!!======================================================================
122!
123!-----------------------------------------------------------------------
124&nameos        !   ocean Equation Of Seawater                           (default: NO selection)
125!-----------------------------------------------------------------------
126   ln_eos80    = .true.      !  = Use EOS80 equation of state
127/
128!-----------------------------------------------------------------------
129&namtra_adv    !   advection scheme for tracer                          (default: NO selection)
130!-----------------------------------------------------------------------
131   ln_traadv_fct =  .true.   !  FCT scheme
132      nn_fct_h   =  2               !  =2/4, horizontal 2nd / 4th order
133      nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order
134/
135!-----------------------------------------------------------------------
136&namtra_ldf    !   lateral diffusion scheme for tracers                 (default: NO selection)
137!-----------------------------------------------------------------------
138   ln_traldf_lap   =  .true.   !    laplacian operator
139   ln_traldf_iso   =  .true.   !  iso-neutral (standard operator)
140   nn_aht_ijk_t    = 0         !  = 0   constant = 1/2  Ud*Ld   (lap case)
141      rn_Ud        = 0.02           !  lateral diffusive velocity [m/s]
142      rn_Ld        = 100.e+3        !  lateral diffusive length   [m]
143/
144!!======================================================================
145!!                      ***  Dynamics namelists  ***                  !!
146!!                                                                    !!
147!!   nam_vvl       vertical coordinate options                          (default: z-star)
148!!   namdyn_adv    formulation of the momentum advection                (default: NO selection)
149!!   namdyn_vor    advection scheme                                     (default: NO selection)
150!!   namdyn_hpg    hydrostatic pressure gradient                        (default: NO selection)
151!!   namdyn_spg    surface pressure gradient                            (default: NO selection)
152!!   namdyn_ldf    lateral diffusion scheme                             (default: NO selection)
153!!   namdta_dyn    offline TOP: dynamics read in files                  (OFF_SRC only)
154!!======================================================================
155!
156!-----------------------------------------------------------------------
157&namdyn_adv    !   formulation of the momentum advection                (default: NO selection)
158!-----------------------------------------------------------------------
159   ln_dynadv_vec = .true.  !  vector form - 2nd centered scheme
160     nn_dynkeg     = 0        ! grad(KE) scheme: =0   C2  ;  =1   Hollingsworth correction
161/
162!-----------------------------------------------------------------------
163&namdyn_vor    !   Vorticity / Coriolis scheme                          (default: NO selection)
164!-----------------------------------------------------------------------
165   ln_dynvor_ene = .true.  !  energy conserving scheme
166/
167!-----------------------------------------------------------------------
168&namdyn_hpg    !   Hydrostatic pressure gradient option                 (default: NO selection)
169!-----------------------------------------------------------------------
170   ln_hpg_zco  = .true.    !  z-coordinate - full steps
171/
172!-----------------------------------------------------------------------
173&namdyn_spg    !   surface pressure gradient                            (default: NO selection)
174!-----------------------------------------------------------------------
175   ln_dynspg_ts  = .true.  !  split-explicit free surface
176/
177!-----------------------------------------------------------------------
178&namdyn_ldf    !   lateral diffusion on momentum                        (default: NO selection)
179!-----------------------------------------------------------------------
180   ln_dynldf_lap =  .true.     !    laplacian operator
181   ln_dynldf_lev =  .true.     !  iso-level
182   nn_ahm_ijk_t  = 0           !  = 0  constant = 1/2  Uv*Lv   (lap case)
183      rn_Uv      = 2.0              !  lateral viscous velocity [m/s]
184      rn_Lv      = 100.e+3          !  lateral viscous length   [m]
185/
186!!======================================================================
187!!                     vertical physics namelists                     !!
188!!                                                                    !!
189!!    namzdf        vertical physics manager                            (default: NO selection)
190!!    namzdf_ric    richardson number vertical mixing                   (ln_zdfric=T)
191!!    namzdf_tke    TKE vertical mixing                                 (ln_zdftke=T)
192!!    namzdf_gls    GLS vertical mixing                                 (ln_zdfgls=T)
193!!    namzdf_osm    OSM vertical diffusion                              (ln_zdfosm=T)
194!!    namzdf_iwm    tidal mixing parameterization                       (ln_zdfiwm=T)
195!!======================================================================
196!
197!-----------------------------------------------------------------------
198&namzdf        !   vertical physics                                     (default: NO selection)
199!-----------------------------------------------------------------------
200   ln_zdftke   = .true.       !  Turbulent Kinetic Energy closure       (T =>   fill namzdf_tke)
201   ln_zdfevd   = .true.       !  enhanced vertical diffusion
202      nn_evdm     =    1         ! apply on tracer (=0) or on tracer and momentum (=1)
203      rn_evd      =  100.        ! mixing coefficient [m2/s]
204   !                       ! coefficients
205   rn_avm0     =   1.2e-4     !  vertical eddy viscosity   [m2/s]       (background Kz if ln_zdfcst=F)
206   rn_avt0     =   1.2e-5     !  vertical eddy diffusivity [m2/s]       (background Kz if ln_zdfcst=F)
207   nn_avb      =    0         !  profile for background avt & avm (=1) or not (=0)
208   nn_havtb    =    0         !  horizontal shape for avtb (=1) or not (=0)
209/
210!-----------------------------------------------------------------------
211&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  (ln_zdftke =T)
212!-----------------------------------------------------------------------
213   nn_etau     =   0       !  penetration of tke below the mixed layer (ML) due to internal & intertial waves
214/
215!!======================================================================
216!!                  ***  Diagnostics namelists  ***                   !!
217!!                                                                    !!
218!!   namtrd       dynamics and/or tracer trends                         (default: OFF)
219!!   namptr       Poleward Transport Diagnostics                        (default: OFF)
220!!   namhsb       Heat and salt budgets                                 (default: OFF)
221!!   namdiu       Cool skin and warm layer models                       (default: OFF)
222!!   namdiu       Cool skin and warm layer models                       (default: OFF)
223!!   namflo       float parameters                                      (default: OFF)
224!!   nam_diadct   transports through some sections                      (default: OFF)
225!!   nam_dia25h   25h Mean Output                                       (default: OFF)
226!!   namnc4       netcdf4 chunking and compression settings             ("key_netcdf4")
227!!======================================================================
228!
229!!======================================================================
230!!                  ***  Miscellaneous namelists  ***                 !!
231!!                                                                    !!
232!!   nammpp            Massively Parallel Processing                    ("key_mpp_mpi")
233!!   namctl            Control prints                                   (default: OFF)
234!!   namsto            Stochastic parametrization of EOS                (default: OFF)
235!!======================================================================
236!
237!
238!-----------------------------------------------------------------------
239&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi")
240!-----------------------------------------------------------------------
241/
242!-----------------------------------------------------------------------
243&namctl        !   Control prints                                       (default: OFF)
244!-----------------------------------------------------------------------
245/
246!-----------------------------------------------------------------------
247&namsto        ! Stochastic parametrization of EOS                      (default: OFF)
248!-----------------------------------------------------------------------
249/
Note: See TracBrowser for help on using the repository browser.