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 branches/2017/dev_merge_2017/NEMOGCM/CONFIG/ORCA2_OFF_TRC/EXP00 – NEMO

source: branches/2017/dev_merge_2017/NEMOGCM/CONFIG/ORCA2_OFF_TRC/EXP00/namelist_cfg @ 9490

Last change on this file since 9490 was 9490, checked in by gm, 6 years ago

#2075 - dev_merge_2017: scale-aware setting of lateral viscous and diffusive coefficient

  • Property svn:mime-type set to text/x-fortran
File size: 9.9 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO/OPA  :  ORCA2_OFF_TRC configuration namelist: overwrite SHARED/namelist_ref
3!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
4
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!!======================================================================
12!
13!-----------------------------------------------------------------------
14&namrun        !   parameters of the run
15!-----------------------------------------------------------------------
16   cn_exp      =  "TRACERS"  !  experience name
17   nn_it000    =       1    !  first time step
18   nn_itend    =    1460    !  last  time step (std 1460)
19   nn_stock    =    1460    !  frequency of creation of a restart file (modulo referenced to 1)
20/
21!-----------------------------------------------------------------------
22&namdom        !   time and space domain
23!-----------------------------------------------------------------------
24   ln_linssh   = .true.   !  =T  linear free surface  ==>>  model level are fixed in time
25   !
26   rn_rdt      = 21600.     !  time step for the dynamics (and tracer if nn_acc=0)
27/
28!-----------------------------------------------------------------------
29&namcfg        !   parameters of the configuration                      (default: user defined GYRE)
30!-----------------------------------------------------------------------
31   ln_read_cfg = .true.    !  (=T) read the domain configuration file
32      cn_domcfg = "ORCA_R2_zps_domcfg"    ! domain configuration filename
33/
34
35!!======================================================================
36!!            ***  Surface Boundary Condition namelists  ***          !!
37!!                                                                    !!
38!!   namsbc          surface boundary condition manager                 (default: NO selection)
39!!   namsbc_flx      flux               formulation                     (ln_flx     =T)
40!!   namsbc_blk      Bulk formulae formulation                          (ln_blk     =T)
41!!   namsbc_cpl      CouPLed            formulation                     ("key_oasis3" )
42!!   namsbc_sas      Stand-Alone Surface module                         (SAS_SRC  only)
43!!   namsbc_iif      Ice-IF: use observed ice cover                     (nn_ice = 1   )
44!!   namtra_qsr      penetrative solar radiation                        (ln_traqsr  =T)
45!!   namsbc_ssr      sea surface restoring term (for T and/or S)        (ln_ssr     =T)
46!!   namsbc_rnf      river runoffs                                      (ln_rnf     =T)
47!!   namsbc_apr      Atmospheric Pressure                               (ln_apr_dyn =T)
48!!   namsbc_isf      ice shelf melting/freezing                         (ln_isfcav  =T : read (ln_read_cfg=T) or set or usr_def_zgr )
49!!   namsbc_iscpl    coupling option between land ice model and ocean   (ln_isfcav  =T)
50!!   namsbc_wave     external fields from wave model                    (ln_wave    =T)
51!!   namberg         iceberg floats                                     (ln_icebergs=T)
52!!======================================================================
53!
54!-----------------------------------------------------------------------
55&namsbc        !   Surface Boundary Condition (surface module)
56!-----------------------------------------------------------------------
57   nn_fsbc     = 1         !  frequency of SBC module call
58   ln_blk      = .true.    !  Bulk formulation                          (T => fill namsbc_blk )
59/
60!-----------------------------------------------------------------------
61&namsbc_blk   !   namsbc_blk  generic Bulk formula                      (ln_blk =T)
62!-----------------------------------------------------------------------
63   ln_NCAR     = .true.   ! "NCAR"      algorithm   (Large and Yeager 2008)
64
65   cn_dir      = './'      !  root directory for the bulk data location
66   !___________!_________________________!___________________!___________!_____________!________!___________!______________________________________!__________!_______________!
67   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ !       weights filename               ! rotation ! land/sea mask !
68   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                                      ! pairing  !    filename   !
69   sn_wndi     = 'u_10.15JUNE2009_fill'       ,    6         , 'U_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bicubic_noc.nc'  , 'Uwnd'   , ''
70   sn_wndj     = 'v_10.15JUNE2009_fill'       ,    6         , 'V_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bicubic_noc.nc'  , 'Vwnd'   , ''
71   sn_qsr      = 'ncar_rad.15JUNE2009_fill'   ,   24         , 'SWDN_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , ''
72   sn_qlw      = 'ncar_rad.15JUNE2009_fill'   ,   24         , 'LWDN_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , ''
73   sn_tair     = 't_10.15JUNE2009_fill'       ,    6         , 'T_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , ''
74   sn_humi     = 'q_10.15JUNE2009_fill'       ,    6         , 'Q_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , ''
75   sn_prec     = 'ncar_precip.15JUNE2009_fill',   -1         , 'PRC_MOD1',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , ''
76   sn_snow     = 'ncar_precip.15JUNE2009_fill',   -1         , 'SNOW'    ,   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , ''
77   sn_slp      = 'slp.15JUNE2009_fill'        ,    6         , 'SLP'     ,   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , ''
78   sn_tdif     = 'taudif_core'                ,   24         , 'taudif'  ,   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , ''
79/
80
81!!======================================================================
82!!                     TOP OFF-line namelists                         !!
83!!                                                                    !!
84!!   nameos        equation of state                                    (default: NO selection)
85!!   namdta_dyn    offline TOP: ocean state read in files               (OFF_SRC only)
86!!======================================================================
87!
88!-----------------------------------------------------------------------
89&nameos        !   ocean Equation Of Seawater                           (default: NO)
90!-----------------------------------------------------------------------
91   ln_teos10    = .true.         !  = Use TEOS-10 equation of state
92/
93!-----------------------------------------------------------------------
94&namdta_dyn    !   offline: ocean state read in files                   (OFF_SRC)
95!-----------------------------------------------------------------------
96   ln_dynrnf       =  .false.   !  runoffs option enabled (T) or not (F)
97   ln_dynrnf_depth =  .false.   ! runoffs is spread in vertical (T) or not (F)
98!   fwbcorr      = 3.786e-06    ! annual global mean of empmr for ssh correction
99
100
101   cn_dir      = './'      !  root directory for the ocean data location
102   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________!
103   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask !
104   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   !
105   sn_tem      = 'dyna_grid_T'           ,       120         , 'votemper'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , ''
106   sn_sal      = 'dyna_grid_T'           ,       120         , 'vosaline'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , ''
107   sn_mld      = 'dyna_grid_T'           ,       120         , 'somixhgt'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , ''
108   sn_emp      = 'dyna_grid_T'           ,       120         , 'sowaflup'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , ''
109   sn_fmf      = 'dyna_grid_T'           ,       120         , 'iowaflup'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , ''
110   sn_ice      = 'dyna_grid_T'           ,       120         , 'soicecov'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , ''
111   sn_qsr      = 'dyna_grid_T'           ,       120         , 'soshfldo'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , ''
112   sn_wnd      = 'dyna_grid_T'           ,       120         , 'sowindsp'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , ''
113   sn_uwd      = 'dyna_grid_U'           ,       120         , 'uocetr_eff',  .true.   , .true. , 'yearly'  , ''               , ''       , ''
114   sn_vwd      = 'dyna_grid_V'           ,       120         , 'vocetr_eff',  .true.   , .true. , 'yearly'  , ''               , ''       , ''
115   sn_wwd      = 'dyna_grid_W'           ,       120         , 'wocetr_eff',  .true.   , .true. , 'yearly'  , ''               , ''       , ''
116   sn_avt      = 'dyna_grid_W'           ,       120         , 'voddmavs'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , ''
117   sn_ubl      = 'dyna_grid_U'           ,       120         , 'sobblcox'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , ''
118   sn_vbl      = 'dyna_grid_V'           ,       120         , 'sobblcoy'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , ''
119/
Note: See TracBrowser for help on using the repository browser.