source: CONFIG/UNIFORM/v6/NEMO_v6/GENERAL/PARAM/NAMELIST/ORCA2/namelist_offline_ia_cfg @ 4397

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

Updating PISCES offline configuration

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