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 13373 for NEMO/branches/2020/dev_r13333_TOP-05_Ethe_Agrif/src/TOP/PISCES/SED/par_sed.F90 – NEMO

Ignore:
Timestamp:
2020-08-03T11:46:38+02:00 (4 years ago)
Author:
cetlod
Message:

TOP-05_Ethe_Agrif : 1st step of changes to successfully compile, see ticket #2508

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/dev_r13333_TOP-05_Ethe_Agrif/src/TOP/PISCES/SED/par_sed.F90

    r10222 r13373  
    2020      jp_sal   =>   jp_sal     !: indice of salintity 
    2121 
    22    INTEGER, PARAMETER :: jpdta = 17 
     22   INTEGER, PUBLIC, PARAMETER :: jpdta = 17 
    2323 
    2424   ! Vertical sediment geometry 
    25    INTEGER, PUBLIC   ::      & 
    26       jpksed   = 11 ,        & 
    27       jpksedm1 = 10 
     25   INTEGER, PUBLIC  :: jpksed  = 11  
     26   INTEGER, PUBLIC  :: jpksedm1  
    2827 
    2928   ! sediment tracer species 
    30    INTEGER, PARAMETER ::    & 
     29   INTEGER, PUBLIC, PARAMETER ::    & 
    3130      jpsol =  8,           &  !: number of solid component 
    3231      jpwat = 10,           &   !: number of pore water component 
     
    3635    
    3736   ! pore water components        
    38    INTEGER, PARAMETER :: & 
     37   INTEGER, PUBLIC, PARAMETER :: & 
    3938      jwsil  = 1,        & !: silic acid 
    4039      jwoxy  = 2,        & !: oxygen 
     
    4948 
    5049   ! solid components        
    51    INTEGER, PARAMETER ::  & 
     50   INTEGER, PUBLIC, PARAMETER ::  & 
    5251      jsopal  = 1,        & !: opal sediment 
    5352      jsclay  = 2,        & !: clay 
     
    5958      jsfes   = 8           !: FeS 
    6059 
    61    INTEGER, PARAMETER ::  & 
     60   INTEGER, PUBLIC, PARAMETER ::  & 
    6261      jptrased   = jpsol + jpwat , & 
    6362      jpdia3dsed = 2             , & 
Note: See TracChangeset for help on using the changeset viewer.