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 2540 for trunk/DOC/TexFiles/Namelist/namsbc_rnf – NEMO

Ignore:
Timestamp:
2011-01-09T05:46:20+01:00 (13 years ago)
Author:
gm
Message:

v3.3beta: phasing of the DOC and trunk namelists

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DOC/TexFiles/Namelist/namsbc_rnf

    r2282 r2540  
    22&namsbc_rnf    !   runoffs namelist surface boundary condition 
    33!----------------------------------------------------------------------- 
    4 !               !   file name        ! frequency (h)   ! variable   ! time interp. !  clim  ! starting ! 
    5 !               !                    ! (if <0  months) !   name     !  (logical)   !  (0/1) !  record  ! 
    6    sn_rnf     = 'runoff_1m_nomask.nc',      -12.       , 'sorunoff' ,   .true.     ,    1   ,    0     , ''   , '' 
    7    sn_cnf     = 'runoff_1m_nomask.nc',        0.       , 'socoefr'  ,   .false.    ,    1   ,    0     , ''   , '' 
    8    sn_s_rnf   = 'runoffs'            ,  24             , 'rosaline' ,   .true.     , .true. ,  'yearly', ''   , '' 
    9    sn_t_rnf   = 'runoffs'            ,  24             , 'rotemper' ,   .true.     , .true. ,  'yearly', ''   , '' 
    10    sn_dep_rnf = 'runoffs'            ,   0             , 'rodepth'  ,   .false.    , .true. ,  'yearly', ''   , '' 
    11 ! 
    12    cn_dir       = './'      ! directory in which the model is executed 
    13    ln_rnf_emp   =   .false. !  runoffs included into precipitation field (T) or into a file (F) 
    14    ln_rnf_mouth =   .false. !  specific treatment at rivers mouths 
    15    rn_hrnf      =   15.e0   !  depth over which enhanced vertical mixing is used 
     4!              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! 
     5!              !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! 
     6   sn_rnf      = 'runoff_core_monthly',    -1    , 'sorunoff',   .true.     , .true. , 'yearly'  , ''       , '' 
     7   sn_cnf      = 'runoff_core_monthly',     0    , 'socoefr0',   .false.    , .true. , 'yearly'  , ''       , '' 
     8   sn_s_rnf    = 'runoffs'            ,    24    , 'rosaline',   .true.     , .true. , 'yearly'  , ''       , '' 
     9   sn_t_rnf    = 'runoffs'            ,    24    , 'rotemper',   .true.     , .true. , 'yearly'  , ''       , '' 
     10   sn_dep_rnf  = 'runoffs'            ,     0    , 'rodepth' ,   .false.    , .true. , 'yearly'  , ''       , '' 
     11 
     12   cn_dir       = './'      !  root directory for the location of the runoff files 
     13   ln_rnf_emp   = .false.  !  runoffs included into precipitation field (T) or into a file (F) 
     14   ln_rnf_mouth = .true.    !  specific treatment at rivers mouths 
     15   rn_hrnf      =  15.e0    !  depth over which enhanced vertical mixing is used 
    1616   rn_avt_rnf   =   1.e-3   !  value of the additional vertical mixing coef. [m2/s] 
    1717   rn_rfact     =   1.e0    !  multiplicative factor for runoff 
    18    ln_rnf_depth =  .false.  !  read in depth information for runoff 
    19    ln_rnf_temp  =  .false.  !  read in temperature information for runoff 
    20    ln_rnf_sal   =  .false.  !  read in salinity information for runoff 
     18   ln_rnf_depth = .false.   !  read in depth information for runoff 
     19   ln_rnf_tem   = .false.   !  read in temperature information for runoff 
     20   ln_rnf_sal   = .false.   !  read in salinity information for runoff 
    2121/ 
Note: See TracChangeset for help on using the changeset viewer.