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 1073 for trunk/NEMO/TOP_SRC/PISCES/p4zsed.F90 – NEMO

Ignore:
Timestamp:
2008-06-05T14:15:34+02:00 (16 years ago)
Author:
cetlod
Message:

update PISCES model, see ticket:190

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/TOP_SRC/PISCES/p4zsed.F90

    r935 r1073  
    1818   USE oce_trc         ! 
    1919   USE trp_trc 
    20    USE sms 
     20   USE sms_pisces 
    2121   USE lib_mpp 
    2222   USE prtctl_trc 
     
    3434   PRIVATE 
    3535 
    36    PUBLIC   p4z_sed    ! called in p4zprg.F90 
     36   PUBLIC   p4z_sed    
    3737 
    3838   !! * Shared module variables 
    39    LOGICAL, PUBLIC ::    bdustfer = .FALSE.      ,  &  !: 
    40      &                   briver = .FALSE.        ,  &  !: 
    41      &                   bndepo = .FALSE.        ,  &  !: 
    42      &                   bsedinput = .FALSE.           !: 
    43  
    44    REAL(wp), PUBLIC ::   sedfeinput = 1.E-9_wp   ,  &  !: 
    45      &                   dustsolub  = 0.014_wp         !: 
     39   LOGICAL, PUBLIC ::    & 
     40     bdustfer  = .FALSE.      ,  &  !: 
     41     briver    = .FALSE.      ,  &  !: 
     42     bndepo    = .FALSE.      ,  &  !: 
     43     bsedinput = .FALSE.            !: 
     44 
     45   REAL(wp), PUBLIC ::   & 
     46     sedfeinput = 1.E-9_wp   ,  &  !: 
     47     dustsolub  = 0.014_wp         !: 
    4648 
    4749   !! * Module variables 
Note: See TracChangeset for help on using the changeset viewer.