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.
Changeset 1733 – NEMO

Changeset 1733


Ignore:
Timestamp:
2009-11-16T16:31:33+01:00 (14 years ago)
Author:
flavoni
Message:

updated namelist (like in trunk ORCA2_LIM; use integer in calendar, see ticket:601), see ticket #603

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/libIGCM/ORCA2_LIM/IGCM00/PARAM/namelist

    r1720 r1733  
    142142!              !   file name  ! frequency (hours) !  variable  ! time interpol. !  clim   ! 'yearly'/ ! weights  ! rotation ! 
    143143!              !              !  (if <0  months)  !    name    !    (logical)   !  (T/F)  ! 'monthly' ! filename ! pairing  ! 
    144    sn_utau     = 'utau'       ,        24.        ,    'utau'  ,     .false.    , .false. , 'yearly'  , ''       , '' 
    145    sn_vtau     = 'vtau'       ,        24.        ,    'vtau'  ,     .false.    , .false. , 'yearly'  , ''       , '' 
    146    sn_qtot     = 'qtot'       ,        24.        ,    'qtot'  ,     .false.    , .false. , 'yearly'  , ''       , '' 
    147    sn_qsr      = 'qsr'        ,        24.        ,    'qsr'   ,     .false.    , .false. , 'yearly'  , ''       , '' 
    148    sn_emp      = 'emp'        ,        24.        ,    'emp'   ,     .false.    , .false. , 'yearly'  , ''       , '' 
     144   sn_utau     = 'utau'       ,        24         ,    'utau'  ,     .false.    , .false. , 'yearly'  , ''       , '' 
     145   sn_vtau     = 'vtau'       ,        24         ,    'vtau'  ,     .false.    , .false. , 'yearly'  , ''       , '' 
     146   sn_qtot     = 'qtot'       ,        24         ,    'qtot'  ,     .false.    , .false. , 'yearly'  , ''       , '' 
     147   sn_qsr      = 'qsr'        ,        24         ,    'qsr'   ,     .false.    , .false. , 'yearly'  , ''       , '' 
     148   sn_emp      = 'emp'        ,        24         ,    'emp'   ,     .false.    , .false. , 'yearly'  , ''       , '' 
    149149! 
    150150   cn_dir      = './'      !  root directory for the location of the flux files 
     
    155155!              !   file name  ! frequency (hours) !  variable  ! time interpol. !  clim   ! 'yearly'/ ! weights  ! rotation ! 
    156156!              !              !  (if <0  months)  !    name    !    (logical)   !  (T/F)  ! 'monthly' ! filename ! pairing  ! 
    157    sn_utau     = 'taux_1m'    ,       -1.         , 'sozotaux' ,    .false.     , .true.  , 'yearly'  , ''       , '' 
    158    sn_vtau     = 'tauy_1m'    ,       -1.         , 'sometauy' ,    .false.     , .true.  , 'yearly'  , ''       , '' 
    159    sn_wndm     = 'flx'        ,       -1.         , 'socliowi' ,    .false.     , .true.  , 'yearly'  , ''       , '' 
    160    sn_tair     = 'flx'        ,       -1.         , 'socliot2' ,    .false.     , .true.  , 'yearly'  , ''       , '' 
    161    sn_humi     = 'flx'        ,       -1.         , 'socliohu' ,    .false.     , .true.  , 'yearly'  , ''       , '' 
    162    sn_ccov     = 'flx'        ,       -1.         , 'socliocl' ,    .false.     , .true.  , 'yearly'  , ''       , '' 
    163    sn_prec     = 'flx'        ,       -1.         , 'socliopl' ,    .false.     , .true.  , 'yearly'  , ''       , '' 
     157   sn_utau     = 'taux_1m'    ,       -1          , 'sozotaux' ,    .true.      , .true.  , 'yearly'  , ''       , '' 
     158   sn_vtau     = 'tauy_1m'    ,       -1          , 'sometauy' ,    .true.      , .true.  , 'yearly'  , ''       , '' 
     159   sn_wndm     = 'flx'        ,       -1          , 'socliowi' ,    .true.      , .true.  , 'yearly'  , ''       , '' 
     160   sn_tair     = 'flx'        ,       -1          , 'socliot2' ,    .true.      , .true.  , 'yearly'  , ''       , '' 
     161   sn_humi     = 'flx'        ,       -1          , 'socliohu' ,    .true.      , .true.  , 'yearly'  , ''       , '' 
     162   sn_ccov     = 'flx'        ,       -1          , 'socliocl' ,    .false.     , .true.  , 'yearly'  , ''       , '' 
     163   sn_prec     = 'flx'        ,       -1          , 'socliopl' ,    .false.     , .true.  , 'yearly'  , ''       , '' 
    164164! 
    165165   cn_dir      = './'      !  root directory for the location of the bulk files are 
     
    170170!              !   file name    ! frequency (hours) ! variable   ! time interpol. !  clim    ! 'yearly'/ !       weights     ! rotation ! 
    171171!              !                !  (if <0  months)  !   name     !    (logical)   !  (T/F)   ! 'monthly' !       filename    ! pairing  ! 
    172    sn_wndi     = 'u10_core'     ,        6.         , 'u10'      ,    .true.      , .false.  , 'yearly'  ,          ''       ,   '' 
    173    sn_wndj     = 'v10_core'     ,        6.         , 'v10'      ,    .true.      , .false.  , 'yearly'  ,          ''       ,   '' 
    174    sn_qsr      = 'qsw_core'     ,       24.         , 'radsw'    ,    .true.      , .false.  , 'yearly'  ,          ''       ,   '' 
    175    sn_qlw      = 'qlw_core'     ,       24.         , 'radlw'    ,    .true.      , .false.  , 'yearly'  ,          ''       ,   '' 
    176    sn_tair     = 't2_core'      ,        6.         , 't2'       ,    .true.      , .false.  , 'yearly'  ,          ''       ,   '' 
    177    sn_humi     = 'q2_core'      ,        6.         , 'q2'       ,    .true.      , .false.  , 'yearly'  ,          ''       ,   '' 
    178    sn_prec     = 'precip_core'  ,       -1.         , 'precip'   ,    .true.      , .false.  , 'yearly'  ,          ''       ,   '' 
    179    sn_snow     = 'snow_core'    ,       -1.         , 'snow'     ,    .true.      , .false.  , 'yearly'  ,          ''       ,   '' 
    180    sn_tdif     = 'taudif_core'  ,       24.         , 'taudif'   ,    .true.      , .false.  , 'yearly'  ,          ''       ,   '' 
     172   sn_wndi     = 'u10_core'     ,        6          , 'u10'      ,    .true.      , .false.  , 'yearly'  ,          ''       ,   '' 
     173   sn_wndj     = 'v10_core'     ,        6          , 'v10'      ,    .true.      , .false.  , 'yearly'  ,          ''       ,   '' 
     174   sn_qsr      = 'qsw_core'     ,       24          , 'radsw'    ,    .true.      , .false.  , 'yearly'  ,          ''       ,   '' 
     175   sn_qlw      = 'qlw_core'     ,       24          , 'radlw'    ,    .true.      , .false.  , 'yearly'  ,          ''       ,   '' 
     176   sn_tair     = 't2_core'      ,        6          , 't2'       ,    .true.      , .false.  , 'yearly'  ,          ''       ,   '' 
     177   sn_humi     = 'q2_core'      ,        6          , 'q2'       ,    .true.      , .false.  , 'yearly'  ,          ''       ,   '' 
     178   sn_prec     = 'precip_core'  ,       -1          , 'precip'   ,    .true.      , .false.  , 'yearly'  ,          ''       ,   '' 
     179   sn_snow     = 'snow_core'    ,       -1          , 'snow'     ,    .true.      , .false.  , 'yearly'  ,          ''       ,   '' 
     180   sn_tdif     = 'taudif_core'  ,       24          , 'taudif'   ,    .true.      , .false.  , 'yearly'  ,          ''       ,   '' 
    181181! 
    182182   cn_dir      = './'      !  root directory for the location of the bulk files 
     
    221221!              !   file name  ! frequency (hours) ! variable   ! time interpol. !  clim   ! 'yearly'/ ! weights  ! rotation ! 
    222222!              !              !  (if <0  months)  !   name     !    (logical)   !  (T/F)  ! 'monthly' ! filename ! pairing  ! 
    223    sn_chl      = 'chlorophyll',        -1.        , 'CHLA'     ,    .true.      , .true.  , 'yearly'  , ''       , '' 
     223   sn_chl      = 'chlorophyll',        -1         , 'CHLA'     ,    .true.      , .true.  , 'yearly'  , ''       , '' 
    224224  
    225225   cn_dir      = './'      !  root directory for the location of the runoff files 
     
    239239!              !   file name  ! frequency (hours) ! variable   ! time interpol. !  clim   ! 'yearly'/ ! weights  ! rotation ! 
    240240!              !              !  (if <0  months)  !   name     !    (logical)   !  (T/F)  ! 'monthly' ! filename ! pairing  ! 
    241    sn_rnf      = 'runoff_1m_nomask' ,  -1.        , 'sorunoff' ,    .true.      , .true.  , 'yearly'  , ''       , '' 
    242    sn_cnf      = 'runoff_1m_nomask' ,   0.        , 'socoefr'  ,    .false.     , .true.  , 'yearly'  , ''       , '' 
     241   sn_rnf      = 'runoff_1m_nomask' ,  -1         , 'sorunoff' ,    .true.      , .true.  , 'yearly'  , ''       , '' 
     242   sn_cnf      = 'runoff_1m_nomask' ,   0         , 'socoefr'  ,    .false.     , .true.  , 'yearly'  , ''       , '' 
    243243  
    244244   cn_dir       = './'      !  root directory for the location of the runoff files 
     
    254254!              !   file name  ! frequency (hours) ! variable   ! time interpol. !  clim   ! 'yearly'/ ! weights  ! rotation ! 
    255255!              !              !  (if <0  months)  !   name     !    (logical)   !  (T/F)  ! 'monthly' ! filename ! pairing  ! 
    256    sn_sst      = 'sst_data'   ,        24.        ,  'sst'     ,     .false.    , .false. , 'yearly'  , ''       , '' 
    257    sn_sss      = 'sss_data'   ,        -1.        ,  'sss'     ,     .true.     , .true.  , 'yearly'  , ''       , '' 
     256   sn_sst      = 'sst_data'   ,        24         ,  'sst'     ,     .false.    , .false. , 'yearly'  , ''       , '' 
     257   sn_sss      = 'sss_data'   ,        -1         ,  'sss'     ,     .true.     , .true.  , 'yearly'  , ''       , '' 
    258258     
    259259   cn_dir      = './'      !  root directory for the location of the runoff files 
Note: See TracChangeset for help on using the changeset viewer.