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 NEMO/branches/2020/dev_r12558_HPC-08_epico_Extra_Halo/cfgs/ORCA2_SAS_ICE/EXPREF – NEMO

source: NEMO/branches/2020/dev_r12558_HPC-08_epico_Extra_Halo/cfgs/ORCA2_SAS_ICE/EXPREF/namelist_cfg @ 13015

Last change on this file since 13015 was 13015, checked in by smasson, 4 years ago

Extra_Halo: merge with trunk@13012, see #2366

  • Property svn:mime-type set to text/x-fortran
File size: 17.4 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO/OCE  Configuration namelist : overwrite default values defined in SHARED/namelist_ref
3!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
4!!                ORCA2-ICE (with SAS) configuration                  !!
5!!======================================================================
6!!              ***  Domain & Run management namelists  ***           !!
7!!                                                                    !!
8!!   namrun       parameters of the run
9!!   namdom       space and time domain
10!!   namcfg       parameters of the configuration                       (default: user defined GYRE)
11!!   namwad       Wetting and drying                                    (default: OFF)
12!!   namtsd       data: temperature & salinity                          (default: OFF)
13!!   namcrs       coarsened grid (for outputs and/or TOP)               (ln_crs =T)
14!!   namc1d       1D configuration options                              ("key_c1d")
15!!   namc1d_dyndmp 1D newtonian damping applied on currents             ("key_c1d")
16!!   namc1d_uvd   1D data (currents)                                    ("key_c1d")
17!!======================================================================
18!
19!-----------------------------------------------------------------------
20&namrun        !   parameters of the run
21!-----------------------------------------------------------------------
22   nn_no       =       0   !  job number (no more used...)
23   cn_exp      =  "ORCA2_SAS"  !  experience name
24   nn_it000    =       1   !  first time step
25   nn_itend    =     100   !  last  time step (std 5475)
26/
27!-----------------------------------------------------------------------
28&namdom        !   time and space domain
29!-----------------------------------------------------------------------
30   ln_linssh   = .true.   !  =T  linear free surface  ==>>  model level are fixed in time
31/
32!-----------------------------------------------------------------------
33&namcfg        !   parameters of the configuration                      (default: user defined GYRE)
34!-----------------------------------------------------------------------
35   ln_read_cfg = .true.    !  (=T) read the domain configuration file
36      cn_domcfg = "ORCA_R2_zps_domcfg"    ! domain configuration filename
37/
38!!======================================================================
39!!            ***  Surface Boundary Condition namelists  ***          !!
40!!                                                                    !!
41!!                           SAS case                                 !!
42!!                                                                    !!
43!!   namsbc          surface boundary condition manager                 (default: NO selection)
44!!   namsbc_flx      flux               formulation                     (ln_flx     =T)
45!!   namsbc_blk      Bulk formulae formulation                          (ln_blk     =T)
46!!   namsbc_cpl      CouPLed            formulation                     ("key_oasis3" )
47!!   namsbc_sas      Stand-Alone Surface module                         (SAS_SRC  only)
48!!   namsbc_iif      Ice-IF: use observed ice cover                     (nn_ice = 1   )
49!!   namsbc_ssr      sea surface restoring term (for T and/or S)        (ln_ssr     =T)
50!!   namsbc_rnf      river runoffs                                      (ln_rnf     =T)
51!!   namsbc_apr      Atmospheric Pressure                               (ln_apr_dyn =T)
52!!   namsbc_wave     external fields from wave model                    (ln_wave    =T)
53!!   namberg         iceberg floats                                     (ln_icebergs=T)
54!!======================================================================
55!
56!-----------------------------------------------------------------------
57&namsbc        !   Surface Boundary Condition (surface module)
58!-----------------------------------------------------------------------
59   nn_fsbc     = 1         !  frequency of SBC module call
60   ln_blk      = .true.    !  Bulk formulation                          (T => fill namsbc_blk )
61   nn_ice      = 2         !  =0 no ice boundary condition
62      !                    !  =1 use observed ice-cover                 (  => fill namsbc_iif )
63      !                    !  =2 or 3 for SI3 and CICE, respectively
64/
65!-----------------------------------------------------------------------
66&namsbc_blk   !   namsbc_blk  generic Bulk formula                      (ln_blk =T)
67!-----------------------------------------------------------------------
68   !                    !  bulk algorithm :
69   ln_NCAR      = .true.    ! "NCAR"      algorithm   (Large and Yeager 2008)
70   ln_COARE_3p0 = .false.   ! "COARE 3.0" algorithm   (Fairall et al. 2003)
71   ln_COARE_3p6 = .false.   ! "COARE 3.6" algorithm   (Edson et al. 2013)
72   ln_ECMWF     = .false.   ! "ECMWF"     algorithm   (IFS cycle 31)
73      !
74      rn_zqt      = 10.       !  Air temperature & humidity reference height (m)
75      rn_zu       = 10.       !  Wind vector reference height (m)
76      ln_Cd_L12   = .false.   !  air-ice drags = F(ice concentration) (Lupkes et al. 2012)
77      ln_Cd_L15   = .false.   !  air-ice drags = F(ice concentration) (Lupkes et al. 2015)
78      rn_pfac     = 1.        !  multiplicative factor for precipitation (total & snow)
79      rn_efac     = 1.        !  multiplicative factor for evaporation (0. or 1.)
80      rn_vfac     = 0.        !  multiplicative factor for ocean & ice velocity used to
81      !                       !  calculate the wind stress (0.=absolute or 1.=relative winds)
82      ln_skin_cs = .false.  !  use the cool-skin parameterization (only available in ECMWF and COARE algorithms) !LB
83      ln_skin_wl = .false.  !  use the warm-layer        "               "                    "
84      !
85      ln_humi_sph = .true.     !  humidity specified below in "sn_humi" is specific humidity     [kg/kg] if .true.
86      ln_humi_dpt = .false.    !  humidity specified below in "sn_humi" is dew-point temperature   [K]   if .true.
87      ln_humi_rlh = .false.    !  humidity specified below in "sn_humi" is relative humidity       [%]   if .true.
88   !
89   cn_dir      = './'      !  root directory for the bulk data location
90   !___________!_________________________!___________________!___________!_____________!________!___________!______________________________________!__________!_______________!
91   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ !       weights filename               ! rotation ! land/sea mask !
92   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                                      ! pairing  !    filename   !
93   sn_wndi     = 'u_10.15JUNE2009_fill'       ,    6.        , 'U_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core2_orca2_bicub'  , 'Uwnd'   , ''
94   sn_wndj     = 'v_10.15JUNE2009_fill'       ,    6.        , 'V_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core2_orca2_bicub'  , 'Vwnd'   , ''
95   sn_qsr      = 'ncar_rad.15JUNE2009_fill'   ,   24.        , 'SWDN_MOD',   .false.   , .true. , 'yearly'  , 'weights_core2_orca2_bilin' , ''       , ''
96   sn_qlw      = 'ncar_rad.15JUNE2009_fill'   ,   24.        , 'LWDN_MOD',   .false.   , .true. , 'yearly'  , 'weights_core2_orca2_bilin' , ''       , ''
97   sn_tair     = 't_10.15JUNE2009_fill'       ,    6.        , 'T_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core2_orca2_bilin' , ''       , ''
98   sn_humi     = 'q_10.15JUNE2009_fill'       ,    6.        , 'Q_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core2_orca2_bilin' , ''       , ''
99   sn_prec     = 'ncar_precip.15JUNE2009_fill',   -1.        , 'PRC_MOD1',   .false.   , .true. , 'yearly'  , 'weights_core2_orca2_bilin' , ''       , ''
100   sn_snow     = 'ncar_precip.15JUNE2009_fill',   -1.        , 'SNOW'    ,   .false.   , .true. , 'yearly'  , 'weights_core2_orca2_bilin' , ''       , ''
101   sn_slp      = 'slp.15JUNE2009_fill'        ,    6.        , 'SLP'     ,   .false.   , .true. , 'yearly'  , 'weights_core2_orca2_bilin' , ''       , ''
102/
103!-----------------------------------------------------------------------
104&namsbc_sas    !   Stand-Alone Surface boundary condition
105!-----------------------------------------------------------------------
106   l_sasread   = .true.    !  =T Read in file ;  =F set all to 0. (see sbcssm)
107      ln_3d_uve   = .false.   !  specify whether we are supplying a 3D u,v and e3 field
108      ln_read_frq = .false.   !  specify whether we must read frq or not
109
110   cn_dir      = './'      !  root directory for the ocean data location
111   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________!
112   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask !
113   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   !
114   sn_usp      = 'sas_grid_U'            ,       120.        , 'uos'     ,   .true.    , .true. , 'yearly'  ,    ''            ,    ''    ,    ''
115   sn_vsp      = 'sas_grid_V'            ,       120.        , 'vos'     ,   .true.    , .true. , 'yearly'  ,    ''            ,    ''    ,    ''
116   sn_tem      = 'sas_grid_T'            ,       120.        , 'sosstsst',   .true.    , .true. , 'yearly'  ,    ''            ,    ''    ,    ''
117   sn_sal      = 'sas_grid_T'            ,       120.        , 'sosaline',   .true.    , .true. , 'yearly'  ,    ''            ,    ''    ,    ''
118   sn_ssh      = 'sas_grid_T'            ,       120.        , 'sossheig',   .true.    , .true. , 'yearly'  ,    ''            ,    ''    ,    ''
119   sn_e3t      = 'sas_grid_T'            ,       120.        , 'e3t_m'   ,   .true.    , .true. , 'yearly'  ,    ''            ,    ''    ,    ''
120   sn_frq      = 'sas_grid_T'            ,       120.        , 'frq_m'   ,   .true.    , .true. , 'yearly'  ,    ''            ,    ''    ,    ''
121/
122!!======================================================================
123!!               ***  Lateral boundary condition  ***                 !!
124!!                                                                    !!
125!!   namlbc        lateral momentum boundary condition                  (default: NO selection)
126!!   namagrif      agrif nested grid ( read by child model only )       ("key_agrif")
127!!   nam_tide      Tidal forcing                                        (default: OFF)
128!!   nambdy        Unstructured open boundaries                         (default: OFF)
129!!   nambdy_dta    Unstructured open boundaries - external data         (see  nambdy)
130!!   nambdy_tide   tidal forcing at open boundaries                     (default: OFF)
131!!======================================================================
132!
133!-----------------------------------------------------------------------
134&namlbc        !   lateral momentum boundary condition                  (default: NO selection)
135!-----------------------------------------------------------------------
136   rn_shlat    =    0.     !  free slip
137/
138!!======================================================================
139!!                ***  Top/Bottom boundary condition  ***             !!
140!!                                                                    !!
141!!   namdrg        top/bottom drag coefficient                          (default: NO selection)
142!!   namdrg_top    top    friction                                      (ln_OFF=F & ln_isfcav=T)
143!!   namdrg_bot    bottom friction                                      (ln_OFF=F)
144!!   nambbc        bottom temperature boundary condition                (default: OFF)
145!!   nambbl        bottom boundary layer scheme                         (default: OFF)
146!!======================================================================
147!
148!!======================================================================
149!!                        Tracer (T-S) namelists                      !!
150!!                                                                    !!
151!!   nameos        equation of state                                    (default: NO selection)
152!!   namtra_adv    advection scheme                                     (default: NO selection)
153!!   namtra_ldf    lateral diffusion scheme                             (default: NO selection)
154!!   namtra_mle    mixed layer eddy param. (Fox-Kemper param.)          (default: OFF)
155!!   namtra_eiv    eddy induced velocity param.                         (default: OFF)
156!!   namtra_dmp    T & S newtonian damping                              (default: OFF)
157!!======================================================================
158!
159!-----------------------------------------------------------------------
160&nameos        !   ocean Equation Of Seawater                           (default: OFF)
161!-----------------------------------------------------------------------
162   ln_teos10    = .true.         !  = Use TEOS-10 equation of state
163/
164!!======================================================================
165!!                      ***  Dynamics namelists  ***                  !!
166!!                                                                    !!
167!!   nam_vvl       vertical coordinate options                          (default: z-star)
168!!   namdyn_adv    formulation of the momentum advection                (default: NO selection)
169!!   namdyn_vor    advection scheme                                     (default: NO selection)
170!!   namdyn_hpg    hydrostatic pressure gradient                        (default: NO selection)
171!!   namdyn_spg    surface pressure gradient                            (default: NO selection)
172!!   namdyn_ldf    lateral diffusion scheme                             (default: NO selection)
173!!   namdta_dyn    offline TOP: dynamics read in files                  (OFF_SRC only)
174!!======================================================================
175!
176!!======================================================================
177!!                     vertical physics namelists                     !!
178!!                                                                    !!
179!!    namzdf        vertical physics manager                            (default: NO selection)
180!!    namzdf_ric    richardson number vertical mixing                   (ln_zdfric=T)
181!!    namzdf_tke    TKE vertical mixing                                 (ln_zdftke=T)
182!!    namzdf_gls    GLS vertical mixing                                 (ln_zdfgls=T)
183!!    namzdf_osm    OSM vertical diffusion                              (ln_zdfosm=T)
184!!    namzdf_iwm    tidal mixing parameterization                       (ln_zdfiwm=T)
185!!======================================================================
186!
187!!======================================================================
188!!                  ***  Diagnostics namelists  ***                   !!
189!!                                                                    !!
190!!   namtrd       dynamics and/or tracer trends                         (default: OFF)
191!!   namptr       Poleward Transport Diagnostics                        (default: OFF)
192!!   namhsb       Heat and salt budgets                                 (default: OFF)
193!!   namdiu       Cool skin and warm layer models                       (default: OFF)
194!!   namdiu       Cool skin and warm layer models                       (default: OFF)
195!!   namflo       float parameters                                      (default: OFF)
196!!   nam_diadct   transports through some sections                      (default: OFF)
197!!   nam_dia25h   25h Mean Output                                       (default: OFF)
198!!   namnc4       netcdf4 chunking and compression settings             ("key_netcdf4")
199!!======================================================================
200!
201!!======================================================================
202!!               ***  Observation & Assimilation  ***                 !!
203!!                                                                    !!
204!!   namobs       observation and model comparison                      (default: OFF)
205!!   nam_asminc   assimilation increments                               ('key_asminc')
206!!======================================================================
207!
208!!======================================================================
209!!                  ***  Miscellaneous namelists  ***                 !!
210!!                                                                    !!
211!!   nammpp            Massively Parallel Processing                    ("key_mpp_mpi")
212!!   namctl            Control prints                                   (default: OFF)
213!!   namsto            Stochastic parametrization of EOS                (default: OFF)
214!!======================================================================
215!
216!-----------------------------------------------------------------------
217&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi")
218!-----------------------------------------------------------------------
219/
220!-----------------------------------------------------------------------
221&namctl        !   Control prints                                       (default: OFF)
222!-----------------------------------------------------------------------
223/
224!-----------------------------------------------------------------------
225&namsto        ! Stochastic parametrization of EOS                      (default: OFF)
226!-----------------------------------------------------------------------
227/
Note: See TracBrowser for help on using the repository browser.