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

source: NEMO/trunk/cfgs/ORCA2_ICE_PISCES/EXPREF/namelist_cfg

Last change on this file was 15023, checked in by gsamson, 3 years ago

merge ticket2680_C1D_PAPA branch back into the trunk; see ticket #2680 for details

  • Property svn:mime-type set to text/x-fortran
File size: 34.0 KB
RevLine 
[7283]1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[10072]2!! NEMO/OCE  Configuration namelist : overwrite default values defined in SHARED/namelist_ref
[7283]3!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[9742]4!!             ORCA2 - ICE - PISCES configuration                     !!
[9490]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)
[9526]11!!   namwad       Wetting and drying                                    (default: OFF)
12!!   namtsd       data: temperature & salinity                          (default: OFF)
[9490]13!!   namcrs       coarsened grid (for outputs and/or TOP)               (ln_crs =T)
[15023]14!!   namc1d       1D configuration options                              (ln_c1d =T)
15!!   namc1d_dyndmp 1D newtonian damping applied on currents             (ln_c1d =T)
16!!   namc1d_uvd   1D data (currents)                                    (ln_c1d =T)
[9490]17!!======================================================================
18!
[7283]19!-----------------------------------------------------------------------
20&namrun        !   parameters of the run
21!-----------------------------------------------------------------------
22   cn_exp      =  "ORCA2"  !  experience name
23   nn_it000    =       1   !  first time step
[11160]24   nn_itend    =    5840   !  last  time step (std 5475)
[9490]25   nn_istate   =       0   !  output the initial state (1) or not (0)
[7283]26/
27!-----------------------------------------------------------------------
[9490]28&namdom        !   time and space domain
29!-----------------------------------------------------------------------
[12501]30   rn_Dt       = 5400.     !  time step for the dynamics and tracer
[9490]31/
32!-----------------------------------------------------------------------
[9504]33&namcfg        !   parameters of the configuration                      (default: use namusr_def in namelist_cfg)
[7283]34!-----------------------------------------------------------------------
35   ln_read_cfg = .true.    !  (=T) read the domain configuration file
36      cn_domcfg = "ORCA_R2_zps_domcfg"    ! domain configuration filename
[9213]37      !
[9490]38      ln_closea    = .false.    !  F => suppress closed seas (defined by closea_mask field)
[9213]39      !                         !       from the bathymetry at runtime.
[7283]40/
41!-----------------------------------------------------------------------
[14840]42&namtile        !   parameters of the tiling
43!-----------------------------------------------------------------------
44/
45!-----------------------------------------------------------------------
[9526]46&namtsd        !    Temperature & Salinity Data  (init/dmp)             (default: OFF)
[7283]47!-----------------------------------------------------------------------
[9490]48   !                       ! =T  read T-S fields for:
49   ln_tsd_init = .true.          !  ocean initialisation
50   ln_tsd_dmp  = .true.          !  T-S restoring   (see namtra_dmp)
51
52   cn_dir = './'     !  root directory for the T-S data location
53   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________!
54   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask !
55   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   !
[11536]56   sn_tem = 'data_1m_potential_temperature_nomask',     -1.     ,'votemper',   .true.    , .true. , 'yearly'  ,    ''    ,    ''    ,    ''
57   sn_sal = 'data_1m_salinity_nomask'             ,     -1.     ,'vosaline',   .true.    , .true. , 'yearly'  ,    ''    ,    ''    ,    ''
[7283]58/
[9490]59!!======================================================================
60!!            ***  Surface Boundary Condition namelists  ***          !!
61!!                                                                    !!
62!!   namsbc          surface boundary condition manager                 (default: NO selection)
63!!   namsbc_flx      flux               formulation                     (ln_flx     =T)
64!!   namsbc_blk      Bulk formulae formulation                          (ln_blk     =T)
65!!   namsbc_cpl      CouPLed            formulation                     ("key_oasis3" )
66!!   namsbc_sas      Stand-Alone Surface module                         (SAS_SRC  only)
67!!   namsbc_iif      Ice-IF: use observed ice cover                     (nn_ice = 1   )
68!!   namtra_qsr      penetrative solar radiation                        (ln_traqsr  =T)
69!!   namsbc_ssr      sea surface restoring term (for T and/or S)        (ln_ssr     =T)
70!!   namsbc_rnf      river runoffs                                      (ln_rnf     =T)
71!!   namsbc_apr      Atmospheric Pressure                               (ln_apr_dyn =T)
72!!   namsbc_isf      ice shelf melting/freezing                         (ln_isfcav  =T : read (ln_read_cfg=T) or set or usr_def_zgr )
73!!   namsbc_iscpl    coupling option between land ice model and ocean   (ln_isfcav  =T)
74!!   namsbc_wave     external fields from wave model                    (ln_wave    =T)
75!!   namberg         iceberg floats                                     (ln_icebergs=T)
76!!======================================================================
77!
[7283]78!-----------------------------------------------------------------------
[9504]79&namsbc        !   Surface Boundary Condition manager                   (default: NO selection)
[9356]80!-----------------------------------------------------------------------
[11160]81   nn_fsbc     = 4         !  frequency of SBC module call
[9490]82                           !     (also = the frequency of sea-ice & iceberg model call)
83                     ! Type of air-sea fluxes
[7283]84   ln_blk      = .true.    !  Bulk formulation                          (T => fill namsbc_blk )
[9490]85                     ! Sea-ice :
[12994]86   nn_ice      = 2         !  =0 no ice boundary condition
87      !                    !  =1 use observed ice-cover                 (  => fill namsbc_iif )
88      !                    !  =2 or 3 for SI3 and CICE, respectively
[9490]89                     ! Misc. options of sbc :
90   ln_traqsr   = .true.    !  Light penetration in the ocean            (T => fill namtra_qsr)
91   ln_ssr      = .true.    !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr)
92   ln_rnf      = .true.    !  runoffs                                   (T => fill namsbc_rnf)
93   nn_fwb      = 2         !  FreshWater Budget:
94   !                       !    =2 annual global mean of e-p-r set to zero
[10190]95   ln_wave     = .false.   !  Activate coupling with wave  (T => fill namsbc_wave)
[7283]96/
97!-----------------------------------------------------------------------
[9504]98&namsbc_blk    !   namsbc_blk  generic Bulk formula                     (ln_blk =T)
99!-----------------------------------------------------------------------
[9490]100   !                    !  bulk algorithm :
101   ln_NCAR    = .true.     ! "NCAR"      algorithm   (Large and Yeager 2008)
102
103   cn_dir = './'  !  root directory for the bulk data location
104   !___________!_________________________!___________________!___________!_____________!________!___________!______________________________________!__________!_______________!
105   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ !          weights filename            ! rotation ! land/sea mask !
106   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                                      ! pairing  !    filename   !
[13286]107   sn_wndi     = 'u_10.15JUNE2009_fill'       ,    6.        , 'U_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core2_orca2_bicub'  , 'Uwnd'   , ''
108   sn_wndj     = 'v_10.15JUNE2009_fill'       ,    6.        , 'V_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core2_orca2_bicub'  , 'Vwnd'   , ''
109   sn_qsr      = 'ncar_rad.15JUNE2009_fill'   ,   24.        , 'SWDN_MOD',   .false.   , .true. , 'yearly'  , 'weights_core2_orca2_bilin' , ''       , ''
110   sn_qlw      = 'ncar_rad.15JUNE2009_fill'   ,   24.        , 'LWDN_MOD',   .false.   , .true. , 'yearly'  , 'weights_core2_orca2_bilin' , ''       , ''
111   sn_tair     = 't_10.15JUNE2009_fill'       ,    6.        , 'T_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core2_orca2_bilin' , ''       , ''
112   sn_humi     = 'q_10.15JUNE2009_fill'       ,    6.        , 'Q_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core2_orca2_bilin' , ''       , ''
113   sn_prec     = 'ncar_precip.15JUNE2009_fill',   -1.        , 'PRC_MOD1',   .false.   , .true. , 'yearly'  , 'weights_core2_orca2_bilin' , ''       , ''
114   sn_snow     = 'ncar_precip.15JUNE2009_fill',   -1.        , 'SNOW'    ,   .false.   , .true. , 'yearly'  , 'weights_core2_orca2_bilin' , ''       , ''
115   sn_slp      = 'slp.15JUNE2009_fill'        ,    6.        , 'SLP'     ,   .false.   , .true. , 'yearly'  , 'weights_core2_orca2_bilin' , ''       , ''
[7283]116/
117!-----------------------------------------------------------------------
[13214]118&namsbc_abl    !   Atmospheric Boundary Layer formulation           (ln_abl = T)
119!-----------------------------------------------------------------------
120/
121!-----------------------------------------------------------------------
[9356]122&namtra_qsr    !   penetrative solar radiation                          (ln_traqsr =T)
[7283]123!-----------------------------------------------------------------------
[9490]124   !                       ! type of penetration                        (default: NO selection)
125   ln_qsr_rgb  = .true.       !  RGB light penetration (Red-Green-Blue)
126   !
127   nn_chldta   =      1       !  RGB : Chl data (=1) or cst value (=0)
128
129   cn_dir = './'  !  root directory for the chlorophyl data location
130   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________!
131   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask !
132   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   !
[11536]133   sn_chl      ='chlorophyll'            ,        -1.        , 'CHLA'    ,   .true.    , .true. , 'yearly'  , ''               , ''       , ''
[7283]134/
135!-----------------------------------------------------------------------
[9356]136&namsbc_ssr    !   surface boundary condition : sea surface restoring   (ln_ssr =T)
137!-----------------------------------------------------------------------
[9490]138   nn_sssr     =     2     !  add a damping term to the surface freshwater flux
139      rn_deds     =  -166.67  !  magnitude of the damping on salinity   [mm/day]
140      ln_sssr_bnd =  .true.   !  flag to bound erp term (associated with nn_sssr=2)
141      rn_sssr_bnd =   4.e0    !  ABS(Max/Min) value of the damping erp term [mm/day]
[9356]142/
143!-----------------------------------------------------------------------
[9490]144&namsbc_rnf    !   runoffs                                              (ln_rnf =T)
[9356]145!-----------------------------------------------------------------------
[10075]146   ln_rnf_mouth = .true.    !  specific treatment at rivers mouths
[9490]147      rn_hrnf     =  15.e0    !  depth over which enhanced vertical mixing is used    (ln_rnf_mouth=T)
148      rn_avt_rnf  =   1.e-3   !  value of the additional vertical mixing coef. [m2/s] (ln_rnf_mouth=T)
149   rn_rfact    =   1.e0    !  multiplicative factor for runoff
150
151   cn_dir = './'  !  root directory for the location of the runoff files
152   !___________!_____________!___________________!___________!_____________!_________!___________!__________!__________!_______________!
153   !           !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask !
154   !           !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      !
[11536]155   sn_rnf      = 'runoff_core_monthly',    -1.   , 'sorunoff',   .true.     , .true. , 'yearly'  , ''       , ''       , ''
156   sn_cnf      = 'runoff_core_monthly',     0.   , 'socoefr0',   .false.    , .true. , 'yearly'  , ''       , ''       , ''
157   sn_s_rnf    = 'runoffs'            ,    24.   , 'rosaline',   .true.     , .true. , 'yearly'  , ''       , ''       , ''
158   sn_t_rnf    = 'runoffs'            ,    24.   , 'rotemper',   .true.     , .true. , 'yearly'  , ''       , ''       , ''
159   sn_dep_rnf  = 'runoffs'            ,     0.   , 'rodepth' ,   .false.    , .true. , 'yearly'  , ''       , ''       , ''
[9356]160/
161!-----------------------------------------------------------------------
[10190]162&namsbc_wave   ! External fields from wave model                        (ln_wave=T)
163!-----------------------------------------------------------------------
[14007]164   ln_sdw      = .false.    !  get the 2D Surf Stokes Drift & Compute the 3D stokes drift
165   ln_stcor    = .false.    !  add Stokes Coriolis and tracer advection terms
166   ln_cdgw     = .false.    !  Neutral drag coefficient read from wave model
167   ln_tauoc    = .false.    !  ocean stress is modified by wave induced stress
168   ln_wave_test= .false.    !  Test case with constant wave fields
169!
170   ln_charn    = .false.     !  Charnock coefficient read from wave model (IFS only)
171   ln_taw      = .false.     !  ocean stress is modified by wave induced stress (coupled mode)
172   ln_phioc    = .false.     !  TKE flux from wave model
173   ln_bern_srfc= .false.     ! wave induced pressure. Bernoulli head J term
174   ln_breivikFV_2016 = .false. ! breivik 2016 vertical stokes profile
175   ln_vortex_force = .false.
176!
177   cn_dir      = './'      !  root directory for the waves data location
178   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________!
179   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask !
180   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   !
181   sn_cdg      =  'sdw_ecwaves_orca2'    ,        6.         , 'drag_coeff' ,  .true.  , .true. , 'yearly'  ,  ''              , ''       , ''
182   sn_usd      =  'sdw_ecwaves_orca2'    ,        6.         , 'u_sd2d'     ,  .true.  , .true. , 'yearly'  ,  ''              , ''       , ''
183   sn_vsd      =  'sdw_ecwaves_orca2'    ,        6.         , 'v_sd2d'     ,  .true.  , .true. , 'yearly'  ,  ''              , ''       , ''
184   sn_hsw      =  'sdw_ecwaves_orca2'    ,        6.         , 'hs'         ,  .true.  , .true. , 'yearly'  ,  ''              , ''       , ''
185   sn_wmp      =  'sdw_ecwaves_orca2'    ,        6.         , 'wmp'        ,  .true.  , .true. , 'yearly'  ,  ''              , ''       , ''
186   sn_wnum     =  'sdw_ecwaves_orca2'    ,        6.         , 'wave_num'   ,  .true.  , .true. , 'yearly'  ,  ''              , ''       , ''
[10190]187/
188!-----------------------------------------------------------------------
[9526]189&namberg       !   iceberg parameters                                   (default: OFF)
[9504]190!-----------------------------------------------------------------------
[9490]191   ln_icebergs = .true.    ! activate iceberg floats (force =F with "key_agrif")
[7283]192
[9490]193   cn_dir = './'  !  root directory for the location of drag coefficient files
194   !______!___________!___________________!______________!______________!_________!___________!__________!__________!_______________!
195   !      ! file name ! frequency (hours) !   variable   ! time interp. !  clim   ! 'yearly'/ ! weights  ! rotation ! land/sea mask !
196   !      !           !  (if <0  months)  !     name     !   (logical)  !  (T/F ) ! 'monthly' ! filename ! pairing  ! filename      !
[11536]197   sn_icb =  'calving',       -1.         , 'calving'    ,   .true.     , .true.  , 'yearly'  , ''       , ''       , ''
[9490]198/
199!!======================================================================
200!!               ***  Lateral boundary condition  ***                 !!
201!!                                                                    !!
[9527]202!!   namlbc        lateral momentum boundary condition                  (default: NO selection)
[9533]203!!   namagrif      agrif nested grid   (read by child model only)       ("key_agrif")
[9526]204!!   nam_tide      Tidal forcing                                        (default: OFF)
205!!   nambdy        Unstructured open boundaries                         (default: OFF)
[9490]206!!   nambdy_dta    Unstructured open boundaries - external data         (see  nambdy)
[9526]207!!   nambdy_tide   tidal forcing at open boundaries                     (default: OFF)
[9490]208!!======================================================================
209!
[7283]210!-----------------------------------------------------------------------
[9527]211&namlbc        !   lateral momentum boundary condition                  (default: NO selection)
[9504]212!-----------------------------------------------------------------------
[9527]213   rn_shlat    =    2.     !  no slip
[9504]214/
215!-----------------------------------------------------------------------
[9356]216&namagrif      !  AGRIF zoom                                            ("key_agrif")
[7933]217!-----------------------------------------------------------------------
[9490]218   ln_spc_dyn    = .true.  !  use 0 as special value for dynamics
219   rn_sponge_tra = 2880.   !  coefficient for tracer   sponge layer [m2/s]
220   rn_sponge_dyn = 2880.   !  coefficient for dynamics sponge layer [m2/s]
221   ln_chk_bathy  = .false. !  =T  check the parent bathymetry
[9356]222/
[9504]223!!======================================================================
224!!                ***  Top/Bottom boundary condition  ***             !!
225!!                                                                    !!
226!!   namdrg        top/bottom drag coefficient                          (default: NO selection)
[13461]227!!   namdrg_top    top    friction                                      (ln_drg_OFF=F & ln_isfcav=T)
228!!   namdrg_bot    bottom friction                                      (ln_drg_OFF=F)
[9526]229!!   nambbc        bottom temperature boundary condition                (default: OFF)
230!!   nambbl        bottom boundary layer scheme                         (default: OFF)
[9504]231!!======================================================================
232!
233!-----------------------------------------------------------------------
[9356]234&namdrg        !   top/bottom drag coefficient                          (default: NO selection)
235!-----------------------------------------------------------------------
[9019]236   ln_lin = .true.         !     linear  drag: Cd = Cd0 Uc0
[7933]237/
238!-----------------------------------------------------------------------
[9526]239&nambbc        !   bottom temperature boundary condition                (default: OFF)
[7283]240!-----------------------------------------------------------------------
241   ln_trabbc   = .true.    !  Apply a geothermal heating at the ocean bottom
[9490]242      nn_geoflx   =    2      !  geothermal heat flux: = 2 read variable flux [mW/m2]
243
244   cn_dir = './'  !  root directory for the geothermal data location
245   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________!
246   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask !
247   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   !
248   sn_qgh      ='geothermal_heating.nc'  ,       -12.        , 'heatflow',   .false.   , .true. , 'yearly'  ,   ''             ,   ''     ,   ''
[7283]249/
250!-----------------------------------------------------------------------
[9526]251&nambbl        !   bottom boundary layer scheme                         (default: OFF)
[7283]252!-----------------------------------------------------------------------
[9019]253   ln_trabbl   = .true.    !  Bottom Boundary Layer parameterisation flag
[9490]254      nn_bbl_ldf  =  1        !  diffusive bbl (=1)   or not (=0)
255      nn_bbl_adv  =  0        !  advective bbl (=1/2) or not (=0)
256      rn_ahtbbl   =  1000.    !  lateral mixing coefficient in the bbl  [m2/s]
257      rn_gambbl   =  10.      !  advective bbl coefficient                 [s]
[7283]258/
[9490]259!!======================================================================
[9533]260!!                        Tracer (T-S) namelists                      !!
[9490]261!!                                                                    !!
[9531]262!!   nameos        equation of state                                    (default: NO selection)
263!!   namtra_adv    advection scheme                                     (default: NO selection)
264!!   namtra_ldf    lateral diffusion scheme                             (default: NO selection)
265!!   namtra_mle    mixed layer eddy param. (Fox-Kemper param.)          (default: OFF)
266!!   namtra_eiv    eddy induced velocity param.                         (default: OFF)
267!!   namtra_dmp    T & S newtonian damping                              (default: OFF)
[9490]268!!======================================================================
269!
[7283]270!-----------------------------------------------------------------------
[9490]271&nameos        !   ocean Equation Of Seawater                           (default: NO selection)
[7283]272!-----------------------------------------------------------------------
[9019]273   ln_eos80    = .true.          !  = Use EOS80
[7283]274/
275!-----------------------------------------------------------------------
[9356]276&namtra_adv    !   advection scheme for tracer                          (default: NO selection)
[7283]277!-----------------------------------------------------------------------
[9019]278   ln_traadv_fct = .true.     !  FCT scheme
[7283]279      nn_fct_h   =  2               !  =2/4, horizontal 2nd / 4th order
280      nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order
281/
282!-----------------------------------------------------------------------
[9356]283&namtra_ldf    !   lateral diffusion scheme for tracers                 (default: NO selection)
284!-----------------------------------------------------------------------
[9526]285   ln_traldf_lap   = .true.    !    laplacian operator
286   ln_traldf_iso   = .true.    !  iso-neutral (Standard operator)
[9516]287   ln_traldf_msc   = .true.    !  Method of Stabilizing Correction      (both operators)
[7283]288   !                       !  Coefficients:
289   nn_aht_ijk_t    = 20        !  space/time variation of eddy coef
[9490]290      !                             !   = 20     aht = 1/2  Ud. max(e1,e2)
291      rn_Ud        = 0.018          !  lateral diffusive velocity [m/s] (nn_aht_ijk_t= 0, 10, 20, 30)
292      rn_Ld        = 200.e+3        !  lateral diffusive length   [m]   (nn_aht_ijk_t= 0, 10)
[7283]293/
[9356]294!-----------------------------------------------------------------------
[9531]295&namtra_mle    !   mixed layer eddy parametrisation (Fox-Kemper)        (default: OFF)
[9356]296!-----------------------------------------------------------------------
[9490]297   ln_mle      = .true.   ! (T) use the Mixed Layer Eddy (MLE) parameterisation
[7283]298/
299!-----------------------------------------------------------------------
[9526]300&namtra_eiv    !   eddy induced velocity param.                         (default: OFF)
[7283]301!-----------------------------------------------------------------------
[9516]302   ln_ldfeiv   = .true.    ! use eddy induced velocity parameterization
[9490]303      !                        !  Coefficients:
304      nn_aei_ijk_t  = 21          ! space/time variation of the eiv coeficient
305      !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation
306      !                           !  time invariant coefficients:  aei0 = 1/2  Ue*Le
307      rn_Ue        = 0.03              !  lateral diffusive velocity [m/s] (nn_aht_ijk_t= 0, 10, 20, 30)
308      rn_Le        = 200.e+3           !  lateral diffusive length   [m]   (nn_aht_ijk_t= 0, 10)
309      !
310      ln_ldfeiv_dia =.true.   ! diagnose eiv stream function and velocities
[7283]311/
312!-----------------------------------------------------------------------
[9526]313&namtra_dmp    !   tracer: T & S newtonian damping                      (default: OFF)
[7283]314!-----------------------------------------------------------------------
[9490]315   ln_tradmp   =  .true.   !  add a damping term (using resto.nc coef.)
316      nn_zdmp  =    0         !  vertical shape =0    damping throughout the water column
[9356]317/
[9490]318!!======================================================================
319!!                      ***  Dynamics namelists  ***                  !!
320!!                                                                    !!
321!!   nam_vvl       vertical coordinate options                          (default: z-star)
322!!   namdyn_adv    formulation of the momentum advection                (default: NO selection)
323!!   namdyn_vor    advection scheme                                     (default: NO selection)
324!!   namdyn_hpg    hydrostatic pressure gradient                        (default: NO selection)
325!!   namdyn_spg    surface pressure gradient                            (default: NO selection)
326!!   namdyn_ldf    lateral diffusion scheme                             (default: NO selection)
327!!   namdta_dyn    offline TOP: dynamics read in files                  (OFF_SRC only)
328!!======================================================================
329!
[9356]330!-----------------------------------------------------------------------
331&namdyn_adv    !   formulation of the momentum advection                (default: NO selection)
332!-----------------------------------------------------------------------
[9019]333   ln_dynadv_vec = .true.  !  vector form - 2nd centered scheme
334     nn_dynkeg     = 0        ! grad(KE) scheme: =0   C2  ;  =1   Hollingsworth correction
[7283]335/
336!-----------------------------------------------------------------------
[9490]337&namdyn_vor    !   Vorticity / Coriolis scheme                          (default: NO selection)
[7283]338!-----------------------------------------------------------------------
339   ln_dynvor_een = .true.  !  energy & enstrophy scheme
340/
341!-----------------------------------------------------------------------
[9356]342&namdyn_hpg    !   Hydrostatic pressure gradient option                 (default: NO selection)
[7283]343!-----------------------------------------------------------------------
344   ln_hpg_sco  = .true.   !  s-coordinate (standard jacobian formulation)
345/
346!-----------------------------------------------------------------------
[9490]347&namdyn_spg    !   surface pressure gradient                            (default: NO selection)
[7283]348!-----------------------------------------------------------------------
349   ln_dynspg_ts  = .true.  !  split-explicit free surface
350/
351!-----------------------------------------------------------------------
[9356]352&namdyn_ldf    !   lateral diffusion on momentum                        (default: NO selection)
[7283]353!-----------------------------------------------------------------------
354   ln_dynldf_lap =  .true.     !    laplacian operator
355   ln_dynldf_lev =  .true.     !  iso-level
[9490]356   nn_ahm_ijk_t  = -30         !  =-30  3D coeff. read in eddy_diffusivity_3D.nc
[7283]357/
[9490]358!!======================================================================
359!!                     vertical physics namelists                     !!
360!!                                                                    !!
361!!    namzdf        vertical physics manager                            (default: NO selection)
362!!    namzdf_ric    richardson number vertical mixing                   (ln_zdfric=T)
363!!    namzdf_tke    TKE vertical mixing                                 (ln_zdftke=T)
364!!    namzdf_gls    GLS vertical mixing                                 (ln_zdfgls=T)
365!!    namzdf_osm    OSM vertical diffusion                              (ln_zdfosm=T)
366!!    namzdf_iwm    tidal mixing parameterization                       (ln_zdfiwm=T)
367!!======================================================================
368!
[7283]369!-----------------------------------------------------------------------
[9504]370&namzdf        !   vertical physics manager                             (default: NO selection)
[7283]371!-----------------------------------------------------------------------
[9019]372   ln_zdftke   = .true.       !  Turbulent Kinetic Energy closure       (T =>   fill namzdf_tke)
373   ln_zdfevd   = .true.       !  Enhanced Vertical Diffusion scheme
374      nn_evdm  =    0            !  evd apply on tracer (=0) or on tracer and momentum (=1)
375      rn_evd   =  100.           !  evd mixing coefficient [m2/s]
376   ln_zdfddm   = .true.    ! double diffusive mixing
377      rn_avts  =    1.e-4     !  maximum avs (vertical mixing on salinity)
378      rn_hsbfr =    1.6       !  heat/salt buoyancy flux ratio
[9217]379   ln_zdfiwm   = .true.       ! internal wave-induced mixing            (T =>   fill namzdf_iwm)
[9019]380   !                       !  Coefficients
381   rn_avm0     =   1.2e-4     !  vertical eddy viscosity   [m2/s]       (background Kz if ln_zdfcst=F)
382   rn_avt0     =   1.2e-5     !  vertical eddy diffusivity [m2/s]       (background Kz if ln_zdfcst=F)
383   nn_avb      =    0         !  profile for background avt & avm (=1) or not (=0)
384   nn_havtb    =    1         !  horizontal shape for avtb (=1) or not (=0)
[7283]385/
386!-----------------------------------------------------------------------
[9546]387&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  (ln_zdftke =T)
388!-----------------------------------------------------------------------
[9837]389      nn_mxl      =   3       !  mixing length: = 0 bounded by the distance to surface and bottom
390      !                       !                 = 1 bounded by the local vertical scale factor
391      !                       !                 = 2 first vertical derivative of mixing length bounded by 1
[9838]392      !                       !                 = 3 as =2 with distinct dissipative an mixing length scale
[9837]393      nn_etau     =   1       !  penetration of tke below the mixed layer (ML) due to NIWs
[14053]394      !                       !        = 0 none ; = 1 add a tke source below the ML
395      !                       !        = 2 add a tke source just at the base of the ML
396      !                       !        = 3 as = 1 applied on HF part of the stress           (ln_cpl=T)
[14007]397      ln_mxhsw    = .false.   !  surface mixing length scale = F(wave height)
[9546]398/
399!-----------------------------------------------------------------------
[9356]400&namzdf_iwm    !    internal wave-driven mixing parameterization        (ln_zdfiwm =T)
401!-----------------------------------------------------------------------
[7828]402   nn_zpyc     = 2         !  pycnocline-intensified dissipation scales as N (=1) or N^2 (=2)
403   ln_mevar    = .true.    !  variable (T) or constant (F) mixing efficiency
404   ln_tsdiff   = .true.    !  account for differential T/S mixing (T) or not (F)
[12501]405
406   cn_dir      = './'      !  root directory for the iwm data location                                                                           
407   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________!
408   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask !
409   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   !
[13286]410   sn_mpb      = 'int_wave_mix'      , -12.       , 'mixing_power_bot'   , .false.  , .true. , 'yearly' , '' , ''  , ''
411   sn_mpp      = 'int_wave_mix'      , -12.       , 'mixing_power_pyc'   , .false.  , .true. , 'yearly' , '' , ''  , ''
412   sn_mpc      = 'int_wave_mix'      , -12.       , 'mixing_power_cri'   , .false.  , .true. , 'yearly' , '' , ''  , ''
413   sn_dsb      = 'int_wave_mix'      , -12.       , 'decay_scale_bot'    , .false.  , .true. , 'yearly' , '' , ''  , ''
414   sn_dsc      = 'int_wave_mix'      , -12.       , 'decay_scale_cri'    , .false.  , .true. , 'yearly' , '' , ''  , ''
[7828]415/
[9490]416!!======================================================================
417!!                  ***  Diagnostics namelists  ***                   !!
418!!                                                                    !!
[9526]419!!   namtrd       dynamics and/or tracer trends                         (default: OFF)
420!!   namhsb       Heat and salt budgets                                 (default: OFF)
421!!   namdiu       Cool skin and warm layer models                       (default: OFF)
422!!   namdiu       Cool skin and warm layer models                       (default: OFF)
[11536]423!!   namflo       float parameters                                      (default: OFF)
424!!   nam_diadct   transports through some sections                      (default: OFF)
[9526]425!!   nam_dia25h   25h Mean Output                                       (default: OFF)
[9490]426!!   namnc4       netcdf4 chunking and compression settings             ("key_netcdf4")
427!!======================================================================
428!
429!!======================================================================
[9533]430!!               ***  Observation & Assimilation  ***                 !!
431!!                                                                    !!
432!!   namobs       observation and model comparison                      (default: OFF)
433!!   nam_asminc   assimilation increments                               ('key_asminc')
434!!======================================================================
435!
436!!======================================================================
[9504]437!!                  ***  Miscellaneous namelists  ***                 !!
438!!                                                                    !!
[14229]439!!   nammpp            Massively Parallel Processing
[9526]440!!   namctl            Control prints                                   (default: OFF)
441!!   namsto            Stochastic parametrization of EOS                (default: OFF)
[9504]442!!======================================================================
443!
[9557]444!-----------------------------------------------------------------------
[14229]445&nammpp        !   Massively Parallel Processing
[9557]446!-----------------------------------------------------------------------
447/
448!-----------------------------------------------------------------------
449&namctl        !   Control prints                                       (default: OFF)
450!-----------------------------------------------------------------------
451/
452!-----------------------------------------------------------------------
453&namsto        ! Stochastic parametrization of EOS                      (default: OFF)
454!-----------------------------------------------------------------------
455/
Note: See TracBrowser for help on using the repository browser.