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 1134 – NEMO

Changeset 1134


Ignore:
Timestamp:
2008-06-24T17:41:22+02:00 (16 years ago)
Author:
smasson
Message:

new sbc namelist format, see ticket:1

Location:
trunk/CONFIG
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/CONFIG/GYRE/EXP00/namelist

    r1127 r1134  
    131131&namsbc_flx    !   surface boundary condition : flux formulation 
    132132!----------------------------------------------------------------------- 
    133 !              !      file name     ! frequency (hours) !  variable  ! time interpol. !  clim  ! starting ! 
    134 !              !                    !  (if <0  months)  !    name    !    (logical)   !  (0/1) !  record  ! 
    135    sn_utau     =      'utau.nc'     ,        24.        ,    'utau'  ,     .false.    ,    0   ,     0 
    136    sn_vtau     =      'vtau.nc'     ,        24.        ,    'vtau'  ,     .false.    ,    0   ,     0 
    137    sn_qtot     =      'qtot.nc'     ,        24.        ,    'qtot'  ,     .false.    ,    0   ,     0 
    138    sn_qsr      =      'qsr.nc'      ,        24.        ,    'qsr'   ,     .false.    ,    0   ,     0 
    139    sn_emp      =      'emp.nc'      ,        24.        ,    'emp'   ,     .false.    ,    0   ,     0 
     133!              !      file name     ! frequency (hours) !  variable  ! time interpol. !  clim   ! 'yearly' or ! 
     134!              !                    !  (if <0  months)  !    name    !    (logical)   !  (T/F)  !  'monthly'  ! 
     135   sn_utau     =      'utau'        ,        24.        ,    'utau'  ,     .false.    , .false. ,   'yearly' 
     136   sn_vtau     =      'vtau'        ,        24.        ,    'vtau'  ,     .false.    , .false. ,   'yearly' 
     137   sn_qtot     =      'qtot'        ,        24.        ,    'qtot'  ,     .false.    , .false. ,   'yearly' 
     138   sn_qsr      =      'qsr'         ,        24.        ,    'qsr'   ,     .false.    , .false. ,   'yearly' 
     139   sn_emp      =      'emp'         ,        24.        ,    'emp'   ,     .false.    , .false. ,   'yearly' 
    140140! 
    141141   cn_dir      = './'      !  root directory for the location of the flux files 
     
    144144&namsbc_clio   !   namsbc_clio  CLIO bulk formulea 
    145145!----------------------------------------------------------------------- 
    146 !              !      file name     ! frequency (hours) !  variable  ! time interpol. !  clim  ! starting ! 
    147 !              !                    !  (if <0  months)  !    name    !    (logical)   !  (0/1) !  record  ! 
    148    sn_utau     =    'taux_1m'       ,      -12.         , 'sozotaux' ,    .false.     ,    1   ,    0     
    149    sn_vtau     =    'tauy_1m'       ,      -12.         , 'sometauy' ,    .false.     ,    1   ,    0     
    150    sn_wndm     =    'flx'           ,      -12.         , 'socliowi' ,    .false.     ,    1   ,    0       
    151    sn_tair     =    'flx'           ,      -12.         , 'socliot2' ,    .false.     ,    1   ,    0      
    152    sn_humi     =    'flx'           ,      -12.         , 'socliohu' ,    .false.     ,    1   ,    0     
    153    sn_ccov     =    'flx'           ,      -12.         , 'socliocl' ,    .false.     ,    1   ,    0       
    154    sn_prec     =    'flx'           ,      -12.         , 'socliopl' ,    .false.     ,    1   ,    0        
     146!              !      file name     ! frequency (hours) !  variable  ! time interpol. !  clim   ! 'yearly' or ! 
     147!              !                    !  (if <0  months)  !    name    !    (logical)   !  (T/F)  !  'monthly'  ! 
     148   sn_utau     =    'taux_1m'       ,       -1.         , 'sozotaux' ,    .false.     , .true.  ,   'yearly'     
     149   sn_vtau     =    'tauy_1m'       ,       -1.         , 'sometauy' ,    .false.     , .true.  ,   'yearly'     
     150   sn_wndm     =    'flx'           ,       -1.         , 'socliowi' ,    .false.     , .true.  ,   'yearly'       
     151   sn_tair     =    'flx'           ,       -1.         , 'socliot2' ,    .false.     , .true.  ,   'yearly'      
     152   sn_humi     =    'flx'           ,       -1.         , 'socliohu' ,    .false.     , .true.  ,   'yearly'     
     153   sn_ccov     =    'flx'           ,       -1.         , 'socliocl' ,    .false.     , .true.  ,   'yearly'       
     154   sn_prec     =    'flx'           ,       -1.         , 'socliopl' ,    .false.     , .true.  ,   'yearly'        
    155155! 
    156156   cn_dir      = './'      !  root directory for the location of the bulk files are 
     
    159159&namsbc_core   !   namsbc_core  CORE bulk formulea 
    160160!----------------------------------------------------------------------- 
    161 !              !   file name        ! frequency (hours) ! variable   ! time interpol. !  clim  ! starting ! 
    162 !              !                    !  (if <0  months)  !   name     !    (logical)   !  (0/1) !  record  ! 
    163    sn_wndi     =    'u10'           ,       24.         , 'U_10_MOD' ,    .false.     ,    1   ,    0     
    164    sn_wndj     =    'v10'           ,       24.         , 'V_10_MOD' ,    .false.     ,    1   ,    0     
    165    sn_qsr      =    'rad'           ,       24.         , 'SWDN_MOD' ,    .false.     ,    1   ,    0       
    166    sn_qlw      =    'rad'           ,       24.         , 'LWDN_MOD' ,    .false.     ,    1   ,    0       
    167    sn_tair     =    't10'           ,       24.         , 'T_10_MOD' ,    .false.     ,    1   ,    0      
    168    sn_humi     =    'q10'           ,       24.         , 'Q_10_MOD' ,    .false.     ,    1   ,    0     
    169    sn_prec     =    'precip'        ,      -12.         , 'RAIN'     ,    .false.     ,    1   ,    0       
    170    sn_snow     =    'precip'        ,      -12.         , 'SNOW'     ,    .false.     ,    1   ,    0        
     161!              !     file name      ! frequency (hours) ! variable   ! time interpol. !  clim   ! 'yearly' or ! 
     162!              !                    !  (if <0  months)  !   name     !    (logical)   !  (T/F)  !  'monthly'  ! 
     163   sn_wndi     =    'u10'           ,       24.         , 'U_10_MOD' ,    .false.     , .true.  ,   'yearly'     
     164   sn_wndj     =    'v10'           ,       24.         , 'V_10_MOD' ,    .false.     , .true.  ,   'yearly'     
     165   sn_qsr      =    'rad'           ,       24.         , 'SWDN_MOD' ,    .false.     , .true.  ,   'yearly'       
     166   sn_qlw      =    'rad'           ,       24.         , 'LWDN_MOD' ,    .false.     , .true.  ,   'yearly'       
     167   sn_tair     =    't10'           ,       24.         , 'T_10_MOD' ,    .false.     , .true.  ,   'yearly'      
     168   sn_humi     =    'q10'           ,       24.         , 'Q_10_MOD' ,    .false.     , .true.  ,   'yearly'     
     169   sn_prec     =    'precip'        ,       -1.         , 'RAIN'     ,    .false.     , .true.  ,   'yearly'       
     170   sn_snow     =    'precip'        ,       -1.         , 'SNOW'     ,    .false.     , .true.  ,   'yearly'        
    171171! 
    172172   cn_dir      = './'      !  root directory for the location of the bulk files 
     
    189189&namsbc_rnf    !   runoffs namelist surface boundary condition 
    190190!----------------------------------------------------------------------- 
    191 !              !   file name        ! frequency (hours) ! variable   ! time interpol. !  clim  ! starting ! 
    192 !              !                    !  (if <0  months)  !   name     !    (logical)   !  (0/1) !  record  ! 
    193    sn_rnf    = 'runoff_1m_nomask'   ,       -12.        , 'sorunoff' ,    .true.      ,    1   ,    0      
    194    sn_cnf    = 'runoff_1m_nomask'   ,         0.        , 'socoefr'  ,    .false.     ,    1   ,    0               
     191!              !     file name      ! frequency (hours) ! variable   ! time interpol. !  clim   ! 'yearly' or ! 
     192!              !                    !  (if <0  months)  !   name     !    (logical)   !  (T/F)  !  'monthly'  ! 
     193   sn_rnf    =   'runoff_1m_nomask' ,        -1.        , 'sorunoff' ,    .true.      , .true.  ,   'yearly'      
     194   sn_cnf    =   'runoff_1m_nomask' ,         0.        , 'socoefr'  ,    .false.     , .true.  ,   'yearly'               
    195195! 
    196196   cn_dir       = './'      !  root directory for the location of the runoff files 
     
    203203&namsbc_ssr    !   surface boundary condition : sea surface restoring 
    204204!----------------------------------------------------------------------- 
    205 !              !   file name        ! frequency (hours) ! variable   ! time interpol. !  clim  ! starting ! 
    206 !              !                    !  (if <0  months)  !   name     !    (logical)   !  (0/1) !  record  ! 
    207    sn_sst      =  'sst_data.nc'     ,        24.        ,  'sst'     ,     .false.    ,    0   ,    0 
    208    sn_sss      =  'sss_data.nc'     ,       -12.        ,  'sss'     ,     .true.     ,    0   ,    0 
     205!              !     file name      ! frequency (hours) ! variable   ! time interpol. !  clim   ! 'yearly' or ! 
     206!              !                    !  (if <0  months)  !   name     !    (logical)   !  (T/F)  !  'monthly'  ! 
     207   sn_sst      =    'sst_data'      ,        24.        ,  'sst'     ,     .false.    , .false. ,   'yearly' 
     208   sn_sss      =    'sss_data'      ,        -1.        ,  'sss'     ,     .true.     , .false. ,   'yearly' 
    209209! 
    210210   cn_dir      = './'      !  root directory for the location of the runoff files 
  • trunk/CONFIG/GYRE_LOBSTER/EXP00/namelist

    r1127 r1134  
    131131&namsbc_flx    !   surface boundary condition : flux formulation 
    132132!----------------------------------------------------------------------- 
    133 !              !      file name     ! frequency (hours) !  variable  ! time interpol. !  clim  ! starting ! 
    134 !              !                    !  (if <0  months)  !    name    !    (logical)   !  (0/1) !  record  ! 
    135    sn_utau     =      'utau.nc'     ,        24.        ,    'utau'  ,     .false.    ,    0   ,     0 
    136    sn_vtau     =      'vtau.nc'     ,        24.        ,    'vtau'  ,     .false.    ,    0   ,     0 
    137    sn_qtot     =      'qtot.nc'     ,        24.        ,    'qtot'  ,     .false.    ,    0   ,     0 
    138    sn_qsr      =      'qsr.nc'      ,        24.        ,    'qsr'   ,     .false.    ,    0   ,     0 
    139    sn_emp      =      'emp.nc'      ,        24.        ,    'emp'   ,     .false.    ,    0   ,     0 
     133!              !      file name     ! frequency (hours) !  variable  ! time interpol. !  clim   ! 'yearly' or ! 
     134!              !                    !  (if <0  months)  !    name    !    (logical)   !  (T/F)  !  'monthly'  ! 
     135   sn_utau     =      'utau'        ,        24.        ,    'utau'  ,     .false.    , .false. ,   'yearly' 
     136   sn_vtau     =      'vtau'        ,        24.        ,    'vtau'  ,     .false.    , .false. ,   'yearly' 
     137   sn_qtot     =      'qtot'        ,        24.        ,    'qtot'  ,     .false.    , .false. ,   'yearly' 
     138   sn_qsr      =      'qsr'         ,        24.        ,    'qsr'   ,     .false.    , .false. ,   'yearly' 
     139   sn_emp      =      'emp'         ,        24.        ,    'emp'   ,     .false.    , .false. ,   'yearly' 
    140140! 
    141141   cn_dir      = './'      !  root directory for the location of the flux files 
     
    144144&namsbc_clio   !   namsbc_clio  CLIO bulk formulea 
    145145!----------------------------------------------------------------------- 
    146 !              !      file name     ! frequency (hours) !  variable  ! time interpol. !  clim  ! starting ! 
    147 !              !                    !  (if <0  months)  !    name    !    (logical)   !  (0/1) !  record  ! 
    148    sn_utau     =    'taux_1m'       ,      -12.         , 'sozotaux' ,    .false.     ,    1   ,    0     
    149    sn_vtau     =    'tauy_1m'       ,      -12.         , 'sometauy' ,    .false.     ,    1   ,    0     
    150    sn_wndm     =    'flx'           ,      -12.         , 'socliowi' ,    .false.     ,    1   ,    0       
    151    sn_tair     =    'flx'           ,      -12.         , 'socliot2' ,    .false.     ,    1   ,    0      
    152    sn_humi     =    'flx'           ,      -12.         , 'socliohu' ,    .false.     ,    1   ,    0     
    153    sn_ccov     =    'flx'           ,      -12.         , 'socliocl' ,    .false.     ,    1   ,    0       
    154    sn_prec     =    'flx'           ,      -12.         , 'socliopl' ,    .false.     ,    1   ,    0        
     146!              !      file name     ! frequency (hours) !  variable  ! time interpol. !  clim   ! 'yearly' or ! 
     147!              !                    !  (if <0  months)  !    name    !    (logical)   !  (T/F)  !  'monthly'  ! 
     148   sn_utau     =    'taux_1m'       ,       -1.         , 'sozotaux' ,    .false.     , .true.  ,   'yearly'     
     149   sn_vtau     =    'tauy_1m'       ,       -1.         , 'sometauy' ,    .false.     , .true.  ,   'yearly'     
     150   sn_wndm     =    'flx'           ,       -1.         , 'socliowi' ,    .false.     , .true.  ,   'yearly'       
     151   sn_tair     =    'flx'           ,       -1.         , 'socliot2' ,    .false.     , .true.  ,   'yearly'      
     152   sn_humi     =    'flx'           ,       -1.         , 'socliohu' ,    .false.     , .true.  ,   'yearly'     
     153   sn_ccov     =    'flx'           ,       -1.         , 'socliocl' ,    .false.     , .true.  ,   'yearly'       
     154   sn_prec     =    'flx'           ,       -1.         , 'socliopl' ,    .false.     , .true.  ,   'yearly'        
    155155! 
    156156   cn_dir      = './'      !  root directory for the location of the bulk files are 
     
    159159&namsbc_core   !   namsbc_core  CORE bulk formulea 
    160160!----------------------------------------------------------------------- 
    161 !              !   file name        ! frequency (hours) ! variable   ! time interpol. !  clim  ! starting ! 
    162 !              !                    !  (if <0  months)  !   name     !    (logical)   !  (0/1) !  record  ! 
    163    sn_wndi     =    'u10'           ,       24.         , 'U_10_MOD' ,    .false.     ,    1   ,    0     
    164    sn_wndj     =    'v10'           ,       24.         , 'V_10_MOD' ,    .false.     ,    1   ,    0     
    165    sn_qsr      =    'rad'           ,       24.         , 'SWDN_MOD' ,    .false.     ,    1   ,    0       
    166    sn_qlw      =    'rad'           ,       24.         , 'LWDN_MOD' ,    .false.     ,    1   ,    0       
    167    sn_tair     =    't10'           ,       24.         , 'T_10_MOD' ,    .false.     ,    1   ,    0      
    168    sn_humi     =    'q10'           ,       24.         , 'Q_10_MOD' ,    .false.     ,    1   ,    0     
    169    sn_prec     =    'precip'        ,      -12.         , 'RAIN'     ,    .false.     ,    1   ,    0       
    170    sn_snow     =    'precip'        ,      -12.         , 'SNOW'     ,    .false.     ,    1   ,    0        
     161!              !     file name      ! frequency (hours) ! variable   ! time interpol. !  clim   ! 'yearly' or ! 
     162!              !                    !  (if <0  months)  !   name     !    (logical)   !  (T/F)  !  'monthly'  ! 
     163   sn_wndi     =    'u10'           ,       24.         , 'U_10_MOD' ,    .false.     , .true.  ,   'yearly'     
     164   sn_wndj     =    'v10'           ,       24.         , 'V_10_MOD' ,    .false.     , .true.  ,   'yearly'     
     165   sn_qsr      =    'rad'           ,       24.         , 'SWDN_MOD' ,    .false.     , .true.  ,   'yearly'       
     166   sn_qlw      =    'rad'           ,       24.         , 'LWDN_MOD' ,    .false.     , .true.  ,   'yearly'       
     167   sn_tair     =    't10'           ,       24.         , 'T_10_MOD' ,    .false.     , .true.  ,   'yearly'      
     168   sn_humi     =    'q10'           ,       24.         , 'Q_10_MOD' ,    .false.     , .true.  ,   'yearly'     
     169   sn_prec     =    'precip'        ,       -1.         , 'RAIN'     ,    .false.     , .true.  ,   'yearly'       
     170   sn_snow     =    'precip'        ,       -1.         , 'SNOW'     ,    .false.     , .true.  ,   'yearly'        
    171171! 
    172172   cn_dir      = './'      !  root directory for the location of the bulk files 
     
    189189&namsbc_rnf    !   runoffs namelist surface boundary condition 
    190190!----------------------------------------------------------------------- 
    191 !              !   file name        ! frequency (hours) ! variable   ! time interpol. !  clim  ! starting ! 
    192 !              !                    !  (if <0  months)  !   name     !    (logical)   !  (0/1) !  record  ! 
    193    sn_rnf    = 'runoff_1m_nomask'   ,       -12.        , 'sorunoff' ,    .true.      ,    1   ,    0      
    194    sn_cnf    = 'runoff_1m_nomask'   ,         0.        , 'socoefr'  ,    .false.     ,    1   ,    0               
     191!              !     file name      ! frequency (hours) ! variable   ! time interpol. !  clim   ! 'yearly' or ! 
     192!              !                    !  (if <0  months)  !   name     !    (logical)   !  (T/F)  !  'monthly'  ! 
     193   sn_rnf    =   'runoff_1m_nomask' ,        -1.        , 'sorunoff' ,    .true.      , .true.  ,   'yearly'      
     194   sn_cnf    =   'runoff_1m_nomask' ,         0.        , 'socoefr'  ,    .false.     , .true.  ,   'yearly'               
    195195! 
    196196   cn_dir       = './'      !  root directory for the location of the runoff files 
     
    203203&namsbc_ssr    !   surface boundary condition : sea surface restoring 
    204204!----------------------------------------------------------------------- 
    205 !              !   file name        ! frequency (hours) ! variable   ! time interpol. !  clim  ! starting ! 
    206 !              !                    !  (if <0  months)  !   name     !    (logical)   !  (0/1) !  record  ! 
    207    sn_sst      =  'sst_data.nc'     ,        24.        ,  'sst'     ,     .false.    ,    0   ,    0 
    208    sn_sss      =  'sss_data.nc'     ,       -12.        ,  'sss'     ,     .true.     ,    0   ,    0 
     205!              !     file name      ! frequency (hours) ! variable   ! time interpol. !  clim   ! 'yearly' or ! 
     206!              !                    !  (if <0  months)  !   name     !    (logical)   !  (T/F)  !  'monthly'  ! 
     207   sn_sst      =    'sst_data'      ,        24.        ,  'sst'     ,     .false.    , .false. ,   'yearly' 
     208   sn_sss      =    'sss_data'      ,        -1.        ,  'sss'     ,     .true.     , .false. ,   'yearly' 
    209209! 
    210210   cn_dir      = './'      !  root directory for the location of the runoff files 
  • trunk/CONFIG/ORCA2_LIM/EXP00/1_namelist

    r1127 r1134  
    131131&namsbc_flx    !   surface boundary condition : flux formulation 
    132132!----------------------------------------------------------------------- 
    133 !              !      file name     ! frequency (hours) !  variable  ! time interpol. !  clim  ! starting ! 
    134 !              !                    !  (if <0  months)  !    name    !    (logical)   !  (0/1) !  record  ! 
    135    sn_utau     =      'utau.nc'     ,        24.        ,    'utau'  ,     .false.    ,    0   ,     0 
    136    sn_vtau     =      'vtau.nc'     ,        24.        ,    'vtau'  ,     .false.    ,    0   ,     0 
    137    sn_qtot     =      'qtot.nc'     ,        24.        ,    'qtot'  ,     .false.    ,    0   ,     0 
    138    sn_qsr      =      'qsr.nc'      ,        24.        ,    'qsr'   ,     .false.    ,    0   ,     0 
    139    sn_emp      =      'emp.nc'      ,        24.        ,    'emp'   ,     .false.    ,    0   ,     0 
     133!              !      file name     ! frequency (hours) !  variable  ! time interpol. !  clim   ! 'yearly' or ! 
     134!              !                    !  (if <0  months)  !    name    !    (logical)   !  (T/F)  !  'monthly'  ! 
     135   sn_utau     =      'utau'        ,        24.        ,    'utau'  ,     .false.    , .false. ,   'yearly' 
     136   sn_vtau     =      'vtau'        ,        24.        ,    'vtau'  ,     .false.    , .false. ,   'yearly' 
     137   sn_qtot     =      'qtot'        ,        24.        ,    'qtot'  ,     .false.    , .false. ,   'yearly' 
     138   sn_qsr      =      'qsr'         ,        24.        ,    'qsr'   ,     .false.    , .false. ,   'yearly' 
     139   sn_emp      =      'emp'         ,        24.        ,    'emp'   ,     .false.    , .false. ,   'yearly' 
    140140! 
    141141   cn_dir      = './'      !  root directory for the location of the flux files 
     
    144144&namsbc_clio   !   namsbc_clio  CLIO bulk formulea 
    145145!----------------------------------------------------------------------- 
    146 !              !      file name     ! frequency (hours) !  variable  ! time interpol. !  clim  ! starting ! 
    147 !              !                    !  (if <0  months)  !    name    !    (logical)   !  (0/1) !  record  ! 
    148    sn_utau     =    'taux_1m'       ,      -12.         , 'sozotaux' ,    .false.     ,    1   ,    0     
    149    sn_vtau     =    'tauy_1m'       ,      -12.         , 'sometauy' ,    .false.     ,    1   ,    0     
    150    sn_wndm     =    'flx'           ,      -12.         , 'socliowi' ,    .false.     ,    1   ,    0       
    151    sn_tair     =    'flx'           ,      -12.         , 'socliot2' ,    .false.     ,    1   ,    0      
    152    sn_humi     =    'flx'           ,      -12.         , 'socliohu' ,    .false.     ,    1   ,    0     
    153    sn_ccov     =    'flx'           ,      -12.         , 'socliocl' ,    .false.     ,    1   ,    0       
    154    sn_prec     =    'flx'           ,      -12.         , 'socliopl' ,    .false.     ,    1   ,    0        
     146!              !      file name     ! frequency (hours) !  variable  ! time interpol. !  clim   ! 'yearly' or ! 
     147!              !                    !  (if <0  months)  !    name    !    (logical)   !  (T/F)  !  'monthly'  ! 
     148   sn_utau     =    'taux_1m'       ,       -1.         , 'sozotaux' ,    .false.     , .true.  ,   'yearly'     
     149   sn_vtau     =    'tauy_1m'       ,       -1.         , 'sometauy' ,    .false.     , .true.  ,   'yearly'     
     150   sn_wndm     =    'flx'           ,       -1.         , 'socliowi' ,    .false.     , .true.  ,   'yearly'       
     151   sn_tair     =    'flx'           ,       -1.         , 'socliot2' ,    .false.     , .true.  ,   'yearly'      
     152   sn_humi     =    'flx'           ,       -1.         , 'socliohu' ,    .false.     , .true.  ,   'yearly'     
     153   sn_ccov     =    'flx'           ,       -1.         , 'socliocl' ,    .false.     , .true.  ,   'yearly'       
     154   sn_prec     =    'flx'           ,       -1.         , 'socliopl' ,    .false.     , .true.  ,   'yearly'        
    155155! 
    156156   cn_dir      = './'      !  root directory for the location of the bulk files are 
     
    159159&namsbc_core   !   namsbc_core  CORE bulk formulea 
    160160!----------------------------------------------------------------------- 
    161 !              !   file name        ! frequency (hours) ! variable   ! time interpol. !  clim  ! starting ! 
    162 !              !                    !  (if <0  months)  !   name     !    (logical)   !  (0/1) !  record  ! 
    163    sn_wndi     =    'u10'           ,       24.         , 'U_10_MOD' ,    .false.     ,    1   ,    0     
    164    sn_wndj     =    'v10'           ,       24.         , 'V_10_MOD' ,    .false.     ,    1   ,    0     
    165    sn_qsr      =    'rad'           ,       24.         , 'SWDN_MOD' ,    .false.     ,    1   ,    0       
    166    sn_qlw      =    'rad'           ,       24.         , 'LWDN_MOD' ,    .false.     ,    1   ,    0       
    167    sn_tair     =    't10'           ,       24.         , 'T_10_MOD' ,    .false.     ,    1   ,    0      
    168    sn_humi     =    'q10'           ,       24.         , 'Q_10_MOD' ,    .false.     ,    1   ,    0     
    169    sn_prec     =    'precip'        ,      -12.         , 'RAIN'     ,    .false.     ,    1   ,    0       
    170    sn_snow     =    'precip'        ,      -12.         , 'SNOW'     ,    .false.     ,    1   ,    0        
     161!              !     file name      ! frequency (hours) ! variable   ! time interpol. !  clim   ! 'yearly' or ! 
     162!              !                    !  (if <0  months)  !   name     !    (logical)   !  (T/F)  !  'monthly'  ! 
     163   sn_wndi     =    'u10'           ,       24.         , 'U_10_MOD' ,    .false.     , .true.  ,   'yearly'     
     164   sn_wndj     =    'v10'           ,       24.         , 'V_10_MOD' ,    .false.     , .true.  ,   'yearly'     
     165   sn_qsr      =    'rad'           ,       24.         , 'SWDN_MOD' ,    .false.     , .true.  ,   'yearly'       
     166   sn_qlw      =    'rad'           ,       24.         , 'LWDN_MOD' ,    .false.     , .true.  ,   'yearly'       
     167   sn_tair     =    't10'           ,       24.         , 'T_10_MOD' ,    .false.     , .true.  ,   'yearly'      
     168   sn_humi     =    'q10'           ,       24.         , 'Q_10_MOD' ,    .false.     , .true.  ,   'yearly'     
     169   sn_prec     =    'precip'        ,       -1.         , 'RAIN'     ,    .false.     , .true.  ,   'yearly'       
     170   sn_snow     =    'precip'        ,       -1.         , 'SNOW'     ,    .false.     , .true.  ,   'yearly'        
    171171! 
    172172   cn_dir      = './'      !  root directory for the location of the bulk files 
     
    189189&namsbc_rnf    !   runoffs namelist surface boundary condition 
    190190!----------------------------------------------------------------------- 
    191 !              !   file name        ! frequency (hours) ! variable   ! time interpol. !  clim  ! starting ! 
    192 !              !                    !  (if <0  months)  !   name     !    (logical)   !  (0/1) !  record  ! 
    193    sn_rnf    = 'runoff_1m_nomask'   ,       -12.        , 'sorunoff' ,    .true.      ,    1   ,    0      
    194    sn_cnf    = 'runoff_1m_nomask'   ,         0.        , 'socoefr'  ,    .false.     ,    1   ,    0               
     191!              !     file name      ! frequency (hours) ! variable   ! time interpol. !  clim   ! 'yearly' or ! 
     192!              !                    !  (if <0  months)  !   name     !    (logical)   !  (T/F)  !  'monthly'  ! 
     193   sn_rnf    =   'runoff_1m_nomask' ,        -1.        , 'sorunoff' ,    .true.      , .true.  ,   'yearly'      
     194   sn_cnf    =   'runoff_1m_nomask' ,         0.        , 'socoefr'  ,    .false.     , .true.  ,   'yearly'               
    195195! 
    196196   cn_dir       = './'      !  root directory for the location of the runoff files 
     
    203203&namsbc_ssr    !   surface boundary condition : sea surface restoring 
    204204!----------------------------------------------------------------------- 
    205 !              !   file name        ! frequency (hours) ! variable   ! time interpol. !  clim  ! starting ! 
    206 !              !                    !  (if <0  months)  !   name     !    (logical)   !  (0/1) !  record  ! 
    207    sn_sst      =  'sst_data.nc'     ,        24.        ,  'sst'     ,     .false.    ,    0   ,    0 
    208    sn_sss      =  'sss_data.nc'     ,       -12.        ,  'sss'     ,     .true.     ,    0   ,    0 
     205!              !     file name      ! frequency (hours) ! variable   ! time interpol. !  clim   ! 'yearly' or ! 
     206!              !                    !  (if <0  months)  !   name     !    (logical)   !  (T/F)  !  'monthly'  ! 
     207   sn_sst      =     'sst_data'     ,        24.        ,  'sst'     ,     .false.    , .false. ,   'yearly' 
     208   sn_sss      =     'sss_data'     ,        -1.        ,  'sss'     ,     .true.     , .false. ,   'yearly' 
    209209! 
    210210   cn_dir      = './'      !  root directory for the location of the runoff files 
  • trunk/CONFIG/ORCA2_LIM/EXP00/namelist

    r1127 r1134  
    131131&namsbc_flx    !   surface boundary condition : flux formulation 
    132132!----------------------------------------------------------------------- 
    133 !              !      file name     ! frequency (hours) !  variable  ! time interpol. !  clim  ! starting ! 
    134 !              !                    !  (if <0  months)  !    name    !    (logical)   !  (0/1) !  record  ! 
    135    sn_utau     =      'utau.nc'     ,        24.        ,    'utau'  ,     .false.    ,    0   ,     0 
    136    sn_vtau     =      'vtau.nc'     ,        24.        ,    'vtau'  ,     .false.    ,    0   ,     0 
    137    sn_qtot     =      'qtot.nc'     ,        24.        ,    'qtot'  ,     .false.    ,    0   ,     0 
    138    sn_qsr      =      'qsr.nc'      ,        24.        ,    'qsr'   ,     .false.    ,    0   ,     0 
    139    sn_emp      =      'emp.nc'      ,        24.        ,    'emp'   ,     .false.    ,    0   ,     0 
     133!              !      file name     ! frequency (hours) !  variable  ! time interpol. !  clim   ! 'yearly' or ! 
     134!              !                    !  (if <0  months)  !    name    !    (logical)   !  (T/F)  !  'monthly'  ! 
     135   sn_utau     =      'utau'        ,        24.        ,    'utau'  ,     .false.    , .false. ,   'yearly' 
     136   sn_vtau     =      'vtau'        ,        24.        ,    'vtau'  ,     .false.    , .false. ,   'yearly' 
     137   sn_qtot     =      'qtot'        ,        24.        ,    'qtot'  ,     .false.    , .false. ,   'yearly' 
     138   sn_qsr      =      'qsr'         ,        24.        ,    'qsr'   ,     .false.    , .false. ,   'yearly' 
     139   sn_emp      =      'emp'         ,        24.        ,    'emp'   ,     .false.    , .false. ,   'yearly' 
    140140! 
    141141   cn_dir      = './'      !  root directory for the location of the flux files 
     
    144144&namsbc_clio   !   namsbc_clio  CLIO bulk formulea 
    145145!----------------------------------------------------------------------- 
    146 !              !      file name     ! frequency (hours) !  variable  ! time interpol. !  clim  ! starting ! 
    147 !              !                    !  (if <0  months)  !    name    !    (logical)   !  (0/1) !  record  ! 
    148    sn_utau     =    'taux_1m'       ,      -12.         , 'sozotaux' ,    .false.     ,    1   ,    0     
    149    sn_vtau     =    'tauy_1m'       ,      -12.         , 'sometauy' ,    .false.     ,    1   ,    0     
    150    sn_wndm     =    'flx'           ,      -12.         , 'socliowi' ,    .false.     ,    1   ,    0       
    151    sn_tair     =    'flx'           ,      -12.         , 'socliot2' ,    .false.     ,    1   ,    0      
    152    sn_humi     =    'flx'           ,      -12.         , 'socliohu' ,    .false.     ,    1   ,    0     
    153    sn_ccov     =    'flx'           ,      -12.         , 'socliocl' ,    .false.     ,    1   ,    0       
    154    sn_prec     =    'flx'           ,      -12.         , 'socliopl' ,    .false.     ,    1   ,    0        
     146!              !      file name     ! frequency (hours) !  variable  ! time interpol. !  clim   ! 'yearly' or ! 
     147!              !                    !  (if <0  months)  !    name    !    (logical)   !  (T/F)  !  'monthly'  ! 
     148   sn_utau     =    'taux_1m'       ,       -1.         , 'sozotaux' ,    .false.     , .true.  ,   'yearly'     
     149   sn_vtau     =    'tauy_1m'       ,       -1.         , 'sometauy' ,    .false.     , .true.  ,   'yearly'     
     150   sn_wndm     =    'flx'           ,       -1.         , 'socliowi' ,    .false.     , .true.  ,   'yearly'       
     151   sn_tair     =    'flx'           ,       -1.         , 'socliot2' ,    .false.     , .true.  ,   'yearly'      
     152   sn_humi     =    'flx'           ,       -1.         , 'socliohu' ,    .false.     , .true.  ,   'yearly'     
     153   sn_ccov     =    'flx'           ,       -1.         , 'socliocl' ,    .false.     , .true.  ,   'yearly'       
     154   sn_prec     =    'flx'           ,       -1.         , 'socliopl' ,    .false.     , .true.  ,   'yearly'        
    155155! 
    156156   cn_dir      = './'      !  root directory for the location of the bulk files are 
     
    159159&namsbc_core   !   namsbc_core  CORE bulk formulea 
    160160!----------------------------------------------------------------------- 
    161 !              !   file name        ! frequency (hours) ! variable   ! time interpol. !  clim  ! starting ! 
    162 !              !                    !  (if <0  months)  !   name     !    (logical)   !  (0/1) !  record  ! 
    163    sn_wndi     =    'u10'           ,       24.         , 'U_10_MOD' ,    .false.     ,    1   ,    0     
    164    sn_wndj     =    'v10'           ,       24.         , 'V_10_MOD' ,    .false.     ,    1   ,    0     
    165    sn_qsr      =    'rad'           ,       24.         , 'SWDN_MOD' ,    .false.     ,    1   ,    0       
    166    sn_qlw      =    'rad'           ,       24.         , 'LWDN_MOD' ,    .false.     ,    1   ,    0       
    167    sn_tair     =    't10'           ,       24.         , 'T_10_MOD' ,    .false.     ,    1   ,    0      
    168    sn_humi     =    'q10'           ,       24.         , 'Q_10_MOD' ,    .false.     ,    1   ,    0     
    169    sn_prec     =    'precip'        ,      -12.         , 'RAIN'     ,    .false.     ,    1   ,    0       
    170    sn_snow     =    'precip'        ,      -12.         , 'SNOW'     ,    .false.     ,    1   ,    0        
     161!              !   file name        ! frequency (hours) ! variable   ! time interpol. !  clim   ! 'yearly' or ! 
     162!              !                    !  (if <0  months)  !   name     !    (logical)   !  (T/F)  !  'monthly'  ! 
     163   sn_wndi     =    'u10'           ,       24.         , 'U_10_MOD' ,    .false.     , .true.  ,   'yearly'     
     164   sn_wndj     =    'v10'           ,       24.         , 'V_10_MOD' ,    .false.     , .true.  ,   'yearly'     
     165   sn_qsr      =    'rad'           ,       24.         , 'SWDN_MOD' ,    .false.     , .true.  ,   'yearly'       
     166   sn_qlw      =    'rad'           ,       24.         , 'LWDN_MOD' ,    .false.     , .true.  ,   'yearly'       
     167   sn_tair     =    't10'           ,       24.         , 'T_10_MOD' ,    .false.     , .true.  ,   'yearly'      
     168   sn_humi     =    'q10'           ,       24.         , 'Q_10_MOD' ,    .false.     , .true.  ,   'yearly'     
     169   sn_prec     =    'precip'        ,       -1.         , 'RAIN'     ,    .false.     , .true.  ,   'yearly'       
     170   sn_snow     =    'precip'        ,       -1.         , 'SNOW'     ,    .false.     , .true.  ,   'yearly'        
    171171! 
    172172   cn_dir      = './'      !  root directory for the location of the bulk files 
     
    189189&namsbc_rnf    !   runoffs namelist surface boundary condition 
    190190!----------------------------------------------------------------------- 
    191 !              !   file name        ! frequency (hours) ! variable   ! time interpol. !  clim  ! starting ! 
    192 !              !                    !  (if <0  months)  !   name     !    (logical)   !  (0/1) !  record  ! 
    193    sn_rnf    = 'runoff_1m_nomask'   ,       -12.        , 'sorunoff' ,    .true.      ,    1   ,    0      
    194    sn_cnf    = 'runoff_1m_nomask'   ,         0.        , 'socoefr'  ,    .false.     ,    1   ,    0               
     191!              !     file name      ! frequency (hours) ! variable   ! time interpol. !  clim   ! 'yearly' or ! 
     192!              !                    !  (if <0  months)  !   name     !    (logical)   !  (T/F)  !  'monthly'  ! 
     193   sn_rnf    =   'runoff_1m_nomask' ,        -1.        , 'sorunoff' ,    .true.      , .true.  ,   'yearly'      
     194   sn_cnf    =   'runoff_1m_nomask' ,         0.        , 'socoefr'  ,    .false.     , .true.  ,   'yearly'               
    195195! 
    196196   cn_dir       = './'      !  root directory for the location of the runoff files 
     
    203203&namsbc_ssr    !   surface boundary condition : sea surface restoring 
    204204!----------------------------------------------------------------------- 
    205 !              !   file name        ! frequency (hours) ! variable   ! time interpol. !  clim  ! starting ! 
    206 !              !                    !  (if <0  months)  !   name     !    (logical)   !  (0/1) !  record  ! 
    207    sn_sst      =  'sst_data.nc'     ,        24.        ,  'sst'     ,     .false.    ,    0   ,    0 
    208    sn_sss      =  'sss_data.nc'     ,       -12.        ,  'sss'     ,     .true.     ,    0   ,    0 
     205!              !     file name      ! frequency (hours) ! variable   ! time interpol. !  clim   ! 'yearly' or ! 
     206!              !                    !  (if <0  months)  !   name     !    (logical)   !  (T/F)  !  'monthly'  ! 
     207   sn_sst      =    'sst_data'     ,        24.        ,  'sst'     ,     .false.    , .false. ,   'yearly' 
     208   sn_sss      =    'sss_data'     ,        -1.        ,  'sss'     ,     .true.     , .false. ,   'yearly' 
    209209!    
    210210   cn_dir      = './'      !  root directory for the location of the runoff files 
  • trunk/CONFIG/ORCA2_LIM_PISCES/EXP00/namelist

    r1127 r1134  
    131131&namsbc_flx    !   surface boundary condition : flux formulation 
    132132!----------------------------------------------------------------------- 
    133 !              !      file name     ! frequency (hours) !  variable  ! time interpol. !  clim  ! starting ! 
    134 !              !                    !  (if <0  months)  !    name    !    (logical)   !  (0/1) !  record  ! 
    135    sn_utau     =      'utau.nc'     ,        24.        ,    'utau'  ,     .false.    ,    0   ,     0 
    136    sn_vtau     =      'vtau.nc'     ,        24.        ,    'vtau'  ,     .false.    ,    0   ,     0 
    137    sn_qtot     =      'qtot.nc'     ,        24.        ,    'qtot'  ,     .false.    ,    0   ,     0 
    138    sn_qsr      =      'qsr.nc'      ,        24.        ,    'qsr'   ,     .false.    ,    0   ,     0 
    139    sn_emp      =      'emp.nc'      ,        24.        ,    'emp'   ,     .false.    ,    0   ,     0 
     133!              !      file name     ! frequency (hours) !  variable  ! time interpol. !  clim   ! 'yearly' or ! 
     134!              !                    !  (if <0  months)  !    name    !    (logical)   !  (T/F)  !  'monthly'  ! 
     135   sn_utau     =      'utau'        ,        24.        ,    'utau'  ,     .false.    , .false. ,   'yearly' 
     136   sn_vtau     =      'vtau'        ,        24.        ,    'vtau'  ,     .false.    , .false. ,   'yearly' 
     137   sn_qtot     =      'qtot'        ,        24.        ,    'qtot'  ,     .false.    , .false. ,   'yearly' 
     138   sn_qsr      =      'qsr'         ,        24.        ,    'qsr'   ,     .false.    , .false. ,   'yearly' 
     139   sn_emp      =      'emp'         ,        24.        ,    'emp'   ,     .false.    , .false. ,   'yearly' 
    140140! 
    141141   cn_dir      = './'      !  root directory for the location of the flux files 
     
    144144&namsbc_clio   !   namsbc_clio  CLIO bulk formulea 
    145145!----------------------------------------------------------------------- 
    146 !              !      file name     ! frequency (hours) !  variable  ! time interpol. !  clim  ! starting ! 
    147 !              !                    !  (if <0  months)  !    name    !    (logical)   !  (0/1) !  record  ! 
    148    sn_utau     =    'taux_1m'       ,      -12.         , 'sozotaux' ,    .false.     ,    1   ,    0     
    149    sn_vtau     =    'tauy_1m'       ,      -12.         , 'sometauy' ,    .false.     ,    1   ,    0     
    150    sn_wndm     =    'flx'           ,      -12.         , 'socliowi' ,    .false.     ,    1   ,    0       
    151    sn_tair     =    'flx'           ,      -12.         , 'socliot2' ,    .false.     ,    1   ,    0      
    152    sn_humi     =    'flx'           ,      -12.         , 'socliohu' ,    .false.     ,    1   ,    0     
    153    sn_ccov     =    'flx'           ,      -12.         , 'socliocl' ,    .false.     ,    1   ,    0       
    154    sn_prec     =    'flx'           ,      -12.         , 'socliopl' ,    .false.     ,    1   ,    0        
     146!              !      file name     ! frequency (hours) !  variable  ! time interpol. !  clim   ! 'yearly' or ! 
     147!              !                    !  (if <0  months)  !    name    !    (logical)   !  (T/F)  !  'monthly'  ! 
     148   sn_utau     =    'taux_1m'       ,       -1.         , 'sozotaux' ,    .false.     , .true.  ,   'yearly'     
     149   sn_vtau     =    'tauy_1m'       ,       -1.         , 'sometauy' ,    .false.     , .true.  ,   'yearly'     
     150   sn_wndm     =    'flx'           ,       -1.         , 'socliowi' ,    .false.     , .true.  ,   'yearly'       
     151   sn_tair     =    'flx'           ,       -1.         , 'socliot2' ,    .false.     , .true.  ,   'yearly'      
     152   sn_humi     =    'flx'           ,       -1.         , 'socliohu' ,    .false.     , .true.  ,   'yearly'     
     153   sn_ccov     =    'flx'           ,       -1.         , 'socliocl' ,    .false.     , .true.  ,   'yearly'       
     154   sn_prec     =    'flx'           ,       -1.         , 'socliopl' ,    .false.     , .true.  ,   'yearly'        
    155155! 
    156156   cn_dir      = './'      !  root directory for the location of the bulk files are 
     
    159159&namsbc_core   !   namsbc_core  CORE bulk formulea 
    160160!----------------------------------------------------------------------- 
    161 !              !   file name        ! frequency (hours) ! variable   ! time interpol. !  clim  ! starting ! 
    162 !              !                    !  (if <0  months)  !   name     !    (logical)   !  (0/1) !  record  ! 
    163    sn_wndi     =    'u10'           ,       24.         , 'U_10_MOD' ,    .false.     ,    1   ,    0     
    164    sn_wndj     =    'v10'           ,       24.         , 'V_10_MOD' ,    .false.     ,    1   ,    0     
    165    sn_qsr      =    'rad'           ,       24.         , 'SWDN_MOD' ,    .false.     ,    1   ,    0       
    166    sn_qlw      =    'rad'           ,       24.         , 'LWDN_MOD' ,    .false.     ,    1   ,    0       
    167    sn_tair     =    't10'           ,       24.         , 'T_10_MOD' ,    .false.     ,    1   ,    0      
    168    sn_humi     =    'q10'           ,       24.         , 'Q_10_MOD' ,    .false.     ,    1   ,    0     
    169    sn_prec     =    'precip'        ,      -12.         , 'RAIN'     ,    .false.     ,    1   ,    0       
    170    sn_snow     =    'precip'        ,      -12.         , 'SNOW'     ,    .false.     ,    1   ,    0        
     161!              !   file name        ! frequency (hours) ! variable   ! time interpol. !  clim   ! 'yearly' or ! 
     162!              !                    !  (if <0  months)  !   name     !    (logical)   !  (T/F)  !  'monthly'  ! 
     163   sn_wndi     =    'u10'           ,       24.         , 'U_10_MOD' ,    .false.     , .true.  ,   'yearly'     
     164   sn_wndj     =    'v10'           ,       24.         , 'V_10_MOD' ,    .false.     , .true.  ,   'yearly'     
     165   sn_qsr      =    'rad'           ,       24.         , 'SWDN_MOD' ,    .false.     , .true.  ,   'yearly'       
     166   sn_qlw      =    'rad'           ,       24.         , 'LWDN_MOD' ,    .false.     , .true.  ,   'yearly'       
     167   sn_tair     =    't10'           ,       24.         , 'T_10_MOD' ,    .false.     , .true.  ,   'yearly'      
     168   sn_humi     =    'q10'           ,       24.         , 'Q_10_MOD' ,    .false.     , .true.  ,   'yearly'     
     169   sn_prec     =    'precip'        ,       -1.         , 'RAIN'     ,    .false.     , .true.  ,   'yearly'       
     170   sn_snow     =    'precip'        ,       -1.         , 'SNOW'     ,    .false.     , .true.  ,   'yearly'        
    171171! 
    172172   cn_dir      = './'      !  root directory for the location of the bulk files 
     
    189189&namsbc_rnf    !   runoffs namelist surface boundary condition 
    190190!----------------------------------------------------------------------- 
    191 !              !   file name        ! frequency (hours) ! variable   ! time interpol. !  clim  ! starting ! 
    192 !              !                    !  (if <0  months)  !   name     !    (logical)   !  (0/1) !  record  ! 
    193    sn_rnf    = 'runoff_1m_nomask'   ,       -12.        , 'sorunoff' ,    .true.      ,    1   ,    0      
    194    sn_cnf    = 'runoff_1m_nomask'   ,         0.        , 'socoefr'  ,    .false.     ,    1   ,    0               
     191!              !     file name      ! frequency (hours) ! variable   ! time interpol. !  clim   ! 'yearly' or ! 
     192!              !                    !  (if <0  months)  !   name     !    (logical)   !  (T/F)  !  'monthly'  ! 
     193   sn_rnf    =   'runoff_1m_nomask' ,        -1.        , 'sorunoff' ,    .true.      , .true.  ,   'yearly'      
     194   sn_cnf    =   'runoff_1m_nomask' ,         0.        , 'socoefr'  ,    .false.     , .true.  ,   'yearly'               
    195195! 
    196196   cn_dir       = './'      !  root directory for the location of the runoff files 
     
    203203&namsbc_ssr    !   surface boundary condition : sea surface restoring 
    204204!----------------------------------------------------------------------- 
    205 !              !   file name        ! frequency (hours) ! variable   ! time interpol. !  clim  ! starting ! 
    206 !              !                    !  (if <0  months)  !   name     !    (logical)   !  (0/1) !  record  ! 
    207    sn_sst      =  'sst_data.nc'     ,        24.        ,  'sst'     ,     .false.    ,    0   ,    0 
    208    sn_sss      =  'sss_data.nc'     ,       -12.        ,  'sss'     ,     .true.     ,    0   ,    0 
    209 ! 
     205!              !     file name      ! frequency (hours) ! variable   ! time interpol. !  clim   ! 'yearly' or ! 
     206!              !                    !  (if <0  months)  !   name     !    (logical)   !  (T/F)  !  'monthly'  ! 
     207   sn_sst      =    'sst_data'     ,        24.        ,  'sst'     ,     .false.    , .false. ,   'yearly' 
     208   sn_sss      =    'sss_data'     ,        -1.        ,  'sss'     ,     .true.     , .false. ,   'yearly' 
     209!    
    210210   cn_dir      = './'      !  root directory for the location of the runoff files 
    211211   nn_sstr     =     0     !  add a retroaction term in the surface heat       flux (=1) or not (=0) 
Note: See TracChangeset for help on using the changeset viewer.