source: CONFIG_DEVT/IPSLCM6.5_work_ENSEMBLES/modeles/NEMO/doc/namelists/namc1d_uvd @ 5501

Last change on this file since 5501 was 5501, checked in by aclsce, 4 years ago

First import of IPSLCM6.5_work_ENSEMBLES working configuration

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.