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 branches/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/CONFIG/ORCA2_OFF_PISCES/EXP00 – NEMO

source: branches/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/CONFIG/ORCA2_OFF_PISCES/EXP00/namelist_cfg @ 7200

Last change on this file since 7200 was 7200, checked in by gm, 7 years ago

#1692 - branch SIMPLIF_2_usrdef: add depth_e3 module + management of ORCA family + domain_cfg filename (in&out) given in namelist

File size: 9.7 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO/OPA  :  ORCA2_OFF_PISCES configuration namelist used ot overwrite SHARED/namelist_ref
3!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
4!-----------------------------------------------------------------------
5&namrun        !   parameters of the run
6!-----------------------------------------------------------------------
7   cn_exp      =  "PISCES"  !  experience name
8   nn_it000    =       1    !  first time step
9   nn_itend    =    1460    !  last  time step (std 5475)
10   nn_stock    =    1460    !  frequency of creation of a restart file (modulo referenced to 1)
11/
12!-----------------------------------------------------------------------
13&namcfg        !   parameters of the configuration
14!-----------------------------------------------------------------------
15   ln_read_cfg = .true.    !  (=T) read the domain configuration file
16      !                    !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules
17      cn_domcfg = "ORCA_R2_domcfg"    ! domain configuration filename
18/
19!-----------------------------------------------------------------------
20&namzgr        !   vertical coordinate
21!-----------------------------------------------------------------------
22   ln_zps      = .true.    !  z-coordinate - partial steps
23/
24!-----------------------------------------------------------------------
25&namdom        !   space and time domain (bathymetry, mesh, timestep)
26!-----------------------------------------------------------------------
27   ln_linssh   = .true.   !  =T  linear free surface  ==>>  model level are fixed in time
28   !
29   rn_rdt      = 21600.     !  time step for the dynamics (and tracer if nn_acc=0)
30   !
31
32
33   rn_rdt      = 21600.    !  time step for the dynamics
34/
35!-----------------------------------------------------------------------
36&namlbc        !   lateral momentum boundary condition
37!-----------------------------------------------------------------------
38   !                       !  free slip  !   partial slip  !   no slip   ! strong slip
39   rn_shlat    =    2.     !  shlat = 0  !  0 < shlat < 2  !  shlat = 2  !  2 < shlat
40   ln_vorlat   = .false.   !  consistency of vorticity boundary condition with analytical Eqs.
41/
42!-----------------------------------------------------------------------
43&namsplit      !   time splitting parameters                            ("key_dynspg_ts")
44!-----------------------------------------------------------------------
45/
46!-----------------------------------------------------------------------
47&namcrs        !   Grid coarsening for dynamics output and/or
48               !   passive tracer coarsened online simulations
49!-----------------------------------------------------------------------
50/
51!-----------------------------------------------------------------------
52&namsbc        !   Surface Boundary Condition (surface module)
53!-----------------------------------------------------------------------
54   nn_fsbc     = 1         !  frequency of surface boundary condition computation
55   ln_blk_core = .true.    !  CORE bulk formulation                     (T => fill namsbc_core)
56   ln_rnf      = .false.   !  runoffs
57   ln_traqsr   = .false.   !  Light penetration (T) or not (F)
58
59!-----------------------------------------------------------------------
60&namtra_qsr    !   penetrative solar radiation
61!-----------------------------------------------------------------------
62/
63!-----------------------------------------------------------------------
64&namsbc_ssr    !   surface boundary condition : sea surface restoring
65!-----------------------------------------------------------------------
66/     
67!-----------------------------------------------------------------------
68&nambbl        !   bottom boundary layer scheme
69!-----------------------------------------------------------------------
70/
71!-----------------------------------------------------------------------
72&nameos        !   ocean physical parameters
73!-----------------------------------------------------------------------
74/
75!----------------------------------------------------------------------------------
76&namtra_ldf    !   lateral diffusion scheme for tracers
77!----------------------------------------------------------------------------------
78   !                       !  Operator type:
79   ln_traldf_lap   =  .true.   !    laplacian operator
80   ln_traldf_blp   =  .false.  !  bilaplacian operator
81   !                       !  Direction of action:
82   ln_traldf_lev   =  .false.  !  iso-level
83   ln_traldf_hor   =  .false.  !  horizontal (geopotential)
84   ln_traldf_iso   =  .true.   !  iso-neutral
85   ln_traldf_triad =  .false.  !  iso-neutral using Griffies triads
86   !
87   !                       !  iso-neutral options:       
88   ln_traldf_msc   =  .true.   !  Method of Stabilizing Correction (both operators)
89   rn_slpmax       =   0.01    !  slope limit                      (both operators)
90   ln_triad_iso    =  .false.  !  pure horizontal mixing in ML     (triad only)
91   rn_sw_triad     =  1        !  =1 switching triad ; =0 all 4 triads used (triad only)
92   ln_botmix_triad =  .false.  !  lateral mixing on bottom         (triad only)
93   !
94   !                       !  Coefficients:
95   nn_aht_ijk_t    = 0        !  space/time variation of eddy coef
96   !                                !   =-20 (=-30)    read in eddy_diffusivity_2D.nc (..._3D.nc) file
97   !                                !   =  0           constant
98   !                                !   = 10 F(k)      =ldf_c1d
99   !                                !   = 20 F(i,j)    =ldf_c2d
100   !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation
101   !                                !   = 30 F(i,j,k)  =ldf_c2d + ldf_c1d
102   !                                !   = 31 F(i,j,k,t)=F(local velocity)
103   rn_aht_0        = 2000.     !  lateral eddy diffusivity   (lap. operator) [m2/s]
104   rn_bht_0        = 1.e+12    !  lateral eddy diffusivity (bilap. operator) [m4/s]
105/
106!----------------------------------------------------------------------------------
107&namtra_ldfeiv !   eddy induced velocity param.
108!----------------------------------------------------------------------------------
109   ln_ldfeiv     =.true.   ! use eddy induced velocity parameterization
110   ln_ldfeiv_dia =.false.   ! diagnose eiv stream function and velocities
111   rn_aeiv_0     = 2000.   ! eddy induced velocity coefficient   [m2/s]
112   nn_aei_ijk_t  = 0      ! space/time variation of the eiv coeficient
113   !                                !   =-20 (=-30)    read in eddy_induced_velocity_2D.nc (..._3D.nc) file
114   !                                !   =  0           constant
115   !                                !   = 10 F(k)      =ldf_c1d
116   !                                !   = 20 F(i,j)    =ldf_c2d
117   !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation
118   !                                !   = 30 F(i,j,k)  =ldf_c2d + ldf_c1d
119/
120!-----------------------------------------------------------------------
121&namdta_dyn        !   offline dynamics read in files                ("key_offline")
122!-----------------------------------------------------------------------
123!          !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask !
124!          !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      !
125   sn_tem  = 'dyna_grid_T' ,    120            , 'votemper' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , ''
126   sn_sal  = 'dyna_grid_T' ,    120            , 'vosaline' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , ''
127   sn_mld  = 'dyna_grid_T' ,    120            , 'somixhgt' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , ''
128   sn_emp  = 'dyna_grid_T' ,    120            , 'sowaflup' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , ''
129   sn_fmf  = 'dyna_grid_T' ,    120            , 'iowaflup' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , ''
130   sn_ice  = 'dyna_grid_T' ,    120            , 'soicecov' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , ''
131   sn_qsr  = 'dyna_grid_T' ,    120            , 'soshfldo' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , ''
132   sn_wnd  = 'dyna_grid_T' ,    120            , 'sowindsp' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , ''
133   sn_uwd  = 'dyna_grid_U' ,    120            , 'vozocrtx' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , ''
134   sn_vwd  = 'dyna_grid_V' ,    120            , 'vomecrty' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , ''
135   sn_wwd  = 'dyna_grid_W' ,    120            , 'vovecrtz' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , ''
136   sn_avt  = 'dyna_grid_W' ,    120            , 'voddmavs' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , ''
137   sn_ubl  = 'dyna_grid_U' ,    120            , 'sobblcox' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , ''
138   sn_vbl  = 'dyna_grid_V' ,    120            , 'sobblcoy' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , ''
139!
140   cn_dir      = './'      !  root directory for the location of the dynamical files
141   ln_dynwzv   =  .true.   !  computation of vertical velocity instead of using the one read in file
142   ln_dynbbl   =  .true.   !  bbl coef are in files, so read them - requires ("key_trabbl")
143/
144!-----------------------------------------------------------------------
145&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi)
146!-----------------------------------------------------------------------
147/
148!-----------------------------------------------------------------------
149&namctl        !   Control prints & Benchmark
150!-----------------------------------------------------------------------
151/
Note: See TracBrowser for help on using the repository browser.