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.template in NEMO/branches/UKMO/AMM15_v3_6_STABLE_new_ersem/NEMOGCM/CONFIG/AMM7_FABM_ERSEM/EXP04 – NEMO

source: NEMO/branches/UKMO/AMM15_v3_6_STABLE_new_ersem/NEMOGCM/CONFIG/AMM7_FABM_ERSEM/EXP04/namelist.template @ 15814

Last change on this file since 15814 was 15480, checked in by jcastill, 3 years ago

Changes as in the git branch NEMO-FABMv1-ERSEM

File size: 33.1 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO/OPA  : AMM7configuration namelist used to overwrite defaults values defined in SHARED/namelist_ref
3!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
4!-----------------------------------------------------------------------
5&namrun        !   parameters of the run
6!-----------------------------------------------------------------------
7   nn_no       =       0   !  job number (no more used...)
8   cn_exp      =  "amm7"  !  experience name
9   nn_it000 = __N0__
10   nn_itend = __NEND__
11   nn_date0 = __DATE0__
12   nn_rstctl = __RST__ !  restart control = 0 nit000 is not compared to the restart file value
13                 !                  = 1 use ndate0 in namelist (not the value in the restart file)
14                 !                  = 2 calendar parameters read in the restart file
15   nn_leapy    =       1   !  Leap year calendar (1) or not (0)
16   ln_rstart   =   .true.
17   cn_ocerst_in   = "restart"   !  suffix of ocean restart name (input)
18   cn_ocerst_out  = "restart"   !  suffix of ocean restart name (output)
19   cn_ocerst_indir   = "./"   !  directory of ocean restart name (input)
20   cn_ocerst_outdir  = "./"   !  directory of ocean restart name (output)
21   nn_istate   =     0     !  output the initial state (1) or not (0)
22   nn_stock = 105120
23   nn_write = 105120
24   ln_dimgnnn  = .false.   !  DIMG file format: 1 file for all processors (F) or by processor (T)
25   ln_mskland  = .false.   !  mask land points in NetCDF outputs (costly: + ~15%)
26   ln_clobber  = .true.    !  clobber (overwrite) an existing file
27   nn_chunksz  =       0   !  chunksize (bytes) for NetCDF file (works only with iom_nf90 routines)
28   nn_euler    = __EULER__ !  =0 start with forward time step or not (=1)
29/
30!-----------------------------------------------------------------------
31&namcfg        !   parameters of the configuration
32!-----------------------------------------------------------------------
33/
34!-----------------------------------------------------------------------
35&namzgr        !   vertical coordinate
36!-----------------------------------------------------------------------
37/
38!-----------------------------------------------------------------------
39&namzgr_sco    !   s-coordinate or hybrid z-s-coordinate
40!-----------------------------------------------------------------------
41/
42!-----------------------------------------------------------------------
43&namdom        !   space and time domain (bathymetry, mesh, timestep)
44!-----------------------------------------------------------------------
45   rn_atfp     =    0.1    !  asselin time filter parameter
46   nn_msh      =    0      !  create (=1) a mesh file or not (=0)
47   ppa0        =    999999.0
48   ppa1        =    999999.0
49   ppa2        =    999999.0
50   ppacr       =    9.0
51   ppacr2      =    999999.0
52   ppdzmin     =    6.0
53   ppe1_deg    =    999999.0
54   ppe1_m      =    999999.0
55   ppe2_deg    =    999999.0
56   ppe2_m      =    999999.0
57   ppglam0     =    999999.0
58   ppgphi0     =    999999.
59   pphmax      =    5720.0
60   ppkth       =    23.563
61   ppkth2      =    999999.0
62   ppsur       =    999999.0
63/
64!-----------------------------------------------------------------------
65&namsplit      !   time splitting parameters                            ("key_
66!-----------------------------------------------------------------------
67/
68!-----------------------------------------------------------------------
69&namcrs        !   Grid coarsening for dynamics output and/or
70               !   passive tracer coarsened online simulations
71!-----------------------------------------------------------------------
72/
73!-----------------------------------------------------------------------
74&namtsd    !   data : Temperature  & Salinity
75!-----------------------------------------------------------------------
76! file name ! frequency (hours)    ! variable ! time interp. ! clim  !'yearly' or ! weights  ! rotation !
77!          !           !  (if <0  months)     !   name   !  (logical)   ! (T/F) ! 'monthly'  ! filename ! pairing  !
78   sn_tem  = 'inits.nc', -1,'tb',  .true.  , .true., 'yearly'   , ' '      , ' '
79   sn_sal  = 'inits.nc', -1,'sb',  .true.  , .true., 'yearly'   , ''       , ' '
80!
81   cn_dir        = './'     !  root directory for the location of the runoff files
82   ln_tsd_init   = .false.  !  Initialisation of ocean T & S with T &S input data (T) or not (F)
83   ln_tsd_tradmp = .false.   !  damping of ocean T & S toward T &S input data (T) or not (F)
84/
85!-----------------------------------------------------------------------
86&namsbc        !   Surface Boundary Condition (surface module)
87!-----------------------------------------------------------------------
88   nn_fsbc     = 1         !  frequency of surface boundary condition computation
89                           !     (also = the frequency of sea-ice model call)
90   ln_ana      = .false.   !  analytical formulation                    (T => fill namsbc_ana )
91   ln_flx      = .false.   !  flux formulation                          (T => fill namsbc_flx )
92   ln_blk_clio = .false.   !  CLIO bulk formulation                     (T => fill namsbc_clio)
93   ln_blk_core = .true.    !  CORE bulk formulation                     (T => fill namsbc_core)
94   ln_blk_mfs  = .false.   !  MFS bulk formulation                      (T => fill namsbc_mfs )
95!  ln_cpl      = .false.   !  Coupled formulation                       (T => fill namsbc_cpl )
96   ln_apr_dyn  = .true.    !  Patm gradient added in ocean & ice Eqs.   (T => fill namsbc_apr )
97   nn_ice      = 0         !  =0 no ice boundary condition   ,
98                           !  =1 use observed ice-cover      ,
99                           !  =2 ice-model used                         ("key_lim3" or "key_lim2)
100!  nn_ice_embd = 1         !  =0 levitating ice (no mass exchange, concentration/dilution effect)
101                           !  =1 levitating ice with mass and salt exchange but no presure effect
102                           !  =2 embedded sea-ice (full salt and mass exchanges and pressure)
103   ln_dm2dc    = .false.   !  daily mean to diurnal cycle on short wave
104   ln_rnf      = .true.     !  runoffs                                   (T => fill namsbc_rnf)
105   ln_ssr      = .false.    !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr)
106   nn_fwb      = 0         !  FreshWater Budget: =0 unchecked
107                           !     =1 global mean of e-p-r set to zero at each time step
108                           !     =2 annual global mean of e-p-r set to zero
109                           !     =3 global emp set to zero and spread out over erp area
110!  ln_wave = .false.       !  Activate coupling with wave (either Stokes Drift or Drag coefficient, or both)  (T => fill namsbc_wave)
111!  ln_cdgw = .false.       !  Neutral drag coefficient read from wave model (T => fill namsbc_wave)
112!  ln_sdw  = .false.       !  Computation of 3D stokes drift                (T => fill namsbc_wave)
113   nn_lsm  = 10             !  =0 land/sea mask for input fields is not applied (keep empty land/sea mask filename field) ,
114                           !  =1:n number of iterations of land/sea mask application for input fields (fill land/sea mask filename field)
115!  cn_iceflx = 'linear'    !  redistribution of solar input into ice categories during coupling ice/atm.
116/
117!-----------------------------------------------------------------------
118&namsbc_ana    !   analytical surface boundary condition
119!-----------------------------------------------------------------------
120   nn_tau000   =   0       !  gently increase the stress over the first ntau_rst time-steps
121   rn_utau0    =   0.e0    !  uniform value for the i-stress
122   rn_vtau0    =   0.e0    !  uniform value for the j-stress
123   rn_qns0     =   0.e0    !  uniform value for the total heat flux
124   rn_qsr0     =   0.e0    !  uniform value for the solar radiation
125   rn_emp0     =   0.e0    !  uniform value for the freswater budget (E-P)
126/
127!-----------------------------------------------------------------------
128&namsbc_flx    !   surface boundary condition : flux formulation
129!-----------------------------------------------------------------------
130/
131!-----------------------------------------------------------------------
132&namsbc_clio   !   namsbc_clio  CLIO bulk formulae
133!-----------------------------------------------------------------------
134/
135!-----------------------------------------------------------------------
136&namsbc_core   !   namsbc_core  CORE bulk formulae
137!-----------------------------------------------------------------------
138!-----------------------------------------------------------------------
139!  !  file name       ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation !
140!  !                  !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  !
141cn_dir='./fluxes/'
142ln_taudif=.false.
143rn_pfac=1.0
144rn_vfac=1.
145rn_zqt=2.
146rn_zu=10.
147sn_humi='CUT_ERAI_INCLUDE_MSLP',3,'Q2',.true.,.false.,'daily','weights_erai_amm7_bicubic.nc','','CUT_ERAI_LSM.nc'
148sn_prec='CUT_ERAI_INCLUDE_MSLP',3,'TP',.true.,.false.,'daily','weights_erai_amm7_bicubic.nc','','CUT_ERAI_LSM.nc'
149sn_qlw='CUT_ERAI_INCLUDE_MSLP',3,'STRD',.true.,.false.,'daily','weights_erai_amm7_bicubic.nc','','CUT_ERAI_LSM.nc'
150sn_qsr='CUT_ERAI_INCLUDE_MSLP',3,'SSRD',.true.,.false.,'daily','weights_erai_amm7_bicubic.nc','','CUT_ERAI_LSM.nc'
151sn_snow='CUT_ERAI_INCLUDE_MSLP',3,'SF',.true.,.false.,'daily','weights_erai_amm7_bicubic.nc','','CUT_ERAI_LSM.nc'
152sn_tair='CUT_ERAI_INCLUDE_MSLP',3,'T2',.true.,.false.,'daily','weights_erai_amm7_bicubic.nc','','CUT_ERAI_LSM.nc'
153sn_wndi='CUT_ERAI_INCLUDE_MSLP',3,'U10',.true.,.false.,'daily','weights_erai_amm7_bicubic.nc','Uwnd','CUT_ERAI_LSM.nc'
154sn_wndj='CUT_ERAI_INCLUDE_MSLP',3,'V10',.true.,.false.,'daily','weights_erai_amm7_bicubic.nc','Vwnd','CUT_ERAI_LSM.nc'
155!  sn_wndi     = 'met'             ,       6          , 'U10'     ,   .true.     , .false. , 'yearly'  ,'ERA_INT_AMM7_bilin' , ''  , ' '
156!  sn_wndj     = 'met'             ,       6          , 'V10'     ,   .true.     , .false. , 'yearly'  ,'ERA_INT_AMM7_bilin' , ''  , ' '
157!  sn_qsr      = 'ssrd24'          ,      24          , 'SSRD'    ,   .false.    , .false. , 'yearly'  ,'ERA_INT_AMM7_bilin', ''  , ' '
158!  sn_qlw      = 'strd'            ,       3          , 'STRD'    ,   .true.     , .false. , 'yearly'  ,'ERA_INT_AMM7_bilin', ''  , ' '
159!  sn_tair     = 'met'             ,       6          , 'T2'      ,   .true.     , .false. , 'yearly'  ,'ERA_INT_AMM7_bilin', ''  , ' '
160!  sn_humi     = 'met'             ,       6          , 'Q2'      ,   .true.     , .false. , 'yearly'  ,'ERA_INT_AMM7_bilin', ''  , ' '
161!  sn_prec     = 'flx'             ,       3          , 'TP'      ,   .true.     , .false. , 'yearly'  ,'ERA_INT_AMM7_bilin', ''  , ' '
162!  sn_snow     = 'flx'             ,       3          , 'SF'      ,   .true.     , .false. , 'yearly'  ,'ERA_INT_AMM7_bilin', ''  , ' '
163   cn_dir      = './fluxes/'      !  root directory for the location of the bulk files
164   ln_taudif   = .false.   !  HF tau contribution: use "mean of stress module - module of the mean stress" data
165   rn_zqt      = 2.        !  Air temperature and humidity reference height (m) (ln_bulk2z)
166   rn_zu       = 10.        !  Wind vector reference height (m)                  (ln_bulk2z)
167   rn_pfac     = 1.        !  multiplicative factor for precipitation (total & snow)
168   rn_efac     = 1.        !  multiplicative factor for evaporation (0. or 1.)
169   rn_vfac     = 0.        !  multiplicative factor for ocean/ice velocity
170                           !  in the calculation of the wind stress (0.=absolute winds or 1.=relative winds)
171/
172!-----------------------------------------------------------------------
173&namsbc_mfs   !   namsbc_mfs  MFS bulk formulae
174!-----------------------------------------------------------------------
175/
176!-----------------------------------------------------------------------
177&namsbc_cpl    !   coupled ocean/atmosphere model                       ("key_coupled")
178!-----------------------------------------------------------------------
179/
180!-----------------------------------------------------------------------
181&namtra_qsr    !   penetrative solar radiation
182!-----------------------------------------------------------------------
183!              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask !
184!              !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      !
185   sn_kd490    =  'kd490'    ,       -1         , 'kd_490'   ,   .true.     , .true. , 'yearly'  , ''       , ''       , ''
186   cn_dir      = './'      !  root directory for the location of the runoff files
187   ln_traqsr   = .true.    !  Light penetration (T) or not (F)
188   ln_qsr_rgb  = .false.   !  RGB (Red-Green-Blue) light penetration
189   nn_chldta   =   0       !  RGB : Chl data (=1) or cst value (=0)
190   rn_abs      =   0.58    !  RGB & 2 bands: fraction of light (rn_si1)
191   rn_si0      =   0.35    !  RGB & 2 bands: shortess depth of extinction
192   nn_kd490dta =   1       !  read in KD490 data from file
193/
194!-----------------------------------------------------------------------
195&namsbc_rnf    !   runoffs namelist surface boundary condition
196!-----------------------------------------------------------------------
197/
198!-----------------------------------------------------------------------
199&namsbc_apr    !   Atmospheric pressure used as ocean forcing or in bulk
200!-----------------------------------------------------------------------
201! !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask !
202! !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      !
203!  sn_apr     = 'met'      ,       6          , 'MSL'     ,   .true.     , .false. , 'yearly'  ,'ERA_INT_AMM7_bilin' , '' , ' '
204   sn_apr='CUT_ERAI_INCLUDE_MSLP',3,'MSL',.true.,.false.,'daily','weights_erai_amm7_bicubic.nc','','CUT_ERAI_LSM.nc'
205   cn_dir     = 'fluxes/'         !  root directory for the location of the bulk files
206   ln_ref_apr = .false.           !  ref. pressure: global mean Patm (T) or a constant (F)
207   ln_apr_obc = .true.       !  inverse barometer added to OBC ssh data
208/
209!-----------------------------------------------------------------------
210&namsbc_ssr    !   surface boundary condition : sea surface restoring
211!-----------------------------------------------------------------------
212/
213!-----------------------------------------------------------------------
214&namsbc_alb    !   albedo parameters
215!-----------------------------------------------------------------------
216/
217!-----------------------------------------------------------------------
218&namberg       !   iceberg parameters
219!-----------------------------------------------------------------------
220/
221!-----------------------------------------------------------------------
222&namlbc        !   lateral momentum boundary condition
223!-----------------------------------------------------------------------
224/
225!-----------------------------------------------------------------------
226&namcla        !   cross land advection
227!-----------------------------------------------------------------------
228/
229!-----------------------------------------------------------------------
230&namobc        !   open boundaries parameters                           ("key_obc")
231!-----------------------------------------------------------------------
232/
233!-----------------------------------------------------------------------
234&namagrif      !  AGRIF zoom                                            ("key_agrif")
235!-----------------------------------------------------------------------
236/
237!-----------------------------------------------------------------------
238&nam_tide      !   tide parameters (#ifdef key_tide)
239!-----------------------------------------------------------------------
240   ln_tide_pot   = .true.   !  use tidal potential forcing
241   ln_tide_ramp  = .false.
242   rdttideramp   =   0.0
243   clname(1)     =   'Q1'   !  name of constituent
244   clname(2)     =   'O1'
245   clname(3)     =   'P1'
246   clname(4)     =   'S1'
247   clname(5)     =   'K1'
248   clname(6)     =   '2N2'
249   clname(7)     =   'MU2'
250   clname(8)     =   'N2'
251   clname(9)     =   'NU2'
252   clname(10)    =   'M2'
253   clname(11)    =   'L2'
254   clname(12)    =   'T2'
255   clname(13)    =   'S2'
256   clname(14)    =   'K2'
257   clname(15)    =   'M4'
258/
259!-----------------------------------------------------------------------
260&nam_diaharm   !   Harmonic analysis of tidal constituents ('key_diaharm')
261!-----------------------------------------------------------------------
262   nit000_han = 1      ! 105121  ! First time step used for harmonic analysis
263   nitend_han = 12 ! 105120 ! 210528  ! Last time step used for harmonic analysis
264   nstep_han  = 12        ! Time step frequency for harmonic analysis
265   tname(1)     =   'O1'  !  name of constituent
266   tname(2)     =   'P1'
267   tname(3)     =   'K1'
268   tname(4)     =   'N2'
269   tname(5)     =   'M2'
270   tname(6)     =   'S2'
271   tname(7)     =   'K2'
272/
273!-----------------------------------------------------------------------
274&nam_diatmb    !   Output Top, Middle, Bottom Diagnostics
275!-----------------------------------------------------------------------
276    ln_diatmb   = .false.
277/
278!-----------------------------------------------------------------------
279&nam_dia25h    !   Output 25 hour mean diagnostics
280!-----------------------------------------------------------------------
281    ln_dia25h   = .true.
282/
283!!-----------------------------------------------------------------------
284&nambdy        !  unstructured open boundaries                          ("key_bdy")
285!!-----------------------------------------------------------------------
286    nb_bdy         = 2                    !  number of open boundary sets
287    ln_coords_file = .true.,.true.        !  =T : read bdy coordinates from file
288    cn_coords_file = 'coordinates.bdy.nc','coordinates.skagbdy.nc' !  bdy coordinates files
289    ln_mask_file   = .false.              !  =T : read mask from file
290    cn_mask_file   = ''                   !  name of mask file (if ln_mask_file=.TRUE.)
291    cn_dyn2d       = 'flather','flather'     !
292    nn_dyn2d_dta   =  3,1                 !  = 0, bdy data are equal to the initial state
293                                          !  = 1, bdy data are read in 'bdydata   .nc' files
294                                          !  = 2, use tidal harmonic forcing data from files
295                                          !  = 3, use external data AND tidal harmonic forcing
296    cn_dyn3d      =  'zerograd','zerograd'        !
297    nn_dyn3d_dta  =  0,0                  !  = 0, bdy data are equal to the initial state
298                                          !  = 1, bdy data are read in 'bdydata   .nc' files
299    cn_tra        =  'frs','frs'         !
300    nn_tra_dta    =  1,1                  !  = 0, bdy data are equal to the initial state
301                                          !  = 1, bdy data are read in 'bdydata   .nc' files
302    cn_ice_lim      =  'none','none'      !
303    nn_ice_lim_dta  =  0,0                !  = 0, bdy data are equal to the initial state
304                                          !  = 1, bdy data are read in 'bdydata   .nc' files
305    rn_ice_tem      = 270.                !  lim3 only: arbitrary temperature of incoming sea ice
306    rn_ice_sal      = 10.                 !  lim3 only:      --   salinity           --
307    rn_ice_age      = 30.                 !  lim3 only:      --   age                --
308
309    ln_tra_dmp    =.false.                !  open boudaries conditions for tracers
310    ln_dyn3d_dmp  =.false.                !  open boundary condition for baroclinic velocities
311    rn_time_dmp   =  8.,8.                   ! Damping time scale in days
312    rn_time_dmp_out =  64.,64.                 ! Outflow damping time scale
313    nn_rimwidth   = 10,10                 !  width of the relaxation zone
314    ln_vol        = .false.                !  total volume correction (see nn_volctl parameter)
315    nn_volctl     = 1                     !  = 0, the total water flux across open boundaries is zero
316/
317!-----------------------------------------------------------------------
318&nambdy_dta      !  open boundaries - external data           ("key_bdy")
319!-----------------------------------------------------------------------
320!          !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask !
321!          !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      !
322   bn_ssh =     'amm7_bt_bdyT'  ,         24        , 'detrended_sossheig' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''  , ' '
323   bn_u2d =     'amm7_bt_bdyU'  ,         24        , 'vobtcrtx' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''   ,   ''
324   bn_v2d =     'amm7_bt_bdyV'  ,         24        , 'vobtcrty' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''   ,   ''
325   bn_u3d  =    'amm7_bdyU'     ,         24        , 'vozocrtx' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''   ,   ''
326   bn_v3d  =    'amm7_bdyV'     ,         24        , 'vomecrty' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''   ,   ''
327   bn_tem  =    'amm7_bdyT'     ,         24        , 'votemper' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''   ,   ''
328   bn_sal  =    'amm7_bdyT'     ,         24        , 'vosaline' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''   ,   ''
329   cn_dir  =    'bdy/'
330   ln_full_vel = .false.
331/
332!-----------------------------------------------------------------------
333&nambdy_dta      !  open boundaries - external data           ("key_bdy")
334!-----------------------------------------------------------------------
335!              !   file name    ! frequency (hours) !  variable  ! time interpol. !  clim   ! 'yearly'/ ! weights  ! rotation
336!              !                !  (if <0  months)  !    name    !    (logical)   !  (T/F)  ! 'monthly' ! filename ! pairing
337   bn_ssh =     'amm7skag_bt_bdyT'  ,      24     , 'sossheig' ,     .true.     , __LCLIM__ ,  'daily'  ,    ''    ,   ''   ,  ''
338   bn_u2d =     'amm7skag_bt_bdyU'  ,      24     , 'vobtcrtx' ,     .true.     , __LCLIM__ ,  'daily'  ,    ''    ,   ''   ,  ''
339   bn_v2d =     'amm7skag_bt_bdyV'  ,      24     , 'vobtcrty' ,     .true.     , __LCLIM__ ,  'daily'  ,    ''    ,   ''   ,  ''
340   bn_u3d  =    'amm7skag_bdyU'     ,      24     , 'vozocrtx' ,     .true.     , __LCLIM__ ,  'daily'  ,    ''    ,   ''   ,  ''
341   bn_v3d  =    'amm7skag_bdyV'     ,      24     , 'vomecrty' ,     .true.     , __LCLIM__ ,  'daily'  ,    ''    ,   ''   ,  ''
342   bn_tem  =    'amm7skag_bdyT'     ,      24     , 'votemper' ,     .true.     , __LCLIM__ ,  'daily'  ,    ''    ,   ''   ,  ''
343   bn_sal  =    'amm7skag_bdyT'     ,      24     , 'vosaline' ,     .true.     , __LCLIM__ ,  'daily'  ,    ''    ,   ''   ,  ''
344   cn_dir  =    'bdy/'
345   ln_full_vel = .false.
346/
347!-----------------------------------------------------------------------
348&nambdy_tide     ! tidal forcing at open boundaries
349!-----------------------------------------------------------------------
350   filtide      = 'bdy/amm7_bdytide_'      !  file name root of tidal forcing files
351/
352!-----------------------------------------------------------------------
353&nambfr        !   bottom friction
354!-----------------------------------------------------------------------
355  ln_bfr2d    = .false.
356  ln_bfrimp   = .true.
357  ln_loglayer = .true.
358  nn_bfr      = 2
359  rn_bfeb2    = 0.0
360  rn_bfri1    = 4.0e-4
361  rn_bfri2    = 1.0e-3
362  rn_bfrz0    = 0.003
363/
364!-----------------------------------------------------------------------
365&nambbc        !   bottom temperature boundary condition
366!-----------------------------------------------------------------------
367/
368!-----------------------------------------------------------------------
369&nambbl        !   bottom boundary layer scheme
370!-----------------------------------------------------------------------
371/
372!-----------------------------------------------------------------------
373&nameos        !   ocean physical parameters
374!-----------------------------------------------------------------------
375/
376!-----------------------------------------------------------------------
377&namtra_adv    !   advection scheme for tracer
378!-----------------------------------------------------------------------
379/
380!-----------------------------------------------------------------------
381&namtra_adv_mle !  mixed layer eddy parametrisation (Fox-Kemper param)
382!-----------------------------------------------------------------------
383/
384!----------------------------------------------------------------------------------
385&namtra_ldf    !   lateral diffusion scheme for tracers
386!----------------------------------------------------------------------------------
387/
388!-----------------------------------------------------------------------
389&namtra_dmp    !   tracer: T & S newtonian damping
390!-----------------------------------------------------------------------
391/
392!-----------------------------------------------------------------------
393&namdyn_adv    !   formulation of the momentum advection
394!-----------------------------------------------------------------------
395/
396!-----------------------------------------------------------------------
397&namdyn_vor    !   option of physics/algorithm (not control by CPP keys)
398!-----------------------------------------------------------------------
399/
400!-----------------------------------------------------------------------
401&namdyn_hpg    !   Hydrostatic pressure gradient option
402!-----------------------------------------------------------------------
403/
404!-----------------------------------------------------------------------
405!namdyn_spg    !   surface pressure gradient   (CPP key only)
406!-----------------------------------------------------------------------
407!                          !  explicit free surface                     ("key_dynspg_exp")
408!                          !  filtered free surface                     ("key_dynspg_flt")
409!                          !  split-explicit free surface               ("key_dynspg_ts")
410!-----------------------------------------------------------------------
411&namdyn_ldf    !   lateral diffusion on momentum
412!-----------------------------------------------------------------------
413/
414!-----------------------------------------------------------------------
415&namzdf        !   vertical physics
416!-----------------------------------------------------------------------
417   rn_avm0     =  0.1e-6   !  vertical eddy viscosity   [m2/s]          (background Kz if not "key_zdfcst")
418   rn_avt0     =  0.1e-6   !  vertical eddy diffusivity [m2/s]          (background Kz if not "key_zdfcst")
419   nn_avb      =    0      !  profile for background avt & avm (=1) or not (=0)
420   nn_havtb    =    0      !  horizontal shape for avtb (=1) or not (=0)
421   ln_zdfevd   = .false.   !  enhanced vertical diffusion (evd) (T) or not (F)
422   nn_evdm     =    1      !  evd apply on tracer (=0) or on tracer and momentum (=1)
423   rn_avevd    =  100.     !  evd mixing coefficient [m2/s]
424   ln_zdfnpc   = .false.   !  Non-Penetrative Convective algorithm (T) or not (F)
425   nn_npc      =    1            !  frequency of application of npc
426   nn_npcp     =  365            !  npc control print frequency
427   ln_zdfexp   = .false.   !  time-stepping: split-explicit (T) or implicit (F) time stepping
428   nn_zdfexp   =    3            !  number of sub-timestep for ln_zdfexp=T
429/
430!-----------------------------------------------------------------------
431&namzdf_ric    !   richardson number dependent vertical diffusion       ("key_zdfric" )
432!-----------------------------------------------------------------------
433/
434!-----------------------------------------------------------------------
435&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  ("key_zdftke")
436!-----------------------------------------------------------------------
437/
438!------------------------------------------------------------------------
439&namzdf_kpp    !   K-Profile Parameterization dependent vertical mixing  ("key_zdfkpp", and optionally:
440!------------------------------------------------------------------------ "key_kppcustom" or "key_kpplktb")
441/
442!-----------------------------------------------------------------------
443&namzdf_gls                !   GLS vertical diffusion                   ("key_zdfgls")
444!-----------------------------------------------------------------------
445   ln_length_lim    = .true.
446   ln_sigpsi        = .true.
447   nn_bc_bot        = 1
448   nn_bc_surf       = 1
449   nn_clos          = 1
450   nn_stab_func     = 2
451   nn_z0_met        = 1
452   rn_charn         = 100000.0
453   rn_clim_galp     = 0.267
454   rn_crban         = 100.0
455   rn_emin          = 1.0e-6
456   rn_epsmin        = 1.0e-12
457   rn_frac_hs       = 1.3
458   rn_hsro          = 0.003
459/
460!-----------------------------------------------------------------------
461&namzdf_ddm    !   double diffusive mixing parameterization             ("key_zdfddm")
462!-----------------------------------------------------------------------
463/
464!-----------------------------------------------------------------------
465&namzdf_tmx    !   tidal mixing parameterization                        ("key_zdftmx")
466!-----------------------------------------------------------------------
467/
468!-----------------------------------------------------------------------
469&namsol        !   elliptic solver / island / free surface
470!-----------------------------------------------------------------------
471/
472!-----------------------------------------------------------------------
473&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi)
474!-----------------------------------------------------------------------
475   cn_mpi_send =  'I'      !  mpi send/recieve type   ='S', 'B', or 'I' for standard send,
476                           !  buffer blocking send or immediate non-blocking sends, resp.
477   nn_buffer   =   0       !  size in bytes of exported buffer ('B' case), 0 no exportation
478   ln_nnogather=  .false.  !  activate code to avoid mpi_allgather use at the northfold
479   jpni        =  -1       !  jpni   number of processors following i (set automatically if < 1)
480   jpnj        =  -1       !  jpnj   number of processors following j (set automatically if < 1)
481   jpnij       =  -1      !  jpnij  number of local domains (set automatically if < 1)
482/
483!-----------------------------------------------------------------------
484&namctl        !   Control prints & Benchmark
485!-----------------------------------------------------------------------
486/
487!-----------------------------------------------------------------------
488&namnc4        !   netcdf4 chunking and compression settings            ("key_netcdf4")
489!-----------------------------------------------------------------------
490   nn_nchunks_i=   16       !  number of chunks in i-dimension
491   nn_nchunks_j=   16       !  number of chunks in j-dimension
492   nn_nchunks_k=   51      !  number of chunks in k-dimension
493                           !  setting nn_nchunks_k = jpk will give a chunk size of 1 in the vertical which
494                           !  is optimal for postprocessing which works exclusively with horizontal slabs
495   ln_nc4zip   = .true.    !  (T) use netcdf4 chunking and compression
496                           !  (F) ignore chunking information and produce netcdf3-compatible files
497/
498!-----------------------------------------------------------------------
499&namtrd        !   diagnostics on dynamics and/or tracer trends         ("key_trddyn" and/or "key_trdtra")
500!              !       or mixed-layer trends or barotropic vorticity    ("key_trdmld" or     "key_trdvor")
501!-----------------------------------------------------------------------
502/
503!-----------------------------------------------------------------------
504&namflo       !   float parameters                                      ("key_float")
505!-----------------------------------------------------------------------
506/
507!-----------------------------------------------------------------------
508&namptr       !   Poleward Transport Diagnostic
509!-----------------------------------------------------------------------
510/
511!-----------------------------------------------------------------------
512&namhsb       !  Heat and salt budgets
513!-----------------------------------------------------------------------
514/
515&namdct        ! transports through sections
516!-----------------------------------------------------------------------
517/
518!-----------------------------------------------------------------------
519&namobs       !  observation usage switch                               ('key_diaobs')
520!-----------------------------------------------------------------------
521/
522!-----------------------------------------------------------------------
523&nam_asminc   !   assimilation increments                               ('key_asminc')
524!-----------------------------------------------------------------------
525/
526!-----------------------------------------------------------------------
527&namsbc_wave   ! External fields from wave model
528!-----------------------------------------------------------------------
529/
530!-----------------------------------------------------------------------
531&namdyn_nept  !   Neptune effect (simplified: lateral and vertical diffusions removed)
532!-----------------------------------------------------------------------
533/
534!-----------------------------------------------------------------------
535&nam_vvl  !
536!-----------------------------------------------------------------------
537/
Note: See TracBrowser for help on using the repository browser.