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.
namsbc_clio in trunk/DOC/TexFiles/Namelist – NEMO

source: trunk/DOC/TexFiles/Namelist/namsbc_clio @ 1225

Last change on this file since 1225 was 1225, checked in by gm, 15 years ago

phase the namelist with NEMO v3 + update the references & figures see ticket #284

  • Property svn:executable set to *
File size: 1.3 KB
Line 
1!-----------------------------------------------------------------------
2&namsbc_clio              CLIO bulk formulea
3!-----------------------------------------------------------------------
4!              !      file name     ! frequency (hours) !  variable  ! time interpol. !  clim   ! 'yearly' or !
5!              !                    !  (if <0  months)  !    name    !    (logical)   !  (T/F)  !  'monthly'  !
6   sn_utau     =    'taux_1m'       ,       -1.         , 'sozotaux' ,    .true.      , .true.  ,   'yearly'   
7   sn_vtau     =    'tauy_1m'       ,       -1.         , 'sometauy' ,    .true.      , .true.  ,   'yearly'   
8   sn_wndm     =    'flx'           ,       -1.         , 'socliowi' ,    .true.      , .true.  ,   'yearly'     
9   sn_tair     =    'flx'           ,       -1.         , 'socliot2' ,    .true.      , .true.  ,   'yearly'     
10   sn_humi     =    'flx'           ,       -1.         , 'socliohu' ,    .true.      , .true.  ,   'yearly'   
11   sn_ccov     =    'flx'           ,       -1.         , 'socliocl' ,    .false.     , .true.  ,   'yearly'     
12   sn_prec     =    'flx'           ,       -1.         , 'socliopl' ,    .false.     , .true.  ,   'yearly'       
13!
14   cn_dir      = './'      !  root directory for the location of the bulk files are
15/
Note: See TracBrowser for help on using the repository browser.