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 3954 for branches/2013/dev_r3853_CNRS9_ConfSetting/NEMOGCM/CONFIG/SHARED/namelist_ref – NEMO

Ignore:
Timestamp:
2013-07-03T16:20:05+02:00 (11 years ago)
Author:
clevy
Message:

Configuration setting/Step2, additions, see ticket:#1074

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_r3853_CNRS9_ConfSetting/NEMOGCM/CONFIG/SHARED/namelist_ref

    r3901 r3954  
    22!! NEMO/OPA  :  1 - run manager      (namrun) 
    33!! namelists    2 - Domain           (namzgr, namzgr_sco, namdom, namtsd) 
    4 !!              3 - Surface boundary (namsbc, namsbc_ana, namsbc_flx, namsbc_clio, namsbc_core 
     4!!              3 - Surface boundary (namsbc, namsbc_ana, namsbc_flx, namsbc_clio, namsbc_core, namsbc_sas 
    55!!                                    namsbc_cpl, namtra_qsr, namsbc_rnf, 
    66!!                                    namsbc_apr, namsbc_ssr, namsbc_alb) 
     
    128128!!   namsbc_mfs      MFS  bulk formulae formulation 
    129129!!   namsbc_cpl      CouPLed            formulation                     ("key_coupled") 
     130!!   namsbc_sas      StAndalone Surface module 
    130131!!   namtra_qsr      penetrative solar radiation 
    131132!!   namsbc_rnf      river runoffs 
     
    261262/ 
    262263!----------------------------------------------------------------------- 
     264&namsbc_sas    !   analytical surface boundary condition 
     265!----------------------------------------------------------------------- 
     266!              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! 
     267!              !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! 
     268   sn_usp      = 'sas_grid_U' ,    120    , 'vozocrtx' ,  .true.    , .true. ,   'yearly'  , ''       , ''          
     269   sn_vsp      = 'sas_grid_V' ,    120    , 'vomecrty' ,  .true.    , .true. ,   'yearly'  , ''       , ''          
     270   sn_tem      = 'sas_grid_T' ,    120    , 'sosstsst' ,  .true.    , .true. ,   'yearly'  , ''       , ''          
     271   sn_sal      = 'sas_grid_T' ,    120    , 'sosaline' ,  .true.    , .true. ,   'yearly'  , ''       , ''          
     272   sn_ssh      = 'sas_grid_T' ,    120    , 'sossheig' ,  .true.    , .true. ,   'yearly'  , ''       , ''          
     273 
     274   ln_3d_uv    = .true.    !  specify whether we are supplying a 3D u,v field 
     275   cn_dir      = './'      !  root directory for the location of the bulk files are 
     276/ 
     277!----------------------------------------------------------------------- 
    263278&namtra_qsr    !   penetrative solar radiation 
    264279!----------------------------------------------------------------------- 
     
    480495&nambdy_tide     ! tidal forcing at open boundaries 
    481496!----------------------------------------------------------------------- 
    482    filtide      = 'bdydta/amm12_bdytide_'         !  file name root of tidal forcing files 
    483     tide_cpt(1)   ='Q1'  !  names of tidal components used 
    484     tide_cpt(2)   ='O1'  !  names of tidal components used 
    485     tide_cpt(3)   ='P1'  !  names of tidal components used 
    486     tide_cpt(4)   ='S1'  !  names of tidal components used 
    487     tide_cpt(5)   ='K1'  !  names of tidal components used 
    488     tide_cpt(6)   ='2N2' !  names of tidal components used 
    489     tide_cpt(7)   ='MU2' !  names of tidal components used 
    490     tide_cpt(8)   ='N2'  !  names of tidal components used 
    491     tide_cpt(9)   ='NU2' !  names of tidal components used 
    492     tide_cpt(10)   ='M2'  !  names of tidal components used 
    493     tide_cpt(11)   ='L2'  !  names of tidal components used 
    494     tide_cpt(12)   ='T2'  !  names of tidal components used 
    495     tide_cpt(13)   ='S2'  !  names of tidal components used 
    496     tide_cpt(14)   ='K2'  !  names of tidal components used 
    497     tide_cpt(15)   ='M4'  !  names of tidal components used 
    498     tide_speed(1)   = 13.398661 !  phase speeds of tidal components (deg/hour) 
    499     tide_speed(2)   = 13.943036 !  phase speeds of tidal components (deg/hour) 
    500     tide_speed(3)   = 14.958932 !  phase speeds of tidal components (deg/hour) 
    501     tide_speed(4)   = 15.000001 !  phase speeds of tidal components (deg/hour) 
    502     tide_speed(5)   = 15.041069 !  phase speeds of tidal components (deg/hour) 
    503     tide_speed(6)   = 27.895355 !  phase speeds of tidal components (deg/hour) 
    504     tide_speed(7)   = 27.968210 !  phase speeds of tidal components (deg/hour) 
    505     tide_speed(8)   = 28.439730 !  phase speeds of tidal components (deg/hour) 
    506     tide_speed(9)   = 28.512585 !  phase speeds of tidal components (deg/hour) 
    507     tide_speed(10)   = 28.984106 !  phase speeds of tidal components (deg/hour) 
    508     tide_speed(11)   = 29.528479 !  phase speeds of tidal components (deg/hour) 
    509     tide_speed(12)   = 29.958935 !  phase speeds of tidal components (deg/hour) 
    510     tide_speed(13)   = 30.000002 !  phase speeds of tidal components (deg/hour) 
    511     tide_speed(14)   = 30.082138 !  phase speeds of tidal components (deg/hour) 
    512     tide_speed(15)   = 57.968212 !  phase speeds of tidal components (deg/hour) 
    513     ln_tide_date = .true.               !  adjust tidal harmonics for start date of run 
     497   filtide          = 'bdydta/amm12_bdytide_'         !  file name root of tidal forcing files 
     498   ln_bdytide_2ddta = .false. 
     499   ln_bdytide_conj  = .false. 
    514500/ 
    515501!!====================================================================== 
     
    810796!!====================================================================== 
    811797!!   nammpp            Massively Parallel Processing                    ("key_mpp_mpi) 
     798!!   nammpp_dyndist    Massively Parallel domain decomposition          ("key_agrif" && "key_mpp_dyndist") 
    812799!!   namctl            Control prints & Benchmark 
    813800!!   namsol            elliptic solver / island / free surface 
     
    837824   jpnj        =   0       !  jpnj   number of processors following j (set automatically if < 1) 
    838825   jpnij       =   0       !  jpnij  number of local domains (set automatically if < 1) 
     826/ 
     827!----------------------------------------------------------------------- 
     828&nammpp_dyndist !   Massively Parallel Distribution for AGRIF zoom      ("key_agrif" && "key_mpp_dyndist") 
     829!----------------------------------------------------------------------- 
     830   jpni        =    1      !  jpni   number of processors following i 
     831   jpnj        =    1      !  jpnj   number of processors following j 
     832   jpnij       =    1      !  jpnij  number of local domains 
    839833/ 
    840834!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.