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_r14116_HPC-04_mcastril_Mixed_Precision_implementation_final/tests/DONUT/EXPREF – NEMO

source: NEMO/branches/2020/dev_r14116_HPC-04_mcastril_Mixed_Precision_implementation_final/tests/DONUT/EXPREF/namelist_cfg @ 14644

Last change on this file since 14644 was 14644, checked in by sparonuz, 3 years ago

Merge trunk -r14642:HEAD

File size: 18.2 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO/OPA  BENCH Configuration namelist : overwrite some defaults values defined in SHARED/namelist_ref
3!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
4!
5!-----------------------------------------------------------------------
6&namrun        !   parameters of the run
7!-----------------------------------------------------------------------
8   cn_exp      =   'DONUT' !  experience name
9   nn_it000    =       1   !  first time step
10   nn_itend    =   480  !   96 !   last time step
11/
12!-----------------------------------------------------------------------
13&namctl        !   Control prints                                       (default: OFF)
14!-----------------------------------------------------------------------
15   ln_timing   = .false.   !  timing by routine write out in timing.output file
16/
17!-----------------------------------------------------------------------
18&namdom        !   time and space domain
19!-----------------------------------------------------------------------
20   rn_Dt       =    900.   !  time step for the dynamics (and tracer if nn_acc=0)
21   rn_atfp     =   0.05    !  asselin time filter parameter
22/
23!-----------------------------------------------------------------------
24&namcfg        !   parameters of the configuration                      (default: use namusr_def in namelist_cfg)
25!-----------------------------------------------------------------------
26   ln_read_cfg =  .true.   !  (=T) read the domain configuration file
27      !                    !  (=F) user defined configuration           (F => create/check namusr_def)
28      cn_domcfg = "donut_cfg"  ! domain configuration filename
29/
30!-----------------------------------------------------------------------
31&namtsd        !    Temperature & Salinity Data  (init/dmp)             (default: OFF)
32!-----------------------------------------------------------------------
33   !                       ! =T  read T-S fields for:
34   ln_tsd_init =  .true.         !  ocean initialisation
35   ln_tsd_dmp  = .false.         !  T-S restoring   (see namtra_dmp)
36   
37   cn_dir      = './'      !  root directory for the T-S data location
38   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________!
39   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask !
40   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   !
41   sn_tem = 'donut_istate',  -12      , 'tn',   .true.    , .true. , 'yearly'  ,    ''            ,    ''    ,    ''
42   sn_sal = 'donut_istate',  -12      , 'sn',   .true.    , .true. , 'yearly'  ,    ''            ,    ''    ,    ''
43/
44!!======================================================================
45!!            ***  Surface Boundary Condition namelists  ***          !!
46!!                                                                    !!
47!!   namsbc          surface boundary condition manager                 (default: NO selection)
48!!======================================================================
49!
50!-----------------------------------------------------------------------
51&namsbc        !   Surface Boundary Condition (surface module)
52!-----------------------------------------------------------------------
53  nn_fsbc     = 1         !  frequency of SBC module call
54  ln_usr      = .true.    !  user defined formulation                  (T => check usrdef_sbc)
55  ln_traqsr   = .true.    !  Light penetration in the ocean            (T => fill namtra_qsr)
56  nn_ice      = 2         !  =0 no ice boundary condition
57     !                    !  =1 use observed ice-cover                 (  => fill namsbc_iif )
58     !                    !  =2 or 3 for SI3 and CICE, respectively
59/
60
61!
62!!======================================================================
63!!               ***  Lateral boundary condition  ***                 !!
64!!                                                                    !!
65!!   namlbc        lateral momentum boundary condition                  (default: NO selection)
66!!   namagrif      agrif nested grid   (read by child model only)       ("key_agrif")
67!!   nam_tide      Tidal forcing                                        (default: OFF)
68!!   nambdy        Unstructured open boundaries                         (default: OFF)
69!!   nambdy_dta    Unstructured open boundaries - external data         (see  nambdy)
70!!   nambdy_tide   tidal forcing at open boundaries                     (default: OFF)
71!!======================================================================
72!
73!-----------------------------------------------------------------------
74&namlbc        !   lateral momentum boundary condition                  (default: NO selection)
75!-----------------------------------------------------------------------
76   rn_shlat    =    2.     !  free slip
77/
78!-----------------------------------------------------------------------
79&nambdy        !  unstructured open boundaries                          (default: OFF)
80!-----------------------------------------------------------------------
81   ln_bdy         = .true.    !  Use unstructured open boundaries
82   nb_bdy         = 2         !  number of open boundary sets
83   ln_coords_file = .true.,.true.    !  =T : read bdy coordinates from file
84      cn_coords_file = 'bdy_outer_cfg.nc','bdy_inner_cfg.nc'  !  bdy coordinates files
85   cn_dyn2d    = 'flather','flather'    !
86   nn_dyn2d_dta   =  1,1        !  = 0, bdy data are equal to the initial state
87      !                       !  = 1, bdy data are read in 'bdydata.nc' files
88      !                       !  = 2, use tidal harmonic forcing data from files
89      !                       !  = 3, use external data AND tidal harmonic forcing
90   cn_dyn3d      =  'frs','frs'     !
91   nn_dyn3d_dta  =  1,1         !  = 0, bdy data are equal to the initial state
92   !                          !  = 1, bdy data are read in 'bdydata.nc' files
93   cn_tra        =  'frs','frs'     !
94   nn_tra_dta    =  1,1         !  = 0, bdy data are equal to the initial state
95   !                          !  = 1, bdy data are read in 'bdydata.nc' files
96   cn_ice        =  'frs','frs'     !
97   nn_ice_dta    =  1,1         !  = 0, bdy data are equal to the initial state
98   !                          !  = 1, bdy data are read in 'bdydata.nc' files
99   !
100   nn_rimwidth   = 2,1          !  width of the relaxation zone
101/
102!-----------------------------------------------------------------------
103&nambdy_dta    !  open boundaries - external data                       (see nam_bdy)
104!-----------------------------------------------------------------------
105   ln_full_vel = .true.      !  ???
106
107   cn_dir      = './'    !  root directory for the BDY data location
108   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________!
109   !           !  file name ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask !
110   !           !            !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   !
111   bn_ssh      = 'bdy_outer_dta'  ,  -12        ,   'ssh',    .false.   , .true., 'yearly'  ,    ''            ,   ''     ,     ''
112   bn_u3d      = 'bdy_outer_dta'  ,  -12        ,    'un',    .false.   , .true., 'yearly'  ,    ''            ,   ''     ,     ''
113   bn_v3d      = 'bdy_outer_dta'  ,  -12        ,    'vn',    .false.   , .true., 'yearly'  ,    ''            ,   ''     ,     ''
114   bn_tem      = 'bdy_outer_dta'  ,  -12        ,    'tn',    .false.   , .true., 'yearly'  ,    ''            ,   ''     ,     ''
115   bn_sal      = 'bdy_outer_dta'  ,  -12        ,    'sn',    .false.   , .true., 'yearly'  ,    ''            ,   ''     ,     ''
116!* for si3
117   bn_a_i      = 'bdy_outer_dta'  ,  -12        ,   'a_i',    .false.   , .true., 'yearly'  ,    ''            ,   ''     ,     ''
118   bn_h_i      = 'bdy_outer_dta'  ,  -12        ,   'h_i',    .false.   , .true., 'yearly'  ,    ''            ,   ''     ,     ''
119   bn_h_s      = 'bdy_outer_dta'  ,  -12        ,   'h_s',    .false.   , .true., 'yearly'  ,    ''            ,   ''     ,     ''
120/
121!-----------------------------------------------------------------------
122&nambdy_dta    !  open boundaries - external data                       (see nam_bdy)
123!-----------------------------------------------------------------------
124   ln_full_vel = .true.      !  ???
125
126   cn_dir      = './'    !  root directory for the BDY data location
127   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________!
128   !           !  file name ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask !
129   !           !            !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   !
130   bn_ssh      = 'bdy_inner_dta'  ,  -12        ,   'ssh',    .false.   , .true., 'yearly'  ,    ''            ,   ''     ,     ''
131   bn_u3d      = 'bdy_inner_dta'  ,  -12        ,    'un',    .false.   , .true., 'yearly'  ,    ''            ,   ''     ,     ''
132   bn_v3d      = 'bdy_inner_dta'  ,  -12        ,    'vn',    .false.   , .true., 'yearly'  ,    ''            ,   ''     ,     ''
133   bn_tem      = 'bdy_inner_dta'  ,  -12        ,    'tn',    .false.   , .true., 'yearly'  ,    ''            ,   ''     ,     ''
134   bn_sal      = 'bdy_inner_dta'  ,  -12        ,    'sn',    .false.   , .true., 'yearly'  ,    ''            ,   ''     ,     ''
135!* for si3
136   bn_a_i      = 'bdy_inner_dta'  ,  -12        ,   'a_i',    .false.   , .true., 'yearly'  ,    ''            ,   ''     ,     ''
137   bn_h_i      = 'bdy_inner_dta'  ,  -12        ,   'h_i',    .false.   , .true., 'yearly'  ,    ''            ,   ''     ,     ''
138   bn_h_s      = 'bdy_inner_dta'  ,  -12        ,   'h_s',    .false.   , .true., 'yearly'  ,    ''            ,   ''     ,     ''
139/
140!!======================================================================
141!!                ***  Top/Bottom boundary condition  ***             !!
142!!                                                                    !!
143!!   namdrg        top/bottom drag coefficient                          (default: NO selection)
144!!   namdrg_top    top    friction                                      (ln_OFF =F & ln_isfcav=T)
145!!   namdrg_bot    bottom friction                                      (ln_OFF =F)
146!!   nambbc        bottom temperature boundary condition                (default: OFF)
147!!   nambbl        bottom boundary layer scheme                         (default: OFF)
148!!======================================================================
149!
150!-----------------------------------------------------------------------
151&namtra_qsr    !   penetrative solar radiation                          (ln_traqsr =T)
152!-----------------------------------------------------------------------
153   !                       !  type of penetration                        (default: NO selection)
154   ln_qsr_rgb  = .true.      !  RGB light penetration (Red-Green-Blue)
155   nn_chldta   =      0      !  RGB : Chl data (=1) or cst value (=0)
156/
157!-----------------------------------------------------------------------
158&namdrg        !   top/bottom drag coefficient                          (default: NO selection)
159!-----------------------------------------------------------------------
160   ln_non_lin  = .true.   !  non-linear  drag: Cd = Cd0 |U|
161/
162!-----------------------------------------------------------------------
163&nambbl        !   bottom boundary layer scheme                         (default: OFF)
164!-----------------------------------------------------------------------
165   ln_trabbl   = .true.   !  Bottom Boundary Layer parameterisation flag
166/
167
168!!======================================================================
169!!                        Tracer (T & S) namelists                    !!
170!!                                                                    !!
171!!   nameos        equation of state                                    (default: NO selection)
172!!   namtra_adv    advection scheme                                     (default: NO selection)
173!!   namtra_ldf    lateral diffusion scheme                             (default: NO selection)
174!!   namtra_mle    mixed layer eddy param. (Fox-Kemper param.)          (default: OFF)
175!!   namtra_eiv    eddy induced velocity param.                         (default: OFF)
176!!   namtra_dmp    T & S newtonian damping                              (default: OFF)
177!!======================================================================
178!
179!-----------------------------------------------------------------------
180&nameos        !   ocean Equation Of Seawater                           (default: NO selection)
181!-----------------------------------------------------------------------
182   ln_eos80    = .true.         !  = Use EOS80
183/
184!-----------------------------------------------------------------------
185&namtra_adv    !   advection scheme for tracer                          (default: NO selection)
186!-----------------------------------------------------------------------
187   ln_traadv_fct = .true.  !  FCT scheme
188      nn_fct_h   =  4            !  =2/4, horizontal 2nd / 4th order
189      nn_fct_v   =  2            !  =2/4, vertical   2nd / COMPACT 4th order
190/
191!-----------------------------------------------------------------------
192&namtra_ldf    !   lateral diffusion scheme for tracers                 (default: NO selection)
193!-----------------------------------------------------------------------
194   ln_traldf_blp   = .true.   !    laplacian operator
195   ln_traldf_iso   = .true.   !  iso-neutral (standard operator)
196   !
197   ln_traldf_msc   = .true.   !  Method of Stabilizing Correction      (both operators)
198   nn_aht_ijk_t    = 31       !  space/time variation of eddy coefficient:
199/
200
201!!======================================================================
202!!                      ***  Dynamics namelists  ***                  !!
203!!                                                                    !!
204!!   nam_vvl       vertical coordinate options                          (default: z-star)
205!!   namdyn_adv    formulation of the momentum advection                (default: NO selection)
206!!   namdyn_vor    advection scheme                                     (default: NO selection)
207!!   namdyn_hpg    hydrostatic pressure gradient                        (default: NO selection)
208!!   namdyn_spg    surface pressure gradient                            (default: NO selection)
209!!   namdyn_ldf    lateral diffusion scheme                             (default: NO selection)
210!!   namdta_dyn    offline TOP: dynamics read in files                  (OFF_SRC only)
211!!======================================================================
212!
213!-----------------------------------------------------------------------
214&nam_vvl       !   vertical coordinate options                          (default: z-star)
215!-----------------------------------------------------------------------
216   ln_vvl_zstar  = .true.           !  z-star vertical coordinate
217   ln_vvl_dbg    = .false.          !  debug prints    (T/F)
218/
219!-----------------------------------------------------------------------
220&namdyn_adv    !   formulation of the momentum advection                (default: NO selection)
221!-----------------------------------------------------------------------
222   ln_dynadv_vec = .true. !  vector form (T) or flux form (F)
223      nn_dynkeg     = 1       ! scheme for grad(KE): =0   C2  ;  =1   Hollingsworth correction
224/
225!-----------------------------------------------------------------------
226&namdyn_vor    !   Vorticity / Coriolis scheme                          (default: NO selection)
227!-----------------------------------------------------------------------
228   ln_dynvor_eeT = .true. !  energy conserving scheme (een using e3t)
229/
230!-----------------------------------------------------------------------
231&namdyn_hpg    !   Hydrostatic pressure gradient option                 (default: NO selection)
232!-----------------------------------------------------------------------
233   ln_hpg_sco  = .true.   !  s-coordinate (standard jacobian formulation)
234/
235!-----------------------------------------------------------------------
236&namdyn_spg    !   surface pressure gradient                            (default: NO selection)
237!-----------------------------------------------------------------------
238   ln_dynspg_ts   = .true.   ! split-explicit free surface
239/
240!-----------------------------------------------------------------------
241&namdyn_ldf    !   lateral diffusion on momentum                        (default: NO selection)
242!-----------------------------------------------------------------------
243   ln_dynldf_blp =  .true.    !    laplacian operator
244   ln_dynldf_hor =  .true.    !  horizontal (geopotential)
245   !                       !  Coefficient
246   nn_ahm_ijk_t  = 31           !  space/time variation of eddy coef
247/
248
249!!======================================================================
250!!                     vertical physics namelists                     !!
251!!                                                                    !!
252!!    namzdf        vertical physics manager                            (default: NO selection)
253!!    namzdf_ric    richardson number vertical mixing                   (ln_zdfric=T)
254!!    namzdf_tke    TKE vertical mixing                                 (ln_zdftke=T)
255!!    namzdf_gls    GLS vertical mixing                                 (ln_zdfgls=T)
256!!    namzdf_osm    OSM vertical diffusion                              (ln_zdfosm=T)
257!!    namzdf_iwm    tidal mixing parameterization                       (ln_zdfiwm=T)
258!!======================================================================
259!
260!-----------------------------------------------------------------------
261&namzdf        !   vertical physics                                     (default: NO selection)
262!-----------------------------------------------------------------------
263   ln_zdftke   = .true.       !  Turbulent Kinetic Energy closure       (T =>   fill namzdf_tke)
264   ln_zdfevd   = .true.       !  enhanced vertical diffusion
265/
Note: See TracBrowser for help on using the repository browser.