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 2207 for branches/DEV_r2191_3partymerge2010/DOC/TexFiles/Namelist/namsbc_rnf – NEMO

Ignore:
Timestamp:
2010-10-11T18:51:54+02:00 (14 years ago)
Author:
acc
Message:

#733 DEV_r2191_3partymerge2010. Merged in changes from devukmo2010 branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DEV_r2191_3partymerge2010/DOC/TexFiles/Namelist/namsbc_rnf

    r1320 r2207  
    66   sn_rnf     = 'runoff_1m_nomask.nc' ,      -12.        ,  'sorunoff',      .true.        ,    1   ,    0     , ''       , '' 
    77   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', ''       , '' 
    811! 
    912   cn_dir       = './'       ! directory in which the model is executed 
     
    1215   rn_hrnf      =   0.e0    !  depth over which enhanced vertical mixing is used 
    1316   rn_avt_rnf   =   1.e-3   !  value of the additional vertical mixing coef. [m2/s] 
     17   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 
    1421/ 
Note: See TracChangeset for help on using the changeset viewer.