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.
Changeset 9490 for branches/2017/dev_merge_2017/NEMOGCM/CONFIG/C1D_PAPA/EXP00/namelist_cfg – NEMO

Ignore:
Timestamp:
2018-04-23T10:44:07+02:00 (6 years ago)
Author:
gm
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/C1D_PAPA/EXP00/namelist_cfg

    r9169 r9490  
    22!! NEMO/OPA  : 1D configuration based on Kato-Philipps () exp. 
    33!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
     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!!   namwad       Wetting and drying                                    (default NO) 
     12!!   namtsd       data: temperature & salinity                          (default NO) 
     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! 
    419!----------------------------------------------------------------------- 
    520&namrun        !   parameters of the run 
     
    1227   nn_stock    =   87600   !  frequency of creation of a restart file (modulo referenced to 1) 
    1328   nn_write    =     240   !  frequency of write in the output file   (modulo referenced to nn_it000) 
    14 / 
    15 !----------------------------------------------------------------------- 
    16 &namcfg     !   parameters of the configuration    
    17 !----------------------------------------------------------------------- 
    18    cp_cfg      =  "papa"                 !  name of the configuration 
    19    jp_cfg      =       1                 !  resolution of the configuration 
    20 !   jpidta      =       3                 !  1st lateral dimension ( >= jpi ) = 30*jp_cfg+2 
    21 !   jpjdta      =       3                 !  2nd    "         "    ( >= jpj ) = 20*jp_cfg+2  
    22 !   jpkdta      =      75                 !  number of levels      ( >= jpk ) 
    23 !   jpiglo      =       3                 !  1st dimension of global domain --> i  = jpidta 
    24 !   jpjglo      =       3                 !  2nd    -                  -    --> j  = jpjdta 
    25    jperio      =       0                 !  lateral cond. type (between 0 and 6) 
    26 / 
    27 !----------------------------------------------------------------------- 
    28 &namzgr        !   vertical coordinate 
    29 !----------------------------------------------------------------------- 
    30    ln_zps      = .true.    !  z-coordinate - partial steps 
    31 / 
    32 !----------------------------------------------------------------------- 
    33 &namzgr_sco    !   s-coordinate or hybrid z-s-coordinate 
    34 !----------------------------------------------------------------------- 
    3529/ 
    3630!----------------------------------------------------------------------- 
     
    6054/ 
    6155!----------------------------------------------------------------------- 
    62 &namc1d        !   1D configuration options                             ("key_c1d") 
    63 !----------------------------------------------------------------------- 
    64    ln_c1d_locpt= .false.   ! Localization of 1D config in a grid (T) or independant point (F) 
    65 / 
    66 !----------------------------------------------------------------------- 
    67 &namtsd    !   data : Temperature  & Salinity 
    68 !----------------------------------------------------------------------- 
    69 !          !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    70 !          !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
    71    sn_tem  = 'init_PAPASTATION',   24        ,'votemper' ,  .false.     , .true.,  'daily'  , ''       , ' '        , '' 
    72    sn_sal  = 'init_PAPASTATION',   24        ,'vosaline' ,  .false.     , .true.,  'daily'  , ''       , ' '        , '' 
    73    ! 
    74    cn_dir        = './'     !  root directory for the location of the runoff files 
    75    ln_tsd_init   = .true.   !  Initialisation of ocean T & S with T &S input data (T) or not (F) 
    76    ln_tsd_tradmp = .false.   !  damping of ocean T & S toward T &S input data (T) or not (F) 
    77 / 
    78 !----------------------------------------------------------------------- 
    79 &namsbc        !   Surface Boundary Condition (surface module) 
    80 !----------------------------------------------------------------------- 
    81    nn_fsbc     = 1         !  frequency of surface boundary condition computation 
    82                            !     (also = the frequency of sea-ice model call) 
    83    nn_ice      = 0         !  =0 no ice boundary condition   , 
    84    ln_rnf      = .false.   !  runoffs                                   (T => fill namsbc_rnf) 
    85    ln_ssr      = .false.   !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr) 
    86    nn_fwb      = 0         !  FreshWater Budget: =0 unchecked 
     56&namcfg     !   parameters of the configuration    
     57!----------------------------------------------------------------------- 
     58   cp_cfg      =  "papa"                 !  name of the configuration 
     59   jp_cfg      =       1                 !  resolution of the configuration 
     60!   jpidta      =       3                 !  1st lateral dimension ( >= jpi ) = 30*jp_cfg+2 
     61!   jpjdta      =       3                 !  2nd    "         "    ( >= jpj ) = 20*jp_cfg+2  
     62!   jpkdta      =      75                 !  number of levels      ( >= jpk ) 
     63!   jpiglo      =       3                 !  1st dimension of global domain --> i  = jpidta 
     64!   jpjglo      =       3                 !  2nd    -                  -    --> j  = jpjdta 
     65   jperio      =       0                 !  lateral cond. type (between 0 and 6) 
     66/ 
     67!----------------------------------------------------------------------- 
     68&namzgr        !   vertical coordinate 
     69!----------------------------------------------------------------------- 
     70   ln_zps      = .true.    !  z-coordinate - partial steps 
     71/ 
     72!----------------------------------------------------------------------- 
     73&namzgr_sco    !   s-coordinate or hybrid z-s-coordinate 
     74!----------------------------------------------------------------------- 
     75/ 
     76!----------------------------------------------------------------------- 
     77&namc1d        !   1D configuration options                             ("key_c1d" default: PAPA station) 
     78!----------------------------------------------------------------------- 
     79   rn_lat1d    =      50.  !  Column latitude (default at PAPA station) 
     80   rn_lon1d    =    -145.  !  Column longitude (default at PAPA station) 
     81   ln_c1d_locpt=  .true.   ! Localization of 1D config in a grid (T) or independant point (F) 
     82/ 
     83!----------------------------------------------------------------------- 
     84&namc1d_uvd    !   data: U & V currents                                 ("key_c1d" default: NO) 
     85!----------------------------------------------------------------------- 
     86/ 
     87!----------------------------------------------------------------------- 
     88&namc1d_dyndmp !   U & V newtonian damping                              ("key_c1d" default: NO) 
     89!----------------------------------------------------------------------- 
     90/ 
     91!----------------------------------------------------------------------- 
     92&namtsd        !    Temperature & Salinity Data                         (default: NO) 
     93!----------------------------------------------------------------------- 
     94   !           !  file name                 ! frequency (hours) ! variable ! time interp.!  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
     95   !           !                            !  (if <0  months)  !   name   !  (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
     96   sn_tem      = 'init_PAPASTATION'         ,         24        ,'votemper',  .false.     , .true.,  'daily'  , ''       , ' '      , '' 
     97   sn_sal      = 'init_PAPASTATION'         ,         24        ,'vosaline',  .false.     , .true.,  'daily'  , ''       , ' '      , '' 
     98   ! 
     99   ln_tsd_init = .true.   !  Initialisation of ocean T & S with T &S input data (T) or not (F) 
     100   ln_tsd_dmp  = .false.  !  damping of ocean T & S toward T &S input data (T) or not (F) 
     101      cn_dir   = './'        !  root directory for the location of the runoff files 
     102/ 
     103 
     104!!====================================================================== 
     105!!            ***  Surface Boundary Condition namelists  ***          !! 
     106!!====================================================================== 
     107! 
     108!----------------------------------------------------------------------- 
     109&namsbc        !   Surface Boundary Condition manager 
     110!----------------------------------------------------------------------- 
     111   nn_fsbc     = 1   !  frequency of the calling of SBC module 
     112                     ! Type of air-sea fluxes  
     113   ln_blk      = .false.   !  Bulk formulation                          (T => fill namsbc_blk ) 
     114                     ! Misc. options of sbc :  
     115   ln_traqsr   = .false.   !  Light penetration in the ocean            (T => fill namtra_qsr) 
    87116/ 
    88117!----------------------------------------------------------------------- 
     
    111140   ln_ECMWF    = .false.   ! "ECMWF"     algorithm   (IFS cycle 31) 
    112141 
    113    rn_zqt      =  2.       !  Air temperature and humidity reference height (m) 
    114 / 
    115 !----------------------------------------------------------------------- 
    116 &namsbc_cpl    !   coupled ocean/atmosphere model                       ("key_oasis3") 
    117 !----------------------------------------------------------------------- 
     142   rn_zqt      =  2.       !  Air temperature & humidity reference height (m) 
    118143/ 
    119144!----------------------------------------------------------------------- 
     
    123148!              !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
    124149   sn_chl      ='chlorophyll_PAPASTATION', -1    , 'CHLA'    ,   .true.     , .true. , 'yearly'  , ''       , ''       , '' 
    125 / 
    126 !----------------------------------------------------------------------- 
    127 &namsbc_apr    !   Atmospheric pressure used as ocean forcing or in bulk 
    128 !----------------------------------------------------------------------- 
    129 / 
    130 !----------------------------------------------------------------------- 
    131 &namsbc_ssr    !   surface boundary condition : sea surface restoring 
    132 !----------------------------------------------------------------------- 
    133    nn_sssr     =     0     !  add a damping     term in the surface freshwater flux (=2) 
    134    rn_deds     =   -27.7   !  magnitude of the damping on salinity   [mm/day] 
    135    ln_sssr_bnd =   .false. !  flag to bound erp term (associated with nn_sssr=2) 
    136 / 
    137 !----------------------------------------------------------------------- 
    138 &namsbc_alb    !   albedo parameters 
    139 !----------------------------------------------------------------------- 
     150 
     151   ln_qsr_rgb  = .true.    !  RGB (Red-Green-Blue) light penetration 
     152 
     153   nn_chldta   =      1    !  RGB : Chl data (=1) or cst value (=0) 
     154      cn_dir   = './'         !  root directory for the location of the runoff files 
    140155/ 
    141156!----------------------------------------------------------------------- 
     
    144159   ln_non_lin = .true.     !  non-linear  drag: Cd = Cd0 |U| 
    145160/ 
    146 !----------------------------------------------------------------------- 
    147 &nambbc        !   bottom temperature boundary condition                (default: NO) 
    148 !----------------------------------------------------------------------- 
    149 / 
    150 !----------------------------------------------------------------------- 
    151 &nameos        !   ocean physical parameters 
     161 
     162!!====================================================================== 
     163!!                        Tracer (T & S) namelists 
     164!!====================================================================== 
     165! 
     166!----------------------------------------------------------------------- 
     167&nameos        !   ocean physical parameters                            (default: NO selection) 
    152168!----------------------------------------------------------------------- 
    153169   ln_eos80    = .true.         !  = Use EOS80 equation of state 
    154170/ 
    155171!----------------------------------------------------------------------- 
    156 &namtra_adv    !   advection scheme for tracer 
     172&namtra_adv    !   advection scheme for tracer                          (default: NO selection) 
    157173!----------------------------------------------------------------------- 
    158174   ln_traadv_NONE= .true.  !  No tracer advection 
    159175/ 
    160176!----------------------------------------------------------------------- 
    161 &namtra_adv_mle !  mixed layer eddy parametrisation (Fox-Kemper param)  (default: NO) 
    162 !----------------------------------------------------------------------- 
    163 / 
    164 !----------------------------------------------------------------------- 
    165177&namtra_ldf    !   lateral diffusion scheme for tracers 
    166178!----------------------------------------------------------------------- 
    167179   ln_traldf_NONE= .true.  ! No operator (no explicit diffusion) 
    168180/ 
    169 !----------------------------------------------------------------------- 
    170 &namtra_ldfeiv !   eddy induced velocity param.                         (default: NO) 
    171 !----------------------------------------------------------------------- 
    172 / 
    173 !----------------------------------------------------------------------- 
    174 &namtra_dmp    !   tracer: T & S newtonian damping 
    175 !----------------------------------------------------------------------- 
    176    ln_tradmp   =  .false.  !  add a damping termn (T) or not (F) 
    177 / 
    178 !----------------------------------------------------------------------- 
    179 &namdyn_adv    !   formulation of the momentum advection                (default: None) 
     181 
     182!!====================================================================== 
     183!!                      ***  Dynamics namelists  ***                  !! 
     184!!====================================================================== 
     185! 
     186!----------------------------------------------------------------------- 
     187&nam_vvl       !   vertical coordinate options                          (default: z-star) 
     188!----------------------------------------------------------------------- 
     189/ 
     190!----------------------------------------------------------------------- 
     191&namdyn_adv    !   formulation of the momentum advection                (default: selection) 
    180192!----------------------------------------------------------------------- 
    181193   ln_dynadv_NONE= .true.  !  linear dynamics (no momentum advection) 
    182194/ 
    183195!----------------------------------------------------------------------- 
    184 &namdyn_vor    !   option of physics/algorithm (not control by CPP keys) 
    185 !----------------------------------------------------------------------- 
    186 / 
    187 !----------------------------------------------------------------------- 
    188 &namc1d_uvd    !   data: U & V currents                                 ("key_c1d") 
    189 !----------------------------------------------------------------------- 
    190 / 
    191 !----------------------------------------------------------------------- 
    192 &namc1d_dyndmp !   U & V newtonian damping                              ("key_c1d") 
    193 !----------------------------------------------------------------------- 
     196&namdyn_vor    !   Vorticity / Coriolis scheme                          (default: NO selection) 
     197!----------------------------------------------------------------------- 
     198   ln_dynvor_ene = .true.  !  energy    conserving scheme 
    194199/ 
    195200!----------------------------------------------------------------------- 
     
    198203/ 
    199204!----------------------------------------------------------------------- 
    200 &namdyn_spg    !   surface pressure gradient                            (default: NO spg) 
     205&namdyn_spg    !   surface pressure gradient                            (default: NO) 
    201206!----------------------------------------------------------------------- 
    202207/ 
     
    206211   ln_dynldf_NONE= .true.     ! No operator (no explicit diffusion) 
    207212/ 
     213 
     214!!====================================================================== 
     215!!                     vertical physics namelists                     !! 
     216!!====================================================================== 
     217! 
    208218!----------------------------------------------------------------------- 
    209219&namzdf        !   vertical physics                                     (default: NO selection) 
     
    258268!----------------------------------------------------------------------- 
    259269/ 
    260 !----------------------------------------------------------------------- 
    261 &namctl        !   Control prints & Benchmark 
    262 !----------------------------------------------------------------------- 
    263 / 
    264 !----------------------------------------------------------------------- 
    265 &namtrd        !   diagnostics on dynamics and/or tracer trends         ("key_trddyn" and/or "key_trdtra") 
    266 !              !       or mixed-layer trends or barotropic vorticity    ("key_trdmld" or     "key_trdvor") 
    267 !----------------------------------------------------------------------- 
    268 / 
    269 !----------------------------------------------------------------------- 
    270 &namhsb       !  Heat and salt budgets 
    271 !----------------------------------------------------------------------- 
    272 / 
    273 !----------------------------------------------------------------------- 
    274 &namobs       !  observation usage switch                               ('key_diaobs') 
    275 !----------------------------------------------------------------------- 
    276 / 
Note: See TracChangeset for help on using the changeset viewer.