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 branches/DEV_r1826_DOC/DOC/TexFiles/Namelist – NEMO

source: branches/DEV_r1826_DOC/DOC/TexFiles/Namelist/namsbc_clio @ 1831

Last change on this file since 1831 was 1831, checked in by gm, 14 years ago

cover, namelist, rigid-lid, e3t, appendices, see ticket: #658

  • Property svn:executable set to *
File size: 1.3 KB
Line 
1!-----------------------------------------------------------------------
2&namsbc_clio   !   namsbc_clio  CLIO bulk formulea
3!-----------------------------------------------------------------------
4!              !   file name  ! frequency (hours) !  variable  ! time interpol. !  clim   ! 'yearly'/ ! weights  ! rotation !
5!              !              !  (if <0  months)  !    name    !    (logical)   !  (T/F)  ! 'monthly' ! filename ! pairing  !
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.