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.
1_namelist_cfg in NEMO/trunk/tests/ICE_AGRIF/EXPREF – NEMO

source: NEMO/trunk/tests/ICE_AGRIF/EXPREF/1_namelist_cfg @ 12377

Last change on this file since 12377 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.

File size: 15.7 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO/OCE  Configuration namelist : overwrite defaults values defined in SHARED/namelist_ref
3!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
4!!               ICE_AGRIF 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&namusr_def    !   ICE_AGRIF user defined namelist
21!-----------------------------------------------------------------------
22   rn_dx       =    1000.   ! horizontal resolution in meters
23   rn_dy       =    1000.   ! horizontal resolution in meters
24   ln_corio    =    .false. ! set coriolis to 0 (false) or not (true)
25      rn_ppgphi0  =  70.    ! Reference latitude [degrees]
26/
27!-----------------------------------------------------------------------
28&namrun        !   parameters of the run
29!-----------------------------------------------------------------------
30   nn_no       =       0      !  job number (no more used...)
31   cn_exp      =  "ICE_AGRIF" !  experience name
32   nn_it000    =       1      !  first time step
33   nn_itend    =    1500      !  last  time step (std 5475)
34   nn_istate   =       1      !  output the initial state (1) or not (0)
35/
36!-----------------------------------------------------------------------
37&namdom        !   time and space domain
38!-----------------------------------------------------------------------
39   ln_linssh   = .true.   !  =T  linear free surface  ==>>  model level are fixed in time
40   !
41   rn_rdt      = 400.     !  time step for the dynamics (and tracer if nn_acc=0)
42   !
43   ln_meshmask = .true.   !  =T  create a mesh file
44/
45!-----------------------------------------------------------------------
46&namcfg        !   parameters of the configuration                      (default: use namusr_def in namelist_cfg)
47!-----------------------------------------------------------------------
48   ln_read_cfg = .false.    !  (=T) read the domain configuration file
49      !                     !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules
50      cn_domcfg = "ICE_AGRIF_domcfg"    ! domain configuration filename
51/
52!!======================================================================
53!!            ***  Surface Boundary Condition namelists  ***          !!
54!!                                                                    !!
55!!   namsbc          surface boundary condition manager                 (default: NO selection)
56!!   namsbc_flx      flux               formulation                     (ln_flx     =T)
57!!   namsbc_blk      Bulk formulae formulation                          (ln_blk     =T)
58!!   namsbc_cpl      CouPLed            formulation                     ("key_oasis3" )
59!!   namsbc_sas      Stand-Alone Surface module                         (SAS_SRC  only)
60!!   namsbc_iif      Ice-IF: use observed ice cover                     (nn_ice = 1   )
61!!   namtra_qsr      penetrative solar radiation                        (ln_traqsr  =T)
62!!   namsbc_ssr      sea surface restoring term (for T and/or S)        (ln_ssr     =T)
63!!   namsbc_rnf      river runoffs                                      (ln_rnf     =T)
64!!   namsbc_apr      Atmospheric Pressure                               (ln_apr_dyn =T)
65!!   namsbc_isf      ice shelf melting/freezing                         (ln_isfcav  =T : read (ln_read_cfg=T) or set or usr_def_zgr )
66!!   namsbc_iscpl    coupling option between land ice model and ocean   (ln_isfcav  =T)
67!!   namsbc_wave     external fields from wave model                    (ln_wave    =T)
68!!   namberg         iceberg floats                                     (ln_icebergs=T)
69!!======================================================================
70!
71!-----------------------------------------------------------------------
72&namsbc        !   Surface Boundary Condition (surface module)          (default: NO selection)
73!-----------------------------------------------------------------------
74   ln_usr      = .true.   !  user defined formulation                   (T => check usrdef_sbc)
75   ln_blk      = .false.  !  Bulk formulation                           (T => fill namsbc_blk )
76   nn_fsbc     =  1       !  frequency of surface boundary condition computation
77   nn_ice      =  2       !  sea-ice model
78/
79!-----------------------------------------------------------------------
80&namsbc_sas    !   Stand-Alone Surface module: ocean data               (SAS_SRC  only)
81!-----------------------------------------------------------------------
82   l_sasread   = .false.  !  =T Read in file ;  =F set all to 0. (see sbcssm.F90)
83/
84!!======================================================================
85!!               ***  Lateral boundary condition  ***                 !!
86!!                                                                    !!
87!!   namlbc        lateral momentum boundary condition                  (default: NO selection)
88!!   namagrif      agrif nested grid   (read by child model only)       ("key_agrif")
89!!   nam_tide      Tidal forcing                                        (default: OFF)
90!!   nambdy        Unstructured open boundaries                         (default: OFF)
91!!   nambdy_dta    Unstructured open boundaries - external data         (see  nambdy)
92!!   nambdy_tide   tidal forcing at open boundaries                     (default: OFF)
93!!======================================================================
94!
95!-----------------------------------------------------------------------
96&namlbc        !   lateral momentum boundary condition                  (default: NO selection)
97!-----------------------------------------------------------------------
98   rn_shlat    =    0.     !  free slip
99/
100!-----------------------------------------------------------------------
101&namagrif      !  AGRIF zoom                                            ("key_agrif")
102!-----------------------------------------------------------------------
103/
104!!======================================================================
105!!                ***  Top/Bottom boundary condition  ***             !!
106!!                                                                    !!
107!!   namdrg        top/bottom drag coefficient                          (default: NO selection)
108!!   namdrg_top    top    friction                                      (ln_OFF=F & ln_isfcav=T)
109!!   namdrg_bot    bottom friction                                      (ln_OFF=F)
110!!   nambbc        bottom temperature boundary condition                (default: OFF)
111!!   nambbl        bottom boundary layer scheme                         (default: OFF)
112!!======================================================================
113!
114!-----------------------------------------------------------------------
115&namdrg        !   top/bottom drag coefficient                          (default: NO selection)
116!-----------------------------------------------------------------------
117   ln_OFF     = .true.     !  free-slip       : Cd = 0                 
118/
119!!======================================================================
120!!                        Tracer (T-S) namelists                      !!
121!!                                                                    !!
122!!   nameos        equation of state                                    (default: NO selection)
123!!   namtra_adv    advection scheme                                     (default: NO selection)
124!!   namtra_ldf    lateral diffusion scheme                             (default: NO selection)
125!!   namtra_mle    mixed layer eddy param. (Fox-Kemper param.)          (default: OFF)
126!!   namtra_eiv    eddy induced velocity param.                         (default: OFF)
127!!   namtra_dmp    T & S newtonian damping                              (default: OFF)
128!!======================================================================
129!
130!-----------------------------------------------------------------------
131&nameos        !   ocean Equation Of Seawater                           (default: NO selection)
132!-----------------------------------------------------------------------
133   ln_teos10    = .true.         !  = Use TEOS-10 equation of state
134/
135!-----------------------------------------------------------------------
136&namtra_adv    !   advection scheme for tracer                          (default: NO selection)
137!-----------------------------------------------------------------------
138   ln_traadv_fct =  .true.    !  FCT scheme
139      nn_fct_h   =  4               !  =2/4, horizontal 2nd / 4th order
140      nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order
141/
142!----------------------------------------------------------------------------------
143&namtra_ldf    !   lateral diffusion scheme for tracers                 (default: NO selection)
144!----------------------------------------------------------------------------------
145   ln_traldf_OFF    =  .true.   !    laplacian operator
146/
147!!======================================================================
148!!                      ***  Dynamics namelists  ***                  !!
149!!                                                                    !!
150!!   nam_vvl       vertical coordinate options                          (default: z-star)
151!!   namdyn_adv    formulation of the momentum advection                (default: NO selection)
152!!   namdyn_vor    advection scheme                                     (default: NO selection)
153!!   namdyn_hpg    hydrostatic pressure gradient                        (default: NO selection)
154!!   namdyn_spg    surface pressure gradient                            (default: NO selection)
155!!   namdyn_ldf    lateral diffusion scheme                             (default: NO selection)
156!!   namdta_dyn    offline TOP: dynamics read in files                  (OFF_SRC only)
157!!======================================================================
158!
159!-----------------------------------------------------------------------
160&namdyn_adv    !   formulation of the momentum advection                (default: NO selection)
161!-----------------------------------------------------------------------
162   ln_dynadv_OFF = .true. !  linear dynamics (no momentum advection)
163/
164!-----------------------------------------------------------------------
165&namdyn_hpg    !   Hydrostatic pressure gradient option                 (default: NO selection)
166!-----------------------------------------------------------------------
167   ln_hpg_zco  = .true.   !  z-coordinate - full steps
168/
169!-----------------------------------------------------------------------
170&namdyn_spg    !   surface pressure gradient                            (default: NO selection)
171!-----------------------------------------------------------------------
172   ln_dynspg_ts  = .true.  !  split-explicit free surface
173/
174!-----------------------------------------------------------------------
175&namdyn_ldf    !   lateral diffusion on momentum                        (default: NO selection)
176!-----------------------------------------------------------------------
177   ln_dynldf_OFF = .true.     !  No operator (i.e. no explicit diffusion)
178/
179!!======================================================================
180!!                     vertical physics namelists                     !!
181!!                                                                    !!
182!!    namzdf        vertical physics manager                            (default: NO selection)
183!!    namzdf_ric    richardson number vertical mixing                   (ln_zdfric=T)
184!!    namzdf_tke    TKE vertical mixing                                 (ln_zdftke=T)
185!!    namzdf_gls    GLS vertical mixing                                 (ln_zdfgls=T)
186!!    namzdf_osm    OSM vertical diffusion                              (ln_zdfosm=T)
187!!    namzdf_iwm    tidal mixing parameterization                       (ln_zdfiwm=T)
188!!======================================================================
189!
190!-----------------------------------------------------------------------
191&namzdf        !   vertical physics                                     (default: NO selection)
192!-----------------------------------------------------------------------
193   ln_zdfcst   = .true.       !  constant mixing
194/
195!!======================================================================
196!!                  ***  Diagnostics namelists  ***                   !!
197!!                                                                    !!
198!!   namtrd       dynamics and/or tracer trends                         (default: OFF)
199!!   namptr       Poleward Transport Diagnostics                        (default: OFF)
200!!   namhsb       Heat and salt budgets                                 (default: OFF)
201!!   namdiu       Cool skin and warm layer models                       (default: OFF)
202!!   namdiu       Cool skin and warm layer models                       (default: OFF)
203!!   namflo       float parameters                                      (default: OFF)
204!!   nam_diadct   transports through some sections                      (default: OFF)
205!!   nam_dia25h   25h Mean Output                                       (default: OFF)
206!!   namnc4       netcdf4 chunking and compression settings             ("key_netcdf4")
207!!======================================================================
208!
209!!======================================================================
210!!               ***  Observation & Assimilation  ***                 !!
211!!                                                                    !!
212!!   namobs       observation and model comparison                      (default: OFF)
213!!   nam_asminc   assimilation increments                               ('key_asminc')
214!!======================================================================
215!
216!!======================================================================
217!!                  ***  Miscellaneous namelists  ***                 !!
218!!                                                                    !!
219!!   nammpp            Massively Parallel Processing                    ("key_mpp_mpi")
220!!   namctl            Control prints                                   (default: OFF)
221!!   namsto            Stochastic parametrization of EOS                (default: OFF)
222!!======================================================================
223!
224!-----------------------------------------------------------------------
225&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi")
226!-----------------------------------------------------------------------
227/
228!-----------------------------------------------------------------------
229&namctl        !   Control prints                                       (default: OFF)
230!-----------------------------------------------------------------------
231/
232!-----------------------------------------------------------------------
233&namsto        ! Stochastic parametrization of EOS                      (default: OFF)
234!-----------------------------------------------------------------------
235/
Note: See TracBrowser for help on using the repository browser.