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

Last change on this file was 15023, checked in by gsamson, 3 years ago

merge ticket2680_C1D_PAPA branch back into the trunk; see ticket #2680 for details

  • Property svn:mime-type set to text/x-fortran
File size: 16.0 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)
[15023]14!!   namc1d       1D configuration options                              (ln_c1d =T)
15!!   namc1d_dyndmp 1D newtonian damping applied on currents             (ln_c1d =T)
16!!   namc1d_uvd   1D data (currents)                                    (ln_c1d =T)
[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/
[14843]38!-----------------------------------------------------------------------
39&namtile        !   parameters of the tiling
40!-----------------------------------------------------------------------
41/
[9490]42!!======================================================================
43!!            ***  Surface Boundary Condition namelists  ***          !!
44!!                                                                    !!
45!!                           SAS case                                 !!
46!!                                                                    !!
47!!   namsbc          surface boundary condition manager                 (default: NO selection)
48!!   namsbc_flx      flux               formulation                     (ln_flx     =T)
49!!   namsbc_blk      Bulk formulae formulation                          (ln_blk     =T)
50!!   namsbc_cpl      CouPLed            formulation                     ("key_oasis3" )
51!!   namsbc_sas      Stand-Alone Surface module                         (SAS_SRC  only)
52!!   namsbc_iif      Ice-IF: use observed ice cover                     (nn_ice = 1   )
53!!   namsbc_ssr      sea surface restoring term (for T and/or S)        (ln_ssr     =T)
54!!   namsbc_rnf      river runoffs                                      (ln_rnf     =T)
55!!   namsbc_apr      Atmospheric Pressure                               (ln_apr_dyn =T)
56!!   namsbc_wave     external fields from wave model                    (ln_wave    =T)
57!!   namberg         iceberg floats                                     (ln_icebergs=T)
58!!======================================================================
59!
[9356]60!-----------------------------------------------------------------------
[7404]61&namsbc        !   Surface Boundary Condition (surface module)
62!-----------------------------------------------------------------------
[9490]63   nn_fsbc     = 1         !  frequency of SBC module call
[7404]64   ln_blk      = .true.    !  Bulk formulation                          (T => fill namsbc_blk )
[12994]65   nn_ice      = 2         !  =0 no ice boundary condition
66      !                    !  =1 use observed ice-cover                 (  => fill namsbc_iif )
67      !                    !  =2 or 3 for SI3 and CICE, respectively
[7404]68/
69!-----------------------------------------------------------------------
[9356]70&namsbc_blk   !   namsbc_blk  generic Bulk formula                      (ln_blk =T)
71!-----------------------------------------------------------------------
[12377]72   !                    !  bulk algorithm :
73   ln_NCAR      = .true.    ! "NCAR"      algorithm   (Large and Yeager 2008)
74   !
[9490]75   cn_dir      = './'      !  root directory for the bulk data location
76   !___________!_________________________!___________________!___________!_____________!________!___________!______________________________________!__________!_______________!
77   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ !       weights filename               ! rotation ! land/sea mask !
78   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                                      ! pairing  !    filename   !
[13286]79   sn_wndi     = 'u_10.15JUNE2009_fill'       ,    6.        , 'U_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core2_orca2_bicub'  , 'Uwnd'   , ''
80   sn_wndj     = 'v_10.15JUNE2009_fill'       ,    6.        , 'V_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core2_orca2_bicub'  , 'Vwnd'   , ''
81   sn_qsr      = 'ncar_rad.15JUNE2009_fill'   ,   24.        , 'SWDN_MOD',   .false.   , .true. , 'yearly'  , 'weights_core2_orca2_bilin' , ''       , ''
82   sn_qlw      = 'ncar_rad.15JUNE2009_fill'   ,   24.        , 'LWDN_MOD',   .false.   , .true. , 'yearly'  , 'weights_core2_orca2_bilin' , ''       , ''
83   sn_tair     = 't_10.15JUNE2009_fill'       ,    6.        , 'T_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core2_orca2_bilin' , ''       , ''
84   sn_humi     = 'q_10.15JUNE2009_fill'       ,    6.        , 'Q_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core2_orca2_bilin' , ''       , ''
85   sn_prec     = 'ncar_precip.15JUNE2009_fill',   -1.        , 'PRC_MOD1',   .false.   , .true. , 'yearly'  , 'weights_core2_orca2_bilin' , ''       , ''
86   sn_snow     = 'ncar_precip.15JUNE2009_fill',   -1.        , 'SNOW'    ,   .false.   , .true. , 'yearly'  , 'weights_core2_orca2_bilin' , ''       , ''
87   sn_slp      = 'slp.15JUNE2009_fill'        ,    6.        , 'SLP'     ,   .false.   , .true. , 'yearly'  , 'weights_core2_orca2_bilin' , ''       , ''
[7404]88/
89!-----------------------------------------------------------------------
[9356]90&namsbc_sas    !   Stand-Alone Surface boundary condition
[7404]91!-----------------------------------------------------------------------
[9490]92   l_sasread   = .true.    !  =T Read in file ;  =F set all to 0. (see sbcssm)
93      ln_3d_uve   = .false.   !  specify whether we are supplying a 3D u,v and e3 field
94      ln_read_frq = .false.   !  specify whether we must read frq or not
95
96   cn_dir      = './'      !  root directory for the ocean data location
97   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________!
98   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask !
99   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   !
[11536]100   sn_usp      = 'sas_grid_U'            ,       120.        , 'uos'     ,   .true.    , .true. , 'yearly'  ,    ''            ,    ''    ,    ''
101   sn_vsp      = 'sas_grid_V'            ,       120.        , 'vos'     ,   .true.    , .true. , 'yearly'  ,    ''            ,    ''    ,    ''
102   sn_tem      = 'sas_grid_T'            ,       120.        , 'sosstsst',   .true.    , .true. , 'yearly'  ,    ''            ,    ''    ,    ''
103   sn_sal      = 'sas_grid_T'            ,       120.        , 'sosaline',   .true.    , .true. , 'yearly'  ,    ''            ,    ''    ,    ''
104   sn_ssh      = 'sas_grid_T'            ,       120.        , 'sossheig',   .true.    , .true. , 'yearly'  ,    ''            ,    ''    ,    ''
105   sn_e3t      = 'sas_grid_T'            ,       120.        , 'e3t_m'   ,   .true.    , .true. , 'yearly'  ,    ''            ,    ''    ,    ''
106   sn_frq      = 'sas_grid_T'            ,       120.        , 'frq_m'   ,   .true.    , .true. , 'yearly'  ,    ''            ,    ''    ,    ''
[7404]107/
[9490]108!!======================================================================
[9527]109!!               ***  Lateral boundary condition  ***                 !!
110!!                                                                    !!
111!!   namlbc        lateral momentum boundary condition                  (default: NO selection)
112!!   namagrif      agrif nested grid ( read by child model only )       ("key_agrif")
113!!   nam_tide      Tidal forcing                                        (default: OFF)
114!!   nambdy        Unstructured open boundaries                         (default: OFF)
115!!   nambdy_dta    Unstructured open boundaries - external data         (see  nambdy)
116!!   nambdy_tide   tidal forcing at open boundaries                     (default: OFF)
117!!======================================================================
118!
119!-----------------------------------------------------------------------
120&namlbc        !   lateral momentum boundary condition                  (default: NO selection)
121!-----------------------------------------------------------------------
122   rn_shlat    =    0.     !  free slip
123/
124!!======================================================================
[9742]125!!                ***  Top/Bottom boundary condition  ***             !!
[9490]126!!                                                                    !!
[9742]127!!   namdrg        top/bottom drag coefficient                          (default: NO selection)
[13461]128!!   namdrg_top    top    friction                                      (ln_drg_OFF=F & ln_isfcav=T)
129!!   namdrg_bot    bottom friction                                      (ln_drg_OFF=F)
[9742]130!!   nambbc        bottom temperature boundary condition                (default: OFF)
131!!   nambbl        bottom boundary layer scheme                         (default: OFF)
132!!======================================================================
133!
134!!======================================================================
135!!                        Tracer (T-S) namelists                      !!
[9490]136!!                                                                    !!
[9742]137!!   nameos        equation of state                                    (default: NO selection)
138!!   namtra_adv    advection scheme                                     (default: NO selection)
139!!   namtra_ldf    lateral diffusion scheme                             (default: NO selection)
140!!   namtra_mle    mixed layer eddy param. (Fox-Kemper param.)          (default: OFF)
141!!   namtra_eiv    eddy induced velocity param.                         (default: OFF)
142!!   namtra_dmp    T & S newtonian damping                              (default: OFF)
143!!======================================================================
144!
[7404]145!-----------------------------------------------------------------------
[9526]146&nameos        !   ocean Equation Of Seawater                           (default: OFF)
[9356]147!-----------------------------------------------------------------------
[7404]148   ln_teos10    = .true.         !  = Use TEOS-10 equation of state
[9560]149/
[9742]150!!======================================================================
151!!                      ***  Dynamics namelists  ***                  !!
152!!                                                                    !!
153!!   nam_vvl       vertical coordinate options                          (default: z-star)
154!!   namdyn_adv    formulation of the momentum advection                (default: NO selection)
155!!   namdyn_vor    advection scheme                                     (default: NO selection)
156!!   namdyn_hpg    hydrostatic pressure gradient                        (default: NO selection)
157!!   namdyn_spg    surface pressure gradient                            (default: NO selection)
158!!   namdyn_ldf    lateral diffusion scheme                             (default: NO selection)
159!!   namdta_dyn    offline TOP: dynamics read in files                  (OFF_SRC only)
160!!======================================================================
[9560]161!
[9742]162!!======================================================================
163!!                     vertical physics namelists                     !!
164!!                                                                    !!
165!!    namzdf        vertical physics manager                            (default: NO selection)
166!!    namzdf_ric    richardson number vertical mixing                   (ln_zdfric=T)
167!!    namzdf_tke    TKE vertical mixing                                 (ln_zdftke=T)
168!!    namzdf_gls    GLS vertical mixing                                 (ln_zdfgls=T)
169!!    namzdf_osm    OSM vertical diffusion                              (ln_zdfosm=T)
170!!    namzdf_iwm    tidal mixing parameterization                       (ln_zdfiwm=T)
171!!======================================================================
172!
173!!======================================================================
174!!                  ***  Diagnostics namelists  ***                   !!
175!!                                                                    !!
176!!   namtrd       dynamics and/or tracer trends                         (default: OFF)
177!!   namhsb       Heat and salt budgets                                 (default: OFF)
178!!   namdiu       Cool skin and warm layer models                       (default: OFF)
179!!   namdiu       Cool skin and warm layer models                       (default: OFF)
[11536]180!!   namflo       float parameters                                      (default: OFF)
181!!   nam_diadct   transports through some sections                      (default: OFF)
[9742]182!!   nam_dia25h   25h Mean Output                                       (default: OFF)
183!!   namnc4       netcdf4 chunking and compression settings             ("key_netcdf4")
184!!======================================================================
185!
186!!======================================================================
187!!               ***  Observation & Assimilation  ***                 !!
188!!                                                                    !!
189!!   namobs       observation and model comparison                      (default: OFF)
190!!   nam_asminc   assimilation increments                               ('key_asminc')
191!!======================================================================
192!
193!!======================================================================
194!!                  ***  Miscellaneous namelists  ***                 !!
195!!                                                                    !!
[14229]196!!   nammpp            Massively Parallel Processing
[9742]197!!   namctl            Control prints                                   (default: OFF)
198!!   namsto            Stochastic parametrization of EOS                (default: OFF)
199!!======================================================================
200!
[9560]201!-----------------------------------------------------------------------
[14229]202&nammpp        !   Massively Parallel Processing
[9560]203!-----------------------------------------------------------------------
204/
205!-----------------------------------------------------------------------
206&namctl        !   Control prints                                       (default: OFF)
207!-----------------------------------------------------------------------
208/
209!-----------------------------------------------------------------------
210&namsto        ! Stochastic parametrization of EOS                      (default: OFF)
211!-----------------------------------------------------------------------
212/
Note: See TracBrowser for help on using the repository browser.