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 NEMO/branches/2019/dev_ASINTER-01-05_merged/doc/namelists – NEMO

source: NEMO/branches/2019/dev_ASINTER-01-05_merged/doc/namelists/namc1d_uvd @ 12063

Last change on this file since 12063 was 12063, checked in by gsamson, 4 years ago

dev_ASINTER-01-05_merged: update branch with dev_r11085_ASINTER-05_Brodeau_Advanced_Bulk@r12061 and trunk@r12055 + bugfix for agrif compatibility in sbcblk: sette tests with ref configs ok except ABL restartability (under investigation) (tickets #2159 and #2131)

  • Property svn:mime-type set to text/x-fortran
File size: 1.2 KB
Line 
1!-----------------------------------------------------------------------
2&namc1d_uvd    !   data: U & V currents                                 ("key_c1d" default: OFF)
3!-----------------------------------------------------------------------
4   !                       !  =T read U-V fields for:
5   ln_uvd_init   = .false.       !  ocean initialisation
6   ln_uvd_dyndmp = .false.       !  U-V restoring
7
8   cn_dir      = './'      !  root directory for the U-V data location
9   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________!
10   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask !
11   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   !
12   sn_ucur     = 'ucurrent'              ,         -1.       ,'u_current',   .false.   , .true. , 'monthly' ,  ''              ,  'Ume'   , ''
13   sn_vcur     = 'vcurrent'              ,         -1.       ,'v_current',   .false.   , .true. , 'monthly' ,  ''              ,  'Vme'   , ''
14/
Note: See TracBrowser for help on using the repository browser.