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_r13383_HPC-02_Daley_Tiling/cfgs/ORCA2_SAS_ICE/EXPREF – NEMO

source: NEMO/branches/2020/dev_r13383_HPC-02_Daley_Tiling/cfgs/ORCA2_SAS_ICE/EXPREF/namelist_cfg @ 13553

Last change on this file since 13553 was 13553, checked in by hadcv, 4 years ago

Merge in trunk up to [13550]

  • Property svn:mime-type set to text/x-fortran
File size: 15.9 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   !
71   cn_dir      = './'      !  root directory for the bulk data location
72   !___________!_________________________!___________________!___________!_____________!________!___________!______________________________________!__________!_______________!
73   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ !       weights filename               ! rotation ! land/sea mask !
74   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                                      ! pairing  !    filename   !
75   sn_wndi     = 'u_10.15JUNE2009_fill'       ,    6.        , 'U_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core2_orca2_bicub'  , 'Uwnd'   , ''
76   sn_wndj     = 'v_10.15JUNE2009_fill'       ,    6.        , 'V_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core2_orca2_bicub'  , 'Vwnd'   , ''
77   sn_qsr      = 'ncar_rad.15JUNE2009_fill'   ,   24.        , 'SWDN_MOD',   .false.   , .true. , 'yearly'  , 'weights_core2_orca2_bilin' , ''       , ''
78   sn_qlw      = 'ncar_rad.15JUNE2009_fill'   ,   24.        , 'LWDN_MOD',   .false.   , .true. , 'yearly'  , 'weights_core2_orca2_bilin' , ''       , ''
79   sn_tair     = 't_10.15JUNE2009_fill'       ,    6.        , 'T_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core2_orca2_bilin' , ''       , ''
80   sn_humi     = 'q_10.15JUNE2009_fill'       ,    6.        , 'Q_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core2_orca2_bilin' , ''       , ''
81   sn_prec     = 'ncar_precip.15JUNE2009_fill',   -1.        , 'PRC_MOD1',   .false.   , .true. , 'yearly'  , 'weights_core2_orca2_bilin' , ''       , ''
82   sn_snow     = 'ncar_precip.15JUNE2009_fill',   -1.        , 'SNOW'    ,   .false.   , .true. , 'yearly'  , 'weights_core2_orca2_bilin' , ''       , ''
83   sn_slp      = 'slp.15JUNE2009_fill'        ,    6.        , 'SLP'     ,   .false.   , .true. , 'yearly'  , 'weights_core2_orca2_bilin' , ''       , ''
84/
85!-----------------------------------------------------------------------
86&namsbc_sas    !   Stand-Alone Surface boundary condition
87!-----------------------------------------------------------------------
88   l_sasread   = .true.    !  =T Read in file ;  =F set all to 0. (see sbcssm)
89      ln_3d_uve   = .false.   !  specify whether we are supplying a 3D u,v and e3 field
90      ln_read_frq = .false.   !  specify whether we must read frq or not
91
92   cn_dir      = './'      !  root directory for the ocean data location
93   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________!
94   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask !
95   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   !
96   sn_usp      = 'sas_grid_U'            ,       120.        , 'uos'     ,   .true.    , .true. , 'yearly'  ,    ''            ,    ''    ,    ''
97   sn_vsp      = 'sas_grid_V'            ,       120.        , 'vos'     ,   .true.    , .true. , 'yearly'  ,    ''            ,    ''    ,    ''
98   sn_tem      = 'sas_grid_T'            ,       120.        , 'sosstsst',   .true.    , .true. , 'yearly'  ,    ''            ,    ''    ,    ''
99   sn_sal      = 'sas_grid_T'            ,       120.        , 'sosaline',   .true.    , .true. , 'yearly'  ,    ''            ,    ''    ,    ''
100   sn_ssh      = 'sas_grid_T'            ,       120.        , 'sossheig',   .true.    , .true. , 'yearly'  ,    ''            ,    ''    ,    ''
101   sn_e3t      = 'sas_grid_T'            ,       120.        , 'e3t_m'   ,   .true.    , .true. , 'yearly'  ,    ''            ,    ''    ,    ''
102   sn_frq      = 'sas_grid_T'            ,       120.        , 'frq_m'   ,   .true.    , .true. , 'yearly'  ,    ''            ,    ''    ,    ''
103/
104!!======================================================================
105!!               ***  Lateral boundary condition  ***                 !!
106!!                                                                    !!
107!!   namlbc        lateral momentum boundary condition                  (default: NO selection)
108!!   namagrif      agrif nested grid ( read by child model only )       ("key_agrif")
109!!   nam_tide      Tidal forcing                                        (default: OFF)
110!!   nambdy        Unstructured open boundaries                         (default: OFF)
111!!   nambdy_dta    Unstructured open boundaries - external data         (see  nambdy)
112!!   nambdy_tide   tidal forcing at open boundaries                     (default: OFF)
113!!======================================================================
114!
115!-----------------------------------------------------------------------
116&namlbc        !   lateral momentum boundary condition                  (default: NO selection)
117!-----------------------------------------------------------------------
118   rn_shlat    =    0.     !  free slip
119/
120!!======================================================================
121!!                ***  Top/Bottom boundary condition  ***             !!
122!!                                                                    !!
123!!   namdrg        top/bottom drag coefficient                          (default: NO selection)
124!!   namdrg_top    top    friction                                      (ln_drg_OFF=F & ln_isfcav=T)
125!!   namdrg_bot    bottom friction                                      (ln_drg_OFF=F)
126!!   nambbc        bottom temperature boundary condition                (default: OFF)
127!!   nambbl        bottom boundary layer scheme                         (default: OFF)
128!!======================================================================
129!
130!!======================================================================
131!!                        Tracer (T-S) namelists                      !!
132!!                                                                    !!
133!!   nameos        equation of state                                    (default: NO selection)
134!!   namtra_adv    advection scheme                                     (default: NO selection)
135!!   namtra_ldf    lateral diffusion scheme                             (default: NO selection)
136!!   namtra_mle    mixed layer eddy param. (Fox-Kemper param.)          (default: OFF)
137!!   namtra_eiv    eddy induced velocity param.                         (default: OFF)
138!!   namtra_dmp    T & S newtonian damping                              (default: OFF)
139!!======================================================================
140!
141!-----------------------------------------------------------------------
142&nameos        !   ocean Equation Of Seawater                           (default: OFF)
143!-----------------------------------------------------------------------
144   ln_teos10    = .true.         !  = Use TEOS-10 equation of state
145/
146!!======================================================================
147!!                      ***  Dynamics namelists  ***                  !!
148!!                                                                    !!
149!!   nam_vvl       vertical coordinate options                          (default: z-star)
150!!   namdyn_adv    formulation of the momentum advection                (default: NO selection)
151!!   namdyn_vor    advection scheme                                     (default: NO selection)
152!!   namdyn_hpg    hydrostatic pressure gradient                        (default: NO selection)
153!!   namdyn_spg    surface pressure gradient                            (default: NO selection)
154!!   namdyn_ldf    lateral diffusion scheme                             (default: NO selection)
155!!   namdta_dyn    offline TOP: dynamics read in files                  (OFF_SRC only)
156!!======================================================================
157!
158!!======================================================================
159!!                     vertical physics namelists                     !!
160!!                                                                    !!
161!!    namzdf        vertical physics manager                            (default: NO selection)
162!!    namzdf_ric    richardson number vertical mixing                   (ln_zdfric=T)
163!!    namzdf_tke    TKE vertical mixing                                 (ln_zdftke=T)
164!!    namzdf_gls    GLS vertical mixing                                 (ln_zdfgls=T)
165!!    namzdf_osm    OSM vertical diffusion                              (ln_zdfosm=T)
166!!    namzdf_iwm    tidal mixing parameterization                       (ln_zdfiwm=T)
167!!======================================================================
168!
169!!======================================================================
170!!                  ***  Diagnostics namelists  ***                   !!
171!!                                                                    !!
172!!   namtrd       dynamics and/or tracer trends                         (default: OFF)
173!!   namptr       Poleward Transport Diagnostics                        (default: OFF)
174!!   namhsb       Heat and salt budgets                                 (default: OFF)
175!!   namdiu       Cool skin and warm layer models                       (default: OFF)
176!!   namdiu       Cool skin and warm layer models                       (default: OFF)
177!!   namflo       float parameters                                      (default: OFF)
178!!   nam_diadct   transports through some sections                      (default: OFF)
179!!   nam_dia25h   25h Mean Output                                       (default: OFF)
180!!   namnc4       netcdf4 chunking and compression settings             ("key_netcdf4")
181!!======================================================================
182!
183!!======================================================================
184!!               ***  Observation & Assimilation  ***                 !!
185!!                                                                    !!
186!!   namobs       observation and model comparison                      (default: OFF)
187!!   nam_asminc   assimilation increments                               ('key_asminc')
188!!======================================================================
189!
190!!======================================================================
191!!                  ***  Miscellaneous namelists  ***                 !!
192!!                                                                    !!
193!!   nammpp            Massively Parallel Processing                    ("key_mpp_mpi")
194!!   namctl            Control prints                                   (default: OFF)
195!!   namsto            Stochastic parametrization of EOS                (default: OFF)
196!!======================================================================
197!
198!-----------------------------------------------------------------------
199&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi")
200!-----------------------------------------------------------------------
201/
202!-----------------------------------------------------------------------
203&namctl        !   Control prints                                       (default: OFF)
204!-----------------------------------------------------------------------
205/
206!-----------------------------------------------------------------------
207&namsto        ! Stochastic parametrization of EOS                      (default: OFF)
208!-----------------------------------------------------------------------
209/
Note: See TracBrowser for help on using the repository browser.