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 2173 for branches/DEV_R1821_Rivers/CONFIG/GYRE/EXP00/namelist – NEMO

Ignore:
Timestamp:
2010-10-06T17:48:41+02:00 (13 years ago)
Author:
rfurner
Message:

updated namelists

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DEV_R1821_Rivers/CONFIG/GYRE/EXP00/namelist

    r1998 r2173  
    214214   sn_rnf      = 'runoff_1m_nomask' ,  -1         , 'sorunoff' ,    .true.      , .true.  , 'yearly'  , ''       , '' 
    215215   sn_cnf      = 'runoff_1m_nomask' ,   0         , 'socoefr'  ,    .false.     , .true.  , 'yearly'  , ''       , '' 
    216    sn_sal_rnf  = 'runoffs'          ,  24         , 'rosaline' ,    .true.      , .true.  ,   'yearly', ''       , '' 
    217    sn_tmp_rnf  = 'runoffs'          ,  24         , 'rotemper' ,    .true.      , .true.  ,   'yearly', ''       , '' 
     216   sn_s_rnf    = 'runoffs'          ,  24         , 'rosaline' ,    .true.      , .true.  ,   'yearly', ''       , '' 
     217   sn_t_rnf    = 'runoffs'          ,  24         , 'rotemper' ,    .true.      , .true.  ,   'yearly', ''       , '' 
    218218   sn_dep_rnf  = 'runoffs'          ,   0         , 'rodepth'  ,    .false.     , .true.  ,   'yearly', ''       , '' 
    219219  
     
    221221   ln_rnf_emp   =   .false. !  runoffs included into precipitation field (T) or into a file (F) 
    222222   ln_rnf_mouth =   .false. !  specific treatment at rivers mouths 
    223    ln_rnf_att   =   .false. !  apply temperature, salinity and depth attributes to runoff input 
    224223   rn_hrnf      =   0.e0    !  depth over which enhanced vertical mixing is used 
    225224   rn_avt_rnf   =   1.e-3   !  value of the additional vertical mixing coef. [m2/s] 
    226225   rn_rfact     =   1.e0    !  multiplicative factor for runoff 
     226   ln_rnf_depth =  .false.  !  read in depth information for runoff 
     227   ln_rnf_temp  =  .false.  !  read in temperature information for runoff 
     228   ln_rnf_sal   =  .false.  !  read in salinity information for runoff 
    227229/ 
    228230!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.