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 773 for branches/dev_001_GM/NEMO/TOP_SRC/PISCES – NEMO

Ignore:
Timestamp:
2007-12-17T17:55:32+01:00 (16 years ago)
Author:
gm
Message:

dev_001_GM - small changes : compilation OK

Location:
branches/dev_001_GM/NEMO/TOP_SRC/PISCES
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/dev_001_GM/NEMO/TOP_SRC/PISCES/trcini_pisces.F90

    r772 r773  
    1919   USE trccfc          ! CFC sms trends 
    2020   USE sms             ! Source Minus Sink variables 
     21   USE oce_trc         ! ocean variables 
     22   USE trp_trc         ! 
     23 
    2124   USE iom 
    2225 
     
    179182      DO jj = 2 , jpjm1 
    180183         DO ji = 2, jpim1 
    181             zcoef = e1t(ji,jj) * e2t(ji,jj) * fse3t(ji,jj,1)) * tmask(ji,jj,1) * tmask_i(ji,jj) * raass 
     184            zcoef = e1t(ji,jj) * e2t(ji,jj) * fse3t(ji,jj,1) * tmask(ji,jj,1) * tmask_i(ji,jj) * raass 
    182185            rivpo4input = rivpo4input + rivinp(ji,jj) * zcoef 
    183186            rivalkinput = rivalkinput + cotdep(ji,jj) * zcoef 
  • branches/dev_001_GM/NEMO/TOP_SRC/PISCES/trclsm_pisces.F90

    r772 r773  
    1    !!---------------------------------------------------------------------- 
    2    !!                     ***  trclsm.pisces.h90  ***   
    3    !! TOP :   Definition some run parameter for PISCES biological model 
    4    !!---------------------------------------------------------------------- 
     1MODULE trclsm_pisces 
     2   !!====================================================================== 
     3   !!                      ***  MODULE trclsm_lobster  *** 
     4   !! TOP :   initialisation of some run parameters for PISCES bio-model 
     5   !!====================================================================== 
    56   !! History :    -   !  1999-10 (M.A. Foujols, M. Levy) original code 
    67   !!              -   !  2000-01 (L. Bopp) hamocc3, p3zd 
Note: See TracChangeset for help on using the changeset viewer.