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

Changeset 2173


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

updated namelists

Location:
branches/DEV_R1821_Rivers
Files:
6 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!----------------------------------------------------------------------- 
  • branches/DEV_R1821_Rivers/CONFIG/GYRE_LOBSTER/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!----------------------------------------------------------------------- 
  • branches/DEV_R1821_Rivers/CONFIG/ORCA2_LIM/EXP00/namelist

    r1998 r2173  
    241241   sn_rnf      = 'runoff_1m_nomask' ,  -1         , 'sorunoff' ,    .true.      , .true.  , 'yearly'  , ''       , '' 
    242242   sn_cnf      = 'runoff_1m_nomask' ,   0         , 'socoefr'  ,    .false.     , .true.  , 'yearly'  , ''       , '' 
    243    sn_sal_rnf  = 'runoffs'          ,  24         , 'rosaline' ,    .true.      , .true.  ,   'yearly', ''       , '' 
    244    sn_tmp_rnf  = 'runoffs'          ,  24         , 'rotemper' ,    .true.      , .true.  ,   'yearly', ''       , '' 
     243   sn_s_rnf    = 'runoffs'          ,  24         , 'rosaline' ,    .true.      , .true.  ,   'yearly', ''       , '' 
     244   sn_t_rnf    = 'runoffs'          ,  24         , 'rotemper' ,    .true.      , .true.  ,   'yearly', ''       , '' 
    245245   sn_dep_rnf  = 'runoffs'          ,   0         , 'rodepth'  ,    .false.     , .true.  ,   'yearly', ''       , '' 
    246246 
     
    249249   ln_rnf_emp   =   .false. !  runoffs included into precipitation field (T) or into a file (F) 
    250250   ln_rnf_mouth =   .false. !  specific treatment at rivers mouths 
    251    ln_rnf_att   =   .false. !  apply temperature, salinity and depth attributes to runoff input   
    252251   rn_hrnf      =  15.e0    !  depth over which enhanced vertical mixing is used 
    253252   rn_avt_rnf   =   1.e-3   !  value of the additional vertical mixing coef. [m2/s] 
    254253   rn_rfact     =   1.e0    !  multiplicative factor for runoff 
     254   ln_rnf_depth =  .false.  !  read in depth information for runoff 
     255   ln_rnf_temp  =  .false.  !  read in temperature information for runoff 
     256   ln_rnf_sal   =  .false.  !  read in salinity information for runoff 
    255257/ 
    256258!----------------------------------------------------------------------- 
  • branches/DEV_R1821_Rivers/CONFIG/ORCA2_LIM_PISCES/EXP00/namelist

    r1998 r2173  
    241241   sn_rnf      = 'runoff_1m_nomask' ,  -1         , 'sorunoff' ,    .true.      , .true.  , 'yearly'  , ''       , '' 
    242242   sn_cnf      = 'runoff_1m_nomask' ,   0         , 'socoefr'  ,    .false.     , .true.  , 'yearly'  , ''       , '' 
    243    sn_sal_rnf  = 'runoffs'          ,  24         , 'rosaline' ,    .true.      , .true.  ,   'yearly', ''       , '' 
    244    sn_tmp_rnf  = 'runoffs'          ,  24         , 'rotemper' ,    .true.      , .true.  ,   'yearly', ''       , '' 
     243   sn_s_rnf    = 'runoffs'          ,  24         , 'rosaline' ,    .true.      , .true.  ,   'yearly', ''       , '' 
     244   sn_t_rnf    = 'runoffs'          ,  24         , 'rotemper' ,    .true.      , .true.  ,   'yearly', ''       , '' 
    245245   sn_dep_rnf  = 'runoffs'          ,   0         , 'rodepth'  ,    .false.     , .true.  ,   'yearly', ''       , '' 
    246246  
     
    248248   ln_rnf_emp   =   .false. !  runoffs included into precipitation field (T) or into a file (F) 
    249249   ln_rnf_mouth =   .false. !  specific treatment at rivers mouths 
    250    ln_rnf_att   =   .false. !  apply temperature, salinity and depth attributes to runoff input 
    251250   rn_hrnf      =  15.e0    !  depth over which enhanced vertical mixing is used 
    252251   rn_avt_rnf   =   1.e-3   !  value of the additional vertical mixing coef. [m2/s] 
    253252   rn_rfact     =   1.e0    !  multiplicative factor for runoff 
     253   ln_rnf_depth =  .false.  !  read in depth information for runoff 
     254   ln_rnf_temp  =  .false.  !  read in temperature information for runoff 
     255   ln_rnf_sal   =  .false.  !  read in salinity information for runoff 
    254256/ 
    255257!----------------------------------------------------------------------- 
  • branches/DEV_R1821_Rivers/CONFIG/POMME/EXP00/namelist

    r1998 r2173  
    240240   sn_rnf      = 'runoff_1m_nomask' ,  -1         , 'sorunoff' ,    .true.      , .true.  , 'yearly'  , ''       , '' 
    241241   sn_cnf      = 'runoff_1m_nomask' ,   0         , 'socoefr'  ,    .false.     , .true.  , 'yearly'  , ''       , '' 
    242    sn_sal_rnf  = 'runoffs'          ,  24         , 'rosaline' ,    .true.      , .true.  ,   'yearly', ''       , '' 
    243    sn_tmp_rnf  = 'runoffs'          ,  24         , 'rotemper' ,    .true.      , .true.  ,   'yearly', ''       , '' 
     242   sn_s_rnf    = 'runoffs'          ,  24         , 'rosaline' ,    .true.      , .true.  ,   'yearly', ''       , '' 
     243   sn_t_rnf    = 'runoffs'          ,  24         , 'rotemper' ,    .true.      , .true.  ,   'yearly', ''       , '' 
    244244   sn_dep_rnf  = 'runoffs'          ,   0         , 'rodepth'  ,    .false.     , .true.  ,   'yearly', ''       , '' 
    245245  
     
    247247   ln_rnf_emp   =   .false. !  runoffs included into precipitation field (T) or into a file (F) 
    248248   ln_rnf_mouth =   .false. !  specific treatment at rivers mouths 
    249    ln_rnf_att   =   .false. !  apply temperature, salinity and depth attributes to runoff input 
    250249   rn_hrnf      =  0.e0    !  depth over which enhanced vertical mixing is used 
    251250   rn_avt_rnf   =   1.e-3   !  value of the additional vertical mixing coef. [m2/s] 
    252251   rn_rfact     =   1.e0    !  multiplicative factor for runoff 
     252   ln_rnf_depth =  .false.  !  read in depth information for runoff 
     253   ln_rnf_temp  =  .false.  !  read in temperature information for runoff 
     254   ln_rnf_sal   =  .false.  !  read in salinity information for runoff 
    253255/ 
    254256!----------------------------------------------------------------------- 
  • branches/DEV_R1821_Rivers/DOC/TexFiles/Namelist/namsbc_rnf

    r1320 r2173  
    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.