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

source: branches/UKMO/dev_r5518_AMM15_package/DOC/TexFiles/Namelist/namc1d_uvd @ 10253

Last change on this file since 10253 was 10253, checked in by kingr, 5 years ago

Merged AMM15_v3_6_STABLE_package_collate@10237

File size: 1020 bytes
Line 
1!-----------------------------------------------------------------------
2&namc1d_uvd    !   data: U & V currents                                 ("key_c1d")
3!-----------------------------------------------------------------------
4!              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask !
5!              !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      !
6   sn_ucur     = 'ucurrent'  ,         -1        ,'u_current',   .false.    , .true. , 'monthly' ,  ''      ,  'Ume'   , ''
7   sn_vcur     = 'vcurrent'  ,         -1        ,'v_current',   .false.    , .true. , 'monthly' ,  ''      ,  'Vme'   , ''
8!
9   cn_dir        = './'    !  root directory for the location of the files
10   ln_uvd_init   = .false. !  Initialisation of ocean U & V with U & V input data (T) or not (F)
11   ln_uvd_dyndmp = .false. !  damping of ocean U & V toward U & V input data (T) or not (F)
12/
Note: See TracBrowser for help on using the repository browser.