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.
nambdy_dta in branches/UKMO/nemo_v3_6_STABLE_pkg/DOC/TexFiles/Namelist – NEMO

source: branches/UKMO/nemo_v3_6_STABLE_pkg/DOC/TexFiles/Namelist/nambdy_dta @ 6251

Last change on this file since 6251 was 6251, checked in by frrh, 8 years ago

Merge fcm:NEMO.xm/branches/UKMO/dev_r5107_hadgem3_cplfld@5592

This is a total nightmare because
a) this branch contains an entire copy of the trunk and
b) the svn keyword deletion is not the first change in the branch
c) we have to be VERY careful about what revisions we include - we dont want the
last one!

  • Property svn:executable set to *
File size: 1.4 KB
Line 
1!-----------------------------------------------------------------------
2&nambdy_dta      !  open boundaries - external data           ("key_bdy")
3!-----------------------------------------------------------------------
4!              !   file name    ! frequency (hours) !  variable  ! time interpol. !  clim   ! 'yearly'/ ! weights  ! rotation ! land/sea mask !
5!              !                !  (if <0  months)  !    name    !    (logical)   !  (T/F)  ! 'monthly' ! filename ! pairing  ! filename      !
6   bn_ssh =     'amm12_bdyT_u2d' ,         24        , 'sossheig' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''    , ''
7   bn_u2d =     'amm12_bdyU_u2d' ,         24        , 'vobtcrtx' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''    , ''
8   bn_v2d =     'amm12_bdyV_u2d' ,         24        , 'vobtcrty' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''    , ''
9   bn_u3d  =    'amm12_bdyU_u3d' ,         24        , 'vozocrtx' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''    , ''
10   bn_v3d  =    'amm12_bdyV_u3d' ,         24        , 'vomecrty' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''    , ''
11   bn_tem  =    'amm12_bdyT_tra' ,         24        , 'votemper' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''    , ''
12   bn_sal  =    'amm12_bdyT_tra' ,         24        , 'vosaline' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''    , ''
13   cn_dir  =    'bdydta/'
14   ln_full_vel = .false.
15/
Note: See TracBrowser for help on using the repository browser.