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 1250 for trunk/NEMO/TOP_SRC/SED/par_sed.F90 – NEMO

Ignore:
Timestamp:
2009-01-13T10:41:45+01:00 (16 years ago)
Author:
cetlod
Message:

update modules of sediment model to take into account minor modifications, see ticket:297

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/TOP_SRC/SED/par_sed.F90

    r1179 r1250  
    1919#if ! defined key_sed_off 
    2020   USE par_pisces 
     21#endif 
     22 
    2123#if defined key_kriest 
    2224   INTEGER, PARAMETER :: jpdta = 11 
     
    2426   INTEGER, PARAMETER :: jpdta = 12 
    2527#endif 
    26 #endif 
     28 
    2729 
    2830   ! Vertical sediment geometry 
     
    5658 
    5759   INTEGER, PARAMETER ::  & 
    58       jptrased = 14 , & 
    59       jpflxsed = 7 
     60      jptrased   = jpsol + jpwat , & 
     61      jpdia3dsed = 3          , & 
     62      jpdia2dsed = 7 
    6063#endif 
    6164END MODULE par_sed 
Note: See TracChangeset for help on using the changeset viewer.