source: CONFIG/UNIFORM/v6/NEMO_v6/GENERAL/PARAM/NAMELIST/ORCA2/namelist_offline_clim_cfg @ 3854

Last change on this file since 3854 was 3854, checked in by cetlod, 6 years ago

NEMO_v6 for OMIP : Add new version of sub-dir PARAM + update driver

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