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/trunk/cfgs/ORCA2_SAS_ICE/EXPREF – NEMO

source: NEMO/trunk/cfgs/ORCA2_SAS_ICE/EXPREF/namelist_cfg @ 12377

Last change on this file since 12377 was 12377, checked in by acc, 4 years ago

The big one. Merging all 2019 developments from the option 1 branch back onto the trunk.

This changeset reproduces 2019/dev_r11943_MERGE_2019 on the trunk using a 2-URL merge
onto a working copy of the trunk. I.e.:

svn merge --ignore-ancestry \

svn+ssh://acc@forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/NEMO/trunk \
svn+ssh://acc@forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/NEMO/branches/2019/dev_r11943_MERGE_2019 ./

The --ignore-ancestry flag avoids problems that may otherwise arise from the fact that
the merge history been trunk and branch may have been applied in a different order but
care has been taken before this step to ensure that all applicable fixes and updates
are present in the merge branch.

The trunk state just before this step has been branched to releases/release-4.0-HEAD
and that branch has been immediately tagged as releases/release-4.0.2. Any fixes
or additions in response to tickets on 4.0, 4.0.1 or 4.0.2 should be done on
releases/release-4.0-HEAD. From now on future 'point' releases (e.g. 4.0.2) will
remain unchanged with periodic releases as needs demand. Note release-4.0-HEAD is a
transitional naming convention. Future full releases, say 4.2, will have a release-4.2
branch which fulfills this role and the first point release (e.g. 4.2.0) will be made
immediately following the release branch creation.

2020 developments can be started from any trunk revision later than this one.

  • Property svn:mime-type set to text/x-fortran
File size: 17.6 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         !  =2  sea-ice model                         ("key_SI3" or "key_cice")
62/
63!-----------------------------------------------------------------------
64&namsbc_blk   !   namsbc_blk  generic Bulk formula                      (ln_blk =T)
65!-----------------------------------------------------------------------
66   !                    !  bulk algorithm :
67   ln_NCAR      = .true.    ! "NCAR"      algorithm   (Large and Yeager 2008)
68   ln_COARE_3p0 = .false.   ! "COARE 3.0" algorithm   (Fairall et al. 2003)
69   ln_COARE_3p6 = .false.   ! "COARE 3.6" algorithm   (Edson et al. 2013)
70   ln_ECMWF     = .false.   ! "ECMWF"     algorithm   (IFS cycle 31)
71      !
72      rn_zqt      = 10.       !  Air temperature & humidity reference height (m)
73      rn_zu       = 10.       !  Wind vector reference height (m)
74      ln_Cd_L12   = .false.   !  air-ice drags = F(ice concentration) (Lupkes et al. 2012)
75      ln_Cd_L15   = .false.   !  air-ice drags = F(ice concentration) (Lupkes et al. 2015)
76      rn_pfac     = 1.        !  multiplicative factor for precipitation (total & snow)
77      rn_efac     = 1.        !  multiplicative factor for evaporation (0. or 1.)
78      rn_vfac     = 0.        !  multiplicative factor for ocean & ice velocity used to
79      !                       !  calculate the wind stress (0.=absolute or 1.=relative winds)
80      ln_skin_cs = .false.  !  use the cool-skin parameterization (only available in ECMWF and COARE algorithms) !LB
81      ln_skin_wl = .false.  !  use the warm-layer        "               "                    "
82      !
83      ln_humi_sph = .true.     !  humidity specified below in "sn_humi" is specific humidity     [kg/kg] if .true.
84      ln_humi_dpt = .false.    !  humidity specified below in "sn_humi" is dew-point temperature   [K]   if .true.
85      ln_humi_rlh = .false.    !  humidity specified below in "sn_humi" is relative humidity       [%]   if .true.
86   !
87   cn_dir      = './'      !  root directory for the bulk data location
88   !___________!_________________________!___________________!___________!_____________!________!___________!______________________________________!__________!_______________!
89   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ !       weights filename               ! rotation ! land/sea mask !
90   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                                      ! pairing  !    filename   !
91   sn_wndi     = 'u_10.15JUNE2009_fill'       ,    6.        , 'U_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bicubic_noc.nc'  , 'Uwnd'   , ''
92   sn_wndj     = 'v_10.15JUNE2009_fill'       ,    6.        , 'V_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bicubic_noc.nc'  , 'Vwnd'   , ''
93   sn_qsr      = 'ncar_rad.15JUNE2009_fill'   ,   24.        , 'SWDN_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , ''
94   sn_qlw      = 'ncar_rad.15JUNE2009_fill'   ,   24.        , 'LWDN_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , ''
95   sn_tair     = 't_10.15JUNE2009_fill'       ,    6.        , 'T_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , ''
96   sn_humi     = 'q_10.15JUNE2009_fill'       ,    6.        , 'Q_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , ''
97   sn_prec     = 'ncar_precip.15JUNE2009_fill',   -1.        , 'PRC_MOD1',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , ''
98   sn_snow     = 'ncar_precip.15JUNE2009_fill',   -1.        , 'SNOW'    ,   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , ''
99   sn_slp      = 'slp.15JUNE2009_fill'        ,    6.        , 'SLP'     ,   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , ''
100/
101!-----------------------------------------------------------------------
102&namsbc_cpl    !   coupled ocean/atmosphere model                       ("key_oasis3")
103!-----------------------------------------------------------------------
104/
105!-----------------------------------------------------------------------
106&namsbc_sas    !   Stand-Alone Surface boundary condition
107!-----------------------------------------------------------------------
108   l_sasread   = .true.    !  =T Read in file ;  =F set all to 0. (see sbcssm)
109      ln_3d_uve   = .false.   !  specify whether we are supplying a 3D u,v and e3 field
110      ln_read_frq = .false.   !  specify whether we must read frq or not
111
112   cn_dir      = './'      !  root directory for the ocean data location
113   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________!
114   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask !
115   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   !
116   sn_usp      = 'sas_grid_U'            ,       120.        , 'uos'     ,   .true.    , .true. , 'yearly'  ,    ''            ,    ''    ,    ''
117   sn_vsp      = 'sas_grid_V'            ,       120.        , 'vos'     ,   .true.    , .true. , 'yearly'  ,    ''            ,    ''    ,    ''
118   sn_tem      = 'sas_grid_T'            ,       120.        , 'sosstsst',   .true.    , .true. , 'yearly'  ,    ''            ,    ''    ,    ''
119   sn_sal      = 'sas_grid_T'            ,       120.        , 'sosaline',   .true.    , .true. , 'yearly'  ,    ''            ,    ''    ,    ''
120   sn_ssh      = 'sas_grid_T'            ,       120.        , 'sossheig',   .true.    , .true. , 'yearly'  ,    ''            ,    ''    ,    ''
121   sn_e3t      = 'sas_grid_T'            ,       120.        , 'e3t_m'   ,   .true.    , .true. , 'yearly'  ,    ''            ,    ''    ,    ''
122   sn_frq      = 'sas_grid_T'            ,       120.        , 'frq_m'   ,   .true.    , .true. , 'yearly'  ,    ''            ,    ''    ,    ''
123/
124!!======================================================================
125!!               ***  Lateral boundary condition  ***                 !!
126!!                                                                    !!
127!!   namlbc        lateral momentum boundary condition                  (default: NO selection)
128!!   namagrif      agrif nested grid ( read by child model only )       ("key_agrif")
129!!   nam_tide      Tidal forcing                                        (default: OFF)
130!!   nambdy        Unstructured open boundaries                         (default: OFF)
131!!   nambdy_dta    Unstructured open boundaries - external data         (see  nambdy)
132!!   nambdy_tide   tidal forcing at open boundaries                     (default: OFF)
133!!======================================================================
134!
135!-----------------------------------------------------------------------
136&namlbc        !   lateral momentum boundary condition                  (default: NO selection)
137!-----------------------------------------------------------------------
138   rn_shlat    =    0.     !  free slip
139/
140!!======================================================================
141!!                ***  Top/Bottom boundary condition  ***             !!
142!!                                                                    !!
143!!   namdrg        top/bottom drag coefficient                          (default: NO selection)
144!!   namdrg_top    top    friction                                      (ln_OFF=F & ln_isfcav=T)
145!!   namdrg_bot    bottom friction                                      (ln_OFF=F)
146!!   nambbc        bottom temperature boundary condition                (default: OFF)
147!!   nambbl        bottom boundary layer scheme                         (default: OFF)
148!!======================================================================
149!
150!!======================================================================
151!!                        Tracer (T-S) namelists                      !!
152!!                                                                    !!
153!!   nameos        equation of state                                    (default: NO selection)
154!!   namtra_adv    advection scheme                                     (default: NO selection)
155!!   namtra_ldf    lateral diffusion scheme                             (default: NO selection)
156!!   namtra_mle    mixed layer eddy param. (Fox-Kemper param.)          (default: OFF)
157!!   namtra_eiv    eddy induced velocity param.                         (default: OFF)
158!!   namtra_dmp    T & S newtonian damping                              (default: OFF)
159!!======================================================================
160!
161!-----------------------------------------------------------------------
162&nameos        !   ocean Equation Of Seawater                           (default: OFF)
163!-----------------------------------------------------------------------
164   ln_teos10    = .true.         !  = Use TEOS-10 equation of state
165/
166!!======================================================================
167!!                      ***  Dynamics namelists  ***                  !!
168!!                                                                    !!
169!!   nam_vvl       vertical coordinate options                          (default: z-star)
170!!   namdyn_adv    formulation of the momentum advection                (default: NO selection)
171!!   namdyn_vor    advection scheme                                     (default: NO selection)
172!!   namdyn_hpg    hydrostatic pressure gradient                        (default: NO selection)
173!!   namdyn_spg    surface pressure gradient                            (default: NO selection)
174!!   namdyn_ldf    lateral diffusion scheme                             (default: NO selection)
175!!   namdta_dyn    offline TOP: dynamics read in files                  (OFF_SRC only)
176!!======================================================================
177!
178!!======================================================================
179!!                     vertical physics namelists                     !!
180!!                                                                    !!
181!!    namzdf        vertical physics manager                            (default: NO selection)
182!!    namzdf_ric    richardson number vertical mixing                   (ln_zdfric=T)
183!!    namzdf_tke    TKE vertical mixing                                 (ln_zdftke=T)
184!!    namzdf_gls    GLS vertical mixing                                 (ln_zdfgls=T)
185!!    namzdf_osm    OSM vertical diffusion                              (ln_zdfosm=T)
186!!    namzdf_iwm    tidal mixing parameterization                       (ln_zdfiwm=T)
187!!======================================================================
188!
189!!======================================================================
190!!                  ***  Diagnostics namelists  ***                   !!
191!!                                                                    !!
192!!   namtrd       dynamics and/or tracer trends                         (default: OFF)
193!!   namptr       Poleward Transport Diagnostics                        (default: OFF)
194!!   namhsb       Heat and salt budgets                                 (default: OFF)
195!!   namdiu       Cool skin and warm layer models                       (default: OFF)
196!!   namdiu       Cool skin and warm layer models                       (default: OFF)
197!!   namflo       float parameters                                      (default: OFF)
198!!   nam_diadct   transports through some sections                      (default: OFF)
199!!   nam_dia25h   25h Mean Output                                       (default: OFF)
200!!   namnc4       netcdf4 chunking and compression settings             ("key_netcdf4")
201!!======================================================================
202!
203!!======================================================================
204!!               ***  Observation & Assimilation  ***                 !!
205!!                                                                    !!
206!!   namobs       observation and model comparison                      (default: OFF)
207!!   nam_asminc   assimilation increments                               ('key_asminc')
208!!======================================================================
209!
210!!======================================================================
211!!                  ***  Miscellaneous namelists  ***                 !!
212!!                                                                    !!
213!!   nammpp            Massively Parallel Processing                    ("key_mpp_mpi")
214!!   namctl            Control prints                                   (default: OFF)
215!!   namsto            Stochastic parametrization of EOS                (default: OFF)
216!!======================================================================
217!
218!-----------------------------------------------------------------------
219&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi")
220!-----------------------------------------------------------------------
221/
222!-----------------------------------------------------------------------
223&namctl        !   Control prints                                       (default: OFF)
224!-----------------------------------------------------------------------
225/
226!-----------------------------------------------------------------------
227&namsto        ! Stochastic parametrization of EOS                      (default: OFF)
228!-----------------------------------------------------------------------
229/
Note: See TracBrowser for help on using the repository browser.