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_r12563_ASINTER-06_ABL_improvement/cfgs/ORCA2_SAS_ICE/EXPREF – NEMO

source: NEMO/branches/2020/dev_r12563_ASINTER-06_ABL_improvement/cfgs/ORCA2_SAS_ICE/EXPREF/namelist_cfg @ 13159

Last change on this file since 13159 was 13159, checked in by gsamson, 4 years ago

merge trunk@r13136 into ASINTER-06 branch; pass all SETTE tests; results identical to trunk@r13136; ticket #2419

  • Property svn:mime-type set to text/x-fortran
File size: 17.7 KB
RevLine 
[7404]1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[10072]2!! NEMO/OCE  Configuration namelist : overwrite default values defined in SHARED/namelist_ref
[7404]3!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[9742]4!!                ORCA2-ICE (with SAS) configuration                  !!
[9490]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)
[9742]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")
[9490]17!!======================================================================
[7404]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!-----------------------------------------------------------------------
[9356]28&namdom        !   time and space domain
[7404]29!-----------------------------------------------------------------------
30   ln_linssh   = .true.   !  =T  linear free surface  ==>>  model level are fixed in time
31/
32!-----------------------------------------------------------------------
[9490]33&namcfg        !   parameters of the configuration                      (default: user defined GYRE)
[9356]34!-----------------------------------------------------------------------
[9490]35   ln_read_cfg = .true.    !  (=T) read the domain configuration file
36      cn_domcfg = "ORCA_R2_zps_domcfg"    ! domain configuration filename
[9356]37/
[9490]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!
[9356]56!-----------------------------------------------------------------------
[7404]57&namsbc        !   Surface Boundary Condition (surface module)
58!-----------------------------------------------------------------------
[9490]59   nn_fsbc     = 1         !  frequency of SBC module call
[7404]60   ln_blk      = .true.    !  Bulk formulation                          (T => fill namsbc_blk )
[13159]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
[7404]64/
65!-----------------------------------------------------------------------
[9356]66&namsbc_blk   !   namsbc_blk  generic Bulk formula                      (ln_blk =T)
67!-----------------------------------------------------------------------
[12377]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   !
[9490]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   !
[11536]93   sn_wndi     = 'u_10.15JUNE2009_fill'       ,    6.        , 'U_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bicubic_noc.nc'  , 'Uwnd'   , ''
94   sn_wndj     = 'v_10.15JUNE2009_fill'       ,    6.        , 'V_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bicubic_noc.nc'  , 'Vwnd'   , ''
95   sn_qsr      = 'ncar_rad.15JUNE2009_fill'   ,   24.        , 'SWDN_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , ''
96   sn_qlw      = 'ncar_rad.15JUNE2009_fill'   ,   24.        , 'LWDN_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , ''
97   sn_tair     = 't_10.15JUNE2009_fill'       ,    6.        , 'T_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , ''
98   sn_humi     = 'q_10.15JUNE2009_fill'       ,    6.        , 'Q_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , ''
99   sn_prec     = 'ncar_precip.15JUNE2009_fill',   -1.        , 'PRC_MOD1',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , ''
100   sn_snow     = 'ncar_precip.15JUNE2009_fill',   -1.        , 'SNOW'    ,   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , ''
101   sn_slp      = 'slp.15JUNE2009_fill'        ,    6.        , 'SLP'     ,   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , ''
[7404]102/
103!-----------------------------------------------------------------------
[9356]104&namsbc_cpl    !   coupled ocean/atmosphere model                       ("key_oasis3")
[7404]105!-----------------------------------------------------------------------
[9356]106/
[7404]107!-----------------------------------------------------------------------
[9356]108&namsbc_sas    !   Stand-Alone Surface boundary condition
[7404]109!-----------------------------------------------------------------------
[9490]110   l_sasread   = .true.    !  =T Read in file ;  =F set all to 0. (see sbcssm)
111      ln_3d_uve   = .false.   !  specify whether we are supplying a 3D u,v and e3 field
112      ln_read_frq = .false.   !  specify whether we must read frq or not
113
114   cn_dir      = './'      !  root directory for the ocean data location
115   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________!
116   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask !
117   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   !
[11536]118   sn_usp      = 'sas_grid_U'            ,       120.        , 'uos'     ,   .true.    , .true. , 'yearly'  ,    ''            ,    ''    ,    ''
119   sn_vsp      = 'sas_grid_V'            ,       120.        , 'vos'     ,   .true.    , .true. , 'yearly'  ,    ''            ,    ''    ,    ''
120   sn_tem      = 'sas_grid_T'            ,       120.        , 'sosstsst',   .true.    , .true. , 'yearly'  ,    ''            ,    ''    ,    ''
121   sn_sal      = 'sas_grid_T'            ,       120.        , 'sosaline',   .true.    , .true. , 'yearly'  ,    ''            ,    ''    ,    ''
122   sn_ssh      = 'sas_grid_T'            ,       120.        , 'sossheig',   .true.    , .true. , 'yearly'  ,    ''            ,    ''    ,    ''
123   sn_e3t      = 'sas_grid_T'            ,       120.        , 'e3t_m'   ,   .true.    , .true. , 'yearly'  ,    ''            ,    ''    ,    ''
124   sn_frq      = 'sas_grid_T'            ,       120.        , 'frq_m'   ,   .true.    , .true. , 'yearly'  ,    ''            ,    ''    ,    ''
[7404]125/
[9490]126!!======================================================================
[9527]127!!               ***  Lateral boundary condition  ***                 !!
128!!                                                                    !!
129!!   namlbc        lateral momentum boundary condition                  (default: NO selection)
130!!   namagrif      agrif nested grid ( read by child model only )       ("key_agrif")
131!!   nam_tide      Tidal forcing                                        (default: OFF)
132!!   nambdy        Unstructured open boundaries                         (default: OFF)
133!!   nambdy_dta    Unstructured open boundaries - external data         (see  nambdy)
134!!   nambdy_tide   tidal forcing at open boundaries                     (default: OFF)
135!!======================================================================
136!
137!-----------------------------------------------------------------------
138&namlbc        !   lateral momentum boundary condition                  (default: NO selection)
139!-----------------------------------------------------------------------
140   rn_shlat    =    0.     !  free slip
141/
142!!======================================================================
[9742]143!!                ***  Top/Bottom boundary condition  ***             !!
[9490]144!!                                                                    !!
[9742]145!!   namdrg        top/bottom drag coefficient                          (default: NO selection)
146!!   namdrg_top    top    friction                                      (ln_OFF=F & ln_isfcav=T)
147!!   namdrg_bot    bottom friction                                      (ln_OFF=F)
148!!   nambbc        bottom temperature boundary condition                (default: OFF)
149!!   nambbl        bottom boundary layer scheme                         (default: OFF)
150!!======================================================================
151!
152!!======================================================================
153!!                        Tracer (T-S) namelists                      !!
[9490]154!!                                                                    !!
[9742]155!!   nameos        equation of state                                    (default: NO selection)
156!!   namtra_adv    advection scheme                                     (default: NO selection)
157!!   namtra_ldf    lateral diffusion scheme                             (default: NO selection)
158!!   namtra_mle    mixed layer eddy param. (Fox-Kemper param.)          (default: OFF)
159!!   namtra_eiv    eddy induced velocity param.                         (default: OFF)
160!!   namtra_dmp    T & S newtonian damping                              (default: OFF)
161!!======================================================================
162!
[7404]163!-----------------------------------------------------------------------
[9526]164&nameos        !   ocean Equation Of Seawater                           (default: OFF)
[9356]165!-----------------------------------------------------------------------
[7404]166   ln_teos10    = .true.         !  = Use TEOS-10 equation of state
[9560]167/
[9742]168!!======================================================================
169!!                      ***  Dynamics namelists  ***                  !!
170!!                                                                    !!
171!!   nam_vvl       vertical coordinate options                          (default: z-star)
172!!   namdyn_adv    formulation of the momentum advection                (default: NO selection)
173!!   namdyn_vor    advection scheme                                     (default: NO selection)
174!!   namdyn_hpg    hydrostatic pressure gradient                        (default: NO selection)
175!!   namdyn_spg    surface pressure gradient                            (default: NO selection)
176!!   namdyn_ldf    lateral diffusion scheme                             (default: NO selection)
177!!   namdta_dyn    offline TOP: dynamics read in files                  (OFF_SRC only)
178!!======================================================================
[9560]179!
[9742]180!!======================================================================
181!!                     vertical physics namelists                     !!
182!!                                                                    !!
183!!    namzdf        vertical physics manager                            (default: NO selection)
184!!    namzdf_ric    richardson number vertical mixing                   (ln_zdfric=T)
185!!    namzdf_tke    TKE vertical mixing                                 (ln_zdftke=T)
186!!    namzdf_gls    GLS vertical mixing                                 (ln_zdfgls=T)
187!!    namzdf_osm    OSM vertical diffusion                              (ln_zdfosm=T)
188!!    namzdf_iwm    tidal mixing parameterization                       (ln_zdfiwm=T)
189!!======================================================================
190!
191!!======================================================================
192!!                  ***  Diagnostics namelists  ***                   !!
193!!                                                                    !!
194!!   namtrd       dynamics and/or tracer trends                         (default: OFF)
195!!   namptr       Poleward Transport Diagnostics                        (default: OFF)
196!!   namhsb       Heat and salt budgets                                 (default: OFF)
197!!   namdiu       Cool skin and warm layer models                       (default: OFF)
198!!   namdiu       Cool skin and warm layer models                       (default: OFF)
[11536]199!!   namflo       float parameters                                      (default: OFF)
200!!   nam_diadct   transports through some sections                      (default: OFF)
[9742]201!!   nam_dia25h   25h Mean Output                                       (default: OFF)
202!!   namnc4       netcdf4 chunking and compression settings             ("key_netcdf4")
203!!======================================================================
204!
205!!======================================================================
206!!               ***  Observation & Assimilation  ***                 !!
207!!                                                                    !!
208!!   namobs       observation and model comparison                      (default: OFF)
209!!   nam_asminc   assimilation increments                               ('key_asminc')
210!!======================================================================
211!
212!!======================================================================
213!!                  ***  Miscellaneous namelists  ***                 !!
214!!                                                                    !!
215!!   nammpp            Massively Parallel Processing                    ("key_mpp_mpi")
216!!   namctl            Control prints                                   (default: OFF)
217!!   namsto            Stochastic parametrization of EOS                (default: OFF)
218!!======================================================================
219!
[9560]220!-----------------------------------------------------------------------
221&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi")
222!-----------------------------------------------------------------------
223/
224!-----------------------------------------------------------------------
225&namctl        !   Control prints                                       (default: OFF)
226!-----------------------------------------------------------------------
227/
228!-----------------------------------------------------------------------
229&namsto        ! Stochastic parametrization of EOS                      (default: OFF)
230!-----------------------------------------------------------------------
231/
Note: See TracBrowser for help on using the repository browser.