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 3524 for branches/2012/dev_r3385_NOCS04_HAMF/NEMOGCM/NEMO/TOP_SRC/PISCES/p4zrem.F90 – NEMO

Ignore:
Timestamp:
2012-11-02T07:13:40+01:00 (11 years ago)
Author:
gm
Message:

Branch: dev_r3385_NOCS04_HAMF; #665. add USE lib_fortran when SIGN is used (TOP,OPA,LIM2&3) ; salt flux names start with sfx_ in LIM3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_r3385_NOCS04_HAMF/NEMOGCM/NEMO/TOP_SRC/PISCES/p4zrem.F90

    r3295 r3524  
    44   !! TOP :   PISCES Compute remineralization/scavenging of organic compounds 
    55   !!====================================================================== 
    6    !! History :   1.0  !  2004     (O. Aumont) Original code 
    7    !!             2.0  !  2007-12  (C. Ethe, G. Madec)  F90 
    8    !!             3.4  !  2011-06  (O. Aumont, C. Ethe) Quota model for iron 
     6   !! History :  1.0  !  2004     (O. Aumont) Original code 
     7   !!            2.0  !  2007-12  (C. Ethe, G. Madec)  F90 
     8   !!            3.4  !  2011-06  (O. Aumont, C. Ethe) Quota model for iron 
    99   !!---------------------------------------------------------------------- 
    1010#if defined key_pisces 
     
    1717   !!   p4z_rem_alloc :  Allocate remineralisation variables 
    1818   !!---------------------------------------------------------------------- 
    19    USE oce_trc         !  shared variables between ocean and passive tracers 
    20    USE trc             !  passive tracers common variables  
    21    USE sms_pisces      !  PISCES Source Minus Sink variables 
    22    USE p4zopt          !  optical model 
    23    USE p4zche          !  chemical model 
    24    USE p4zprod         !  Growth rate of the 2 phyto groups 
    25    USE p4zmeso         !  Sources and sinks of mesozooplankton 
    26    USE p4zint          !  interpolation and computation of various fields 
    27    USE prtctl_trc      !  print control for debugging 
     19   USE oce_trc        !  shared variables between ocean and passive tracers 
     20   USE trc            !  passive tracers common variables  
     21   USE sms_pisces     !  PISCES Source Minus Sink variables 
     22   USE p4zopt         !  optical model 
     23   USE p4zche         !  chemical model 
     24   USE p4zprod        !  Growth rate of the 2 phyto groups 
     25   USE p4zmeso        !  Sources and sinks of mesozooplankton 
     26   USE p4zint         !  interpolation and computation of various fields 
     27   USE prtctl_trc     !  print control for debugging 
     28   USE lib_fortran    ! Fortran utilities (allows no signed zero when 'key_nosignedzero' defined)   
    2829 
    2930   IMPLICIT NONE 
Note: See TracChangeset for help on using the changeset viewer.