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

source: branches/2013/dev_LOCEAN_2013/NEMOGCM/CONFIG/ORCA2_OFF_PISCES/EXP00/namelist_cfg @ 4152

Last change on this file since 4152 was 4152, checked in by cetlod, 10 years ago

merge in dev_LOCEAN_2013 the 2nd development branch dev_r3940_CNRS4_IOCRS, see ticket #1169

File size: 8.9 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    =    100     !  last  time step (std 5475)
10   nn_stock    =    1460    !  frequency of creation of a restart file (modulo referenced to 1)
11   nn_write    =    100     !  frequency of write in the output file   (modulo referenced to nn_it000)
12/
13!-----------------------------------------------------------------------
14&namcfg        !   parameters of the configuration
15!-----------------------------------------------------------------------
16   cp_cfg      =  "orca"               !  name of the configuration
17   jp_cfg      =       2               !  resolution of the configuration
18   jpidta      =     182               !  1st lateral dimension ( >= jpi )
19   jpjdta      =     149               !  2nd    "         "    ( >= jpj )
20   jpkdta      =      31               !  number of levels      ( >= jpk )
21   jpiglo      =     182               !  1st dimension of global domain --> i =jpidta
22   jpjglo      =     149               !  2nd    -                  -    --> j  =jpjdta
23   jpizoom     =       1               !  left bottom (i,j) indices of the zoom
24   jpjzoom     =       1               !  in data domain indices
25   jperio      =       4               !  lateral cond. type (between 0 and 6)
26/
27!-----------------------------------------------------------------------
28&namzgr        !   vertical coordinate
29!-----------------------------------------------------------------------
30/
31!-----------------------------------------------------------------------
32&namdom        !   space and time domain (bathymetry, mesh, timestep)
33!-----------------------------------------------------------------------
34   nn_msh      =    1      !  create (=1) a mesh file or not (=0)
35   rn_rdt      = 21600.    !  time step for the dynamics (and tracer if nn_acc=0)
36   rn_rdtmin   = 21600.          !  minimum time step on tracers (used if nn_acc=1)
37   rn_rdtmax   = 21600.          !  maximum time step on tracers (used if nn_acc=1)
38   jphgr_msh   =       0               !  type of horizontal mesh
39   ppglam0     =  999999.0             !  longitude of first raw and column T-point (jphgr_msh = 1)
40   ppgphi0     =  999999.0             ! latitude  of first raw and column T-point (jphgr_msh = 1)
41   ppe1_deg    =  999999.0             !  zonal      grid-spacing (degrees)
42   ppe2_deg    =  999999.0             !  meridional grid-spacing (degrees)
43   ppe1_m      =  999999.0             !  zonal      grid-spacing (degrees)
44   ppe2_m      =  999999.0             !  meridional grid-spacing (degrees)
45   ppsur       =   -4762.96143546300   !  ORCA r4, r2 and r05 coefficients
46   ppa0        =     255.58049070440   ! (default coefficients)
47   ppa1        =     245.58132232490   !
48   ppkth       =      21.43336197938   !
49   ppacr       =       3.0             !
50   ppdzmin     =  999999.              !  Minimum vertical spacing
51   pphmax      =  999999.              !  Maximum depth
52   ldbletanh   =  .FALSE.              !  Use/do not use double tanf function for vertical coordinates
53   ppa2        =  999999.              !  Double tanh function parameters
54   ppkth2      =  999999.              !
55   ppacr2      =  999999.              !
56/
57!-----------------------------------------------------------------------
58&namcrs        !   Grid coarsening for dynamics output and/or
59               !   passive tracer coarsened online simulations
60!-----------------------------------------------------------------------
61/
62!-----------------------------------------------------------------------
63&namsbc        !   Surface Boundary Condition (surface module)
64!-----------------------------------------------------------------------
65   nn_fsbc     = 1         !  frequency of surface boundary condition computation
66
67!-----------------------------------------------------------------------
68&namtra_qsr    !   penetrative solar radiation
69!-----------------------------------------------------------------------
70   ln_traqsr   = .false.   !  Light penetration (T) or not (F)
71/
72!-----------------------------------------------------------------------
73&namsbc_ssr    !   surface boundary condition : sea surface restoring
74!-----------------------------------------------------------------------
75/     
76
77!-----------------------------------------------------------------------
78&namcla        !   cross land advection
79!-----------------------------------------------------------------------
80/
81!-----------------------------------------------------------------------
82&nambbl        !   bottom boundary layer scheme
83!-----------------------------------------------------------------------
84/
85!-----------------------------------------------------------------------
86&nameos        !   ocean physical parameters
87!-----------------------------------------------------------------------
88/
89!-----------------------------------------------------------------------
90&namtra_ldf    !   lateral diffusion scheme for tracer
91!-----------------------------------------------------------------------
92   ln_triad_iso     =  .true.  !  griffies operator calculates triads twice => pure lateral mixing in ML (require "key_ldfslp")
93/
94!-----------------------------------------------------------------------
95&namdta_dyn        !   offline dynamics read in files                ("key_offline")
96!-----------------------------------------------------------------------
97!            !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation !
98!            !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  !
99   sn_tem  = 'dyna_grid_T' ,    120            , 'votemper' ,  .true.    , .true. ,   'yearly'  , ''       , ''
100   sn_sal  = 'dyna_grid_T' ,    120            , 'vosaline' ,  .true.    , .true. ,   'yearly'  , ''       , ''
101   sn_mld  = 'dyna_grid_T' ,    120            , 'somixhgt' ,  .true.    , .true. ,   'yearly'  , ''       , ''
102   sn_emp  = 'dyna_grid_T' ,    120            , 'sowaflup' ,  .true.    , .true. ,   'yearly'  , ''       , ''
103   sn_fmf  = 'dyna_grid_T' ,    120            , 'iowaflup' ,  .true.    , .true. ,   'yearly'  , ''       , ''
104   sn_ice  = 'dyna_grid_T' ,    120            , 'soicecov' ,  .true.    , .true. ,   'yearly'  , ''       , ''
105   sn_qsr  = 'dyna_grid_T' ,    120            , 'soshfldo' ,  .true.    , .true. ,   'yearly'  , ''       , ''
106   sn_wnd  = 'dyna_grid_T' ,    120            , 'sowindsp' ,  .true.    , .true. ,   'yearly'  , ''       , ''
107   sn_uwd  = 'dyna_grid_U' ,    120            , 'vozocrtx' ,  .true.    , .true. ,   'yearly'  , ''       , ''
108   sn_vwd  = 'dyna_grid_V' ,    120            , 'vomecrty' ,  .true.    , .true. ,   'yearly'  , ''       , ''
109   sn_wwd  = 'dyna_grid_W' ,    120            , 'vovecrtz' ,  .true.    , .true. ,   'yearly'  , ''       , ''
110   sn_avt  = 'dyna_grid_W' ,    120            , 'voddmavs' ,  .true.    , .true. ,   'yearly'  , ''       , ''
111   sn_ubl  = 'dyna_grid_U' ,    120            , 'sobblcox' ,  .true.    , .true. ,   'yearly'  , ''       , ''
112   sn_vbl  = 'dyna_grid_V' ,    120            , 'sobblcoy' ,  .true.    , .true. ,   'yearly'  , ''       , ''
113   sn_ahu  = 'dyna_grid_U' ,    120            , 'vozoahtu' ,  .true.    , .true. ,   'yearly'  , ''       , ''
114   sn_ahv  = 'dyna_grid_V' ,    120            , 'vomeahtv' ,  .true.    , .true. ,   'yearly'  , ''       , ''
115   sn_ahw  = 'dyna_grid_W' ,    120            , 'voveahtz' ,  .true.    , .true. ,   'yearly'  , ''       , ''
116   sn_eiu  = 'dyna_grid_U' ,    120            , 'vozoaeiu' ,  .true.    , .true. ,   'yearly'  , ''       , ''
117   sn_eiv  = 'dyna_grid_V' ,    120            , 'vomeaeiv' ,  .true.    , .true. ,   'yearly'  , ''       , ''
118   sn_eiw  = 'dyna_grid_W' ,    120            , 'soleaeiw' ,  .true.    , .true. ,   'yearly'  , ''       , ''
119!
120   cn_dir      = './'      !  root directory for the location of the dynamical files
121   ln_degrad   =  .false.  !  flag for degradation -                requires ("key_degrad")
122   ln_dynwzv   =  .true.   !  computation of vertical velocity instead of using the one read in file
123   ln_dynbbl   =  .true.   !  bbl coef are in files, so read them - requires ("key_trabbl")
124/
125!-----------------------------------------------------------------------
126&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi)
127!-----------------------------------------------------------------------
128/
129!-----------------------------------------------------------------------
130&namctl        !   Control prints & Benchmark
131!-----------------------------------------------------------------------
132/
Note: See TracBrowser for help on using the repository browser.