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/2018/dev_r10164_HPC09_ESIWACE_PREP_MERGE/doc/namelists – NEMO

source: NEMO/branches/2018/dev_r10164_HPC09_ESIWACE_PREP_MERGE/doc/namelists/namc1d_uvd @ 10410

Last change on this file since 10410 was 10075, checked in by nicolasmartin, 6 years ago

Update of namelist blocks for inclusion in the NEMO manual
Add simple script to check if a block is missing in the documentation

  • 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.