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_r6711_SIMPLIF_6_aerobulk/NEMOGCM/CONFIG/ORCA2_OFF_PISCES/EXP00 – NEMO

source: branches/2016/dev_r6711_SIMPLIF_6_aerobulk/NEMOGCM/CONFIG/ORCA2_OFF_PISCES/EXP00/namelist_cfg @ 7243

Last change on this file since 7243 was 7243, checked in by flavoni, 7 years ago

fix namelists

File size: 11.2 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   cp_cfg      =  "orca"               !  name of the configuration
16   jp_cfg      =       2               !  resolution of the configuration
17   jpidta      =     182               !  1st lateral dimension ( >= jpi )
18   jpjdta      =     149               !  2nd    "         "    ( >= jpj )
19   jpkdta      =      31               !  number of levels      ( >= jpk )
20   jpiglo      =     182               !  1st dimension of global domain --> i =jpidta
21   jpjglo      =     149               !  2nd    -                  -    --> j  =jpjdta
22   jpizoom     =       1               !  left bottom (i,j) indices of the zoom
23   jpjzoom     =       1               !  in data domain indices
24   jperio      =       4               !  lateral cond. type (between 0 and 6)
25/
26!-----------------------------------------------------------------------
27&namzgr        !   vertical coordinate
28!-----------------------------------------------------------------------
29   ln_zps      = .true.    !  z-coordinate - partial steps
30   ln_linssh   = .true.    !  linear free surface
31/
32!-----------------------------------------------------------------------
33&namdom        !   space and time domain (bathymetry, mesh, timestep)
34!-----------------------------------------------------------------------
35   nn_msh      =    1      !  create (=1) a mesh file or not (=0)
36   rn_rdt      = 21600.    !  time step for the dynamics
37   jphgr_msh   =       0               !  type of horizontal mesh
38   ppglam0     =  999999.0             !  longitude of first raw and column T-point (jphgr_msh = 1)
39   ppgphi0     =  999999.0             ! latitude  of first raw and column T-point (jphgr_msh = 1)
40   ppe1_deg    =  999999.0             !  zonal      grid-spacing (degrees)
41   ppe2_deg    =  999999.0             !  meridional grid-spacing (degrees)
42   ppe1_m      =  999999.0             !  zonal      grid-spacing (degrees)
43   ppe2_m      =  999999.0             !  meridional grid-spacing (degrees)
44   ppsur       =   -4762.96143546300   !  ORCA r4, r2 and r05 coefficients
45   ppa0        =     255.58049070440   ! (default coefficients)
46   ppa1        =     245.58132232490   !
47   ppkth       =      21.43336197938   !
48   ppacr       =       3.0             !
49   ppdzmin     =  999999.              !  Minimum vertical spacing
50   pphmax      =  999999.              !  Maximum depth
51   ldbletanh   =  .FALSE.              !  Use/do not use double tanf function for vertical coordinates
52   ppa2        =  999999.              !  Double tanh function parameters
53   ppkth2      =  999999.              !
54   ppacr2      =  999999.              !
55/
56!-----------------------------------------------------------------------
57&namsplit      !   time splitting parameters                            ("key_dynspg_ts")
58!-----------------------------------------------------------------------
59/
60!-----------------------------------------------------------------------
61&namcrs        !   Grid coarsening for dynamics output and/or
62               !   passive tracer coarsened online simulations
63!-----------------------------------------------------------------------
64/
65!-----------------------------------------------------------------------
66&namsbc        !   Surface Boundary Condition (surface module)
67!-----------------------------------------------------------------------
68   ln_blk      = .true.    !  Bulk formulation                          (T => fill namsbc_blk )
69   nn_fsbc     = 1         !  frequency of surface boundary condition computation
70   ln_rnf      = .false.   !  runoffs
71   ln_traqsr   = .false.   !  Light penetration (T) or not (F)
72/
73!-----------------------------------------------------------------------
74&namsbc_blk   !   namsbc_blk  Bulk formulae
75!-----------------------------------------------------------------------
76   ln_NCAR     = .true.   ! "NCAR"      algorithm   (Large and Yeager 2008)
77/
78!-----------------------------------------------------------------------
79&namtra_qsr    !   penetrative solar radiation
80!-----------------------------------------------------------------------
81/
82!-----------------------------------------------------------------------
83&namsbc_ssr    !   surface boundary condition : sea surface restoring
84!-----------------------------------------------------------------------
85/     
86!-----------------------------------------------------------------------
87&nambbl        !   bottom boundary layer scheme
88!-----------------------------------------------------------------------
89/
90!-----------------------------------------------------------------------
91&nameos        !   ocean physical parameters
92!-----------------------------------------------------------------------
93   ln_teos10    = .true.         !  = Use TEOS-10 equation of state
94/
95!----------------------------------------------------------------------------------
96&namtra_ldf    !   lateral diffusion scheme for tracers
97!----------------------------------------------------------------------------------
98   !                       !  Operator type:
99   ln_traldf_lap   =  .true.   !    laplacian operator
100   ln_traldf_blp   =  .false.  !  bilaplacian operator
101   !                       !  Direction of action:
102   ln_traldf_lev   =  .false.  !  iso-level
103   ln_traldf_hor   =  .false.  !  horizontal (geopotential)
104   ln_traldf_iso   =  .true.   !  iso-neutral
105   ln_traldf_triad =  .false.  !  iso-neutral using Griffies triads
106   !
107   !                       !  iso-neutral options:       
108   ln_traldf_msc   =  .true.   !  Method of Stabilizing Correction (both operators)
109   rn_slpmax       =   0.01    !  slope limit                      (both operators)
110   ln_triad_iso    =  .false.  !  pure horizontal mixing in ML     (triad only)
111   rn_sw_triad     =  1        !  =1 switching triad ; =0 all 4 triads used (triad only)
112   ln_botmix_triad =  .false.  !  lateral mixing on bottom         (triad only)
113   !
114   !                       !  Coefficients:
115   nn_aht_ijk_t    = 0        !  space/time variation of eddy coef
116   !                                !   =-20 (=-30)    read in eddy_diffusivity_2D.nc (..._3D.nc) file
117   !                                !   =  0           constant
118   !                                !   = 10 F(k)      =ldf_c1d
119   !                                !   = 20 F(i,j)    =ldf_c2d
120   !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation
121   !                                !   = 30 F(i,j,k)  =ldf_c2d + ldf_c1d
122   !                                !   = 31 F(i,j,k,t)=F(local velocity)
123   rn_aht_0        = 2000.     !  lateral eddy diffusivity   (lap. operator) [m2/s]
124   rn_bht_0        = 1.e+12    !  lateral eddy diffusivity (bilap. operator) [m4/s]
125/
126!----------------------------------------------------------------------------------
127&namtra_ldfeiv !   eddy induced velocity param.
128!----------------------------------------------------------------------------------
129   ln_ldfeiv     =.true.   ! use eddy induced velocity parameterization
130   ln_ldfeiv_dia =.false.   ! diagnose eiv stream function and velocities
131   rn_aeiv_0     = 2000.   ! eddy induced velocity coefficient   [m2/s]
132   nn_aei_ijk_t  = 0      ! space/time variation of the eiv coeficient
133   !                                !   =-20 (=-30)    read in eddy_induced_velocity_2D.nc (..._3D.nc) file
134   !                                !   =  0           constant
135   !                                !   = 10 F(k)      =ldf_c1d
136   !                                !   = 20 F(i,j)    =ldf_c2d
137   !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation
138   !                                !   = 30 F(i,j,k)  =ldf_c2d + ldf_c1d
139/
140!-----------------------------------------------------------------------
141&namdta_dyn        !   offline dynamics read in files                ("key_offline")
142!-----------------------------------------------------------------------
143!          !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask !
144!          !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      !
145   sn_tem  = 'dyna_grid_T' ,    120            , 'votemper' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , ''
146   sn_sal  = 'dyna_grid_T' ,    120            , 'vosaline' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , ''
147   sn_mld  = 'dyna_grid_T' ,    120            , 'somixhgt' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , ''
148   sn_emp  = 'dyna_grid_T' ,    120            , 'sowaflup' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , ''
149   sn_fmf  = 'dyna_grid_T' ,    120            , 'iowaflup' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , ''
150   sn_ice  = 'dyna_grid_T' ,    120            , 'soicecov' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , ''
151   sn_qsr  = 'dyna_grid_T' ,    120            , 'soshfldo' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , ''
152   sn_wnd  = 'dyna_grid_T' ,    120            , 'sowindsp' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , ''
153   sn_uwd  = 'dyna_grid_U' ,    120            , 'vozocrtx' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , ''
154   sn_vwd  = 'dyna_grid_V' ,    120            , 'vomecrty' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , ''
155   sn_wwd  = 'dyna_grid_W' ,    120            , 'vovecrtz' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , ''
156   sn_avt  = 'dyna_grid_W' ,    120            , 'voddmavs' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , ''
157   sn_ubl  = 'dyna_grid_U' ,    120            , 'sobblcox' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , ''
158   sn_vbl  = 'dyna_grid_V' ,    120            , 'sobblcoy' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , ''
159!
160   cn_dir      = './'      !  root directory for the location of the dynamical files
161   ln_dynwzv   =  .true.   !  computation of vertical velocity instead of using the one read in file
162   ln_dynbbl   =  .true.   !  bbl coef are in files, so read them - requires ("key_trabbl")
163/
164!-----------------------------------------------------------------------
165&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi)
166!-----------------------------------------------------------------------
167/
168!-----------------------------------------------------------------------
169&namctl        !   Control prints & Benchmark
170!-----------------------------------------------------------------------
171/
Note: See TracBrowser for help on using the repository browser.