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/p4zlys.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/p4zlys.F90

    r935 r1073  
    2020   USE oce_trc         ! 
    2121   USE trp_trc 
    22    USE sms 
     22   USE sms_pisces 
    2323   USE prtctl_trc 
    2424 
     
    2929 
    3030   !! * Shared module variables 
    31    REAL(wp), PUBLIC ::   kdca    = 0.327e3_wp   ,  &  !: 
    32      &                   nca  = 1.0_wp                !: 
     31   REAL(wp), PUBLIC ::   & 
     32     kdca = 0.327e3_wp   ,  &  !: 
     33     nca  = 1.0_wp             !: 
    3334 
    3435   !! * Module variables 
Note: See TracChangeset for help on using the changeset viewer.