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/ICE_RHEO/EXPREF – NEMO

source: NEMO/trunk/tests/ICE_RHEO/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: 18.4 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO/OCE  Configuration namelist : overwrite default values defined in SHARED/namelist_ref
3!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
4!!               ICE_RHEO 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_RHEO user defined namelist
21!-----------------------------------------------------------------------
22   rn_dx       =    2000.   ! horizontal resolution in meters
23   rn_dy       =    2000.   ! horizontal resolution in meters
24   ln_corio    =    .false. ! set coriolis=0 (false) or not (true)
25      rn_ppgphi0  =  90.    ! 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_RHEO"  !  experience name
32   nn_it000    =       1      !  first time step
33   nn_itend    =     720     !  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_Dt      = 30.       !  time step for the dynamics and tracer
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/
51!!======================================================================
52!!            ***  Surface Boundary Condition namelists  ***          !!
53!!                                                                    !!
54!!   namsbc          surface boundary condition manager                 (default: NO selection)
55!!   namsbc_flx      flux               formulation                     (ln_flx     =T)
56!!   namsbc_blk      Bulk formulae formulation                          (ln_blk     =T)
57!!   namsbc_cpl      CouPLed            formulation                     ("key_oasis3" )
58!!   namsbc_sas      Stand-Alone Surface module                         (SAS_SRC  only)
59!!   namsbc_iif      Ice-IF: use observed ice cover                     (nn_ice = 1   )
60!!   namtra_qsr      penetrative solar radiation                        (ln_traqsr  =T)
61!!   namsbc_ssr      sea surface restoring term (for T and/or S)        (ln_ssr     =T)
62!!   namsbc_rnf      river runoffs                                      (ln_rnf     =T)
63!!   namsbc_apr      Atmospheric Pressure                               (ln_apr_dyn =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 manager                   (default: NO selection)
70!-----------------------------------------------------------------------
71   ln_usr      = .true.   !  user defined formulation                  (T => check usrdef_sbc)
72   ln_flx      = .false.   !  flux formulation                          (T => fill namsbc_flx )
73   ln_blk      = .false.    !  Bulk formulation                          (T => fill namsbc_blk )
74   nn_fsbc     =  1        !  frequency of surface boundary condition computation
75   nn_ice      =  2        !  sea-ice model
76/
77!-----------------------------------------------------------------------
78&namsbc_blk    !   namsbc_blk  generic Bulk formula          (ln_blk =T)
79!-----------------------------------------------------------------------
80   !                    !  bulk algorithm :
81   ln_NCAR      = .true.    ! "NCAR"      algorithm   (Large and Yeager 2008)
82   ln_COARE_3p0 = .false.   ! "COARE 3.0" algorithm   (Fairall et al. 2003)
83   ln_COARE_3p6 = .false.   ! "COARE 3.6" algorithm   (Edson et al. 2013)
84   ln_ECMWF     = .false.   ! "ECMWF"     algorithm   (IFS cycle 45r1)
85      !
86      rn_zqt      = 10.       !  Air temperature & humidity reference height (m)
87      rn_zu       = 10.       !  Wind vector reference height (m)
88      ln_Cd_L12   = .false.   !  air-ice drags = F(ice conc.) (Lupkes et al. 2012)
89      ln_Cd_L15   = .false.   !  air-ice drags = F(ice conc.) (Lupkes et al. 2015)
90      rn_pfac     = 1.        !  multiplicative factor for precipitation (total & snow)
91      rn_efac     = 1.        !  multiplicative factor for evaporation (0. or 1.)
92
93   cn_dir      = './'      !  root directory for the bulk data location
94   !___________!_________________________!___________________!___________!_____________!________!___________!______________________________________!__________!_______________!
95   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ !       weights filename               ! rotation ! land/sea mask !
96   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                                      ! pairing  !    filename   !
97   sn_wndi     = 'u_10.15JUNE2009_fill'       ,    3.        , 'U_10_MOD',   .true.    , .true. , 'yearly'  , ''                                   , 'Uwnd'   , ''
98   sn_wndj     = 'v_10.15JUNE2009_fill'       ,    3.        , 'V_10_MOD',   .true.    , .true. , 'yearly'  , ''                                   , 'Vwnd'   , ''
99   sn_qsr      = ''                           ,    0.        , 'SWDN_MOD',   .false.   , .true. , 'yearly'  , ''                                   , ''       , ''
100   sn_qlw      = ''                           ,    0.        , 'LWDN_MOD',   .false.   , .true. , 'yearly'  , ''                                   , ''       , ''
101   sn_tair     = ''                           ,    0.        , 'T_10_MOD',   .false.   , .true. , 'yearly'  , ''                                   , ''       , ''
102   sn_humi     = ''                           ,    0.        , 'Q_10_MOD',   .false.   , .true. , 'yearly'  , ''                                   , ''       , ''
103   sn_prec     = ''                           ,    0.        , 'PRC_MOD1',   .false.   , .true. , 'yearly'  , ''                                   , ''       , ''
104   sn_snow     = ''                           ,    0.        , 'SNOW'    ,   .false.   , .true. , 'yearly'  , ''                                   , ''       , ''
105   sn_slp      = ''                           ,    0.        , 'SLP'     ,   .false.   , .true. , 'yearly'  , ''                                   , ''       , ''
106
107/
108!-----------------------------------------------------------------------
109&namsbc_sas    !   Stand-Alone Surface module: ocean data               (SAS_SRC  only)
110!-----------------------------------------------------------------------
111   l_sasread   = .false.  ! =T Read in file ;  =F set all to 0. (see sbcssm.F90)
112/
113!!======================================================================
114!!               ***  Lateral boundary condition  ***                 !!
115!!                                                                    !!
116!!   namlbc        lateral momentum boundary condition                  (default: NO selection)
117!!   namagrif      agrif nested grid   (read by child model only)       ("key_agrif")
118!!   nam_tide      Tidal forcing                                        (default: OFF)
119!!   nambdy        Unstructured open boundaries                         (default: OFF)
120!!   nambdy_dta    Unstructured open boundaries - external data         (see  nambdy)
121!!   nambdy_tide   tidal forcing at open boundaries                     (default: OFF)
122!!======================================================================
123!
124!-----------------------------------------------------------------------
125&namlbc        !   lateral momentum boundary condition                  (default: NO selection)
126!-----------------------------------------------------------------------
127   rn_shlat    =    0.     !  free slip
128/
129!-----------------------------------------------------------------------
130&namagrif      !  AGRIF zoom                                            ("key_agrif")
131!-----------------------------------------------------------------------
132/
133!!======================================================================
134!!                ***  Top/Bottom boundary condition  ***             !!
135!!                                                                    !!
136!!   namdrg        top/bottom drag coefficient                          (default: NO selection)
137!!   namdrg_top    top    friction                                      (ln_drg_OFF=F & ln_isfcav=T)
138!!   namdrg_bot    bottom friction                                      (ln_drg_OFF=F)
139!!   nambbc        bottom temperature boundary condition                (default: OFF)
140!!   nambbl        bottom boundary layer scheme                         (default: OFF)
141!!======================================================================
142!
143!-----------------------------------------------------------------------
144&namdrg        !   top/bottom drag coefficient                          (default: NO selection)
145!-----------------------------------------------------------------------
146   ln_drg_OFF  = .false.   !  free-slip       : Cd = 0                  (F => fill namdrg_bot
147/
148!!======================================================================
149!!                        Tracer (T-S) namelists                      !!
150!!                                                                    !!
151!!   nameos        equation of state                                    (default: NO selection)
152!!   namtra_adv    advection scheme                                     (default: NO selection)
153!!   namtra_ldf    lateral diffusion scheme                             (default: NO selection)
154!!   namtra_mle    mixed layer eddy param. (Fox-Kemper param.)          (default: OFF)
155!!   namtra_eiv    eddy induced velocity param.                         (default: OFF)
156!!   namtra_dmp    T & S newtonian damping                              (default: OFF)
157!!======================================================================
158!
159!-----------------------------------------------------------------------
160&nameos        !   ocean Equation Of Seawater                           (default: NO selection)
161!-----------------------------------------------------------------------
162   ln_teos10   = .true.          !  = Use TEOS-10
163/
164!-----------------------------------------------------------------------
165&namtra_adv    !   advection scheme for tracer                          (default: NO selection)
166!-----------------------------------------------------------------------
167   ln_traadv_fct =  .true.    !  FCT scheme
168      nn_fct_h   =  4               !  =2/4, horizontal 2nd / 4th order
169      nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order
170/
171!----------------------------------------------------------------------------------
172&namtra_ldf    !   lateral diffusion scheme for tracers                 (default: NO selection)
173!----------------------------------------------------------------------------------
174   ln_traldf_OFF    =  .true.   !    laplacian operator
175/
176!!======================================================================
177!!                      ***  Dynamics namelists  ***                  !!
178!!                                                                    !!
179!!   nam_vvl       vertical coordinate options                          (default: z-star)
180!!   namdyn_adv    formulation of the momentum advection                (default: NO selection)
181!!   namdyn_vor    advection scheme                                     (default: NO selection)
182!!   namdyn_hpg    hydrostatic pressure gradient                        (default: NO selection)
183!!   namdyn_spg    surface pressure gradient                            (default: NO selection)
184!!   namdyn_ldf    lateral diffusion scheme                             (default: NO selection)
185!!   namdta_dyn    offline TOP: dynamics read in files                  (OFF_SRC only)
186!!======================================================================
187!
188!-----------------------------------------------------------------------
189&namdyn_adv    !   formulation of the momentum advection                (default: NO selection)
190!-----------------------------------------------------------------------
191   ln_dynadv_OFF = .true. !  linear dynamics (no momentum advection)
192/
193!-----------------------------------------------------------------------
194&namdyn_hpg    !   Hydrostatic pressure gradient option                 (default: NO selection)
195!-----------------------------------------------------------------------
196   ln_hpg_zco  = .true.   !  z-coordinate - full steps
197/
198!-----------------------------------------------------------------------
199&namdyn_spg    !   surface pressure gradient                            (default: NO selection)
200!-----------------------------------------------------------------------
201   ln_dynspg_ts  = .true.  !  split-explicit free surface
202/
203!-----------------------------------------------------------------------
204&namdyn_ldf    !   lateral diffusion on momentum                        (default: NO selection)
205!-----------------------------------------------------------------------
206   ln_dynldf_OFF = .true.     !  No operator (i.e. no explicit diffusion)
207/
208!!======================================================================
209!!                     vertical physics namelists                     !!
210!!                                                                    !!
211!!    namzdf        vertical physics manager                            (default: NO selection)
212!!    namzdf_ric    richardson number vertical mixing                   (ln_zdfric=T)
213!!    namzdf_tke    TKE vertical mixing                                 (ln_zdftke=T)
214!!    namzdf_gls    GLS vertical mixing                                 (ln_zdfgls=T)
215!!    namzdf_osm    OSM vertical diffusion                              (ln_zdfosm=T)
216!!    namzdf_iwm    tidal mixing parameterization                       (ln_zdfiwm=T)
217!!======================================================================
218!
219!-----------------------------------------------------------------------
220&namzdf        !   vertical physics manager                             (default: NO selection)
221!-----------------------------------------------------------------------
222   ln_zdfcst   = .true.       !  constant mixing
223/
224!!======================================================================
225!!                  ***  Diagnostics namelists  ***                   !!
226!!                                                                    !!
227!!   namtrd       dynamics and/or tracer trends                         (default: OFF)
228!!   namhsb       Heat and salt budgets                                 (default: OFF)
229!!   namdiu       Cool skin and warm layer models                       (default: OFF)
230!!   namdiu       Cool skin and warm layer models                       (default: OFF)
231!!   namflo       float parameters                                      (default: OFF)
232!!   nam_diadct   transports through some sections                      (default: OFF)
233!!   nam_dia25h   25h Mean Output                                       (default: OFF)
234!!   namnc4       netcdf4 chunking and compression settings             ("key_netcdf4")
235!!======================================================================
236!
237!!======================================================================
238!!               ***  Observation & Assimilation  ***                 !!
239!!                                                                    !!
240!!   namobs       observation and model comparison                      (default: OFF)
241!!   nam_asminc   assimilation increments                               ('key_asminc')
242!!======================================================================
243!
244!!======================================================================
245!!                  ***  Miscellaneous namelists  ***                 !!
246!!                                                                    !!
247!!   nammpp            Massively Parallel Processing
248!!   namctl            Control prints                                   (default: OFF)
249!!   namsto            Stochastic parametrization of EOS                (default: OFF)
250!!======================================================================
251!
252!-----------------------------------------------------------------------
253&nammpp        !   Massively Parallel Processing
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.