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 7068 for branches/2016/dev_r7012_ROBUST5_CNRS/NEMOGCM/NEMO/TOP_SRC/PISCES/P2Z/p2zsed.F90 – NEMO

Ignore:
Timestamp:
2016-10-21T17:38:13+02:00 (7 years ago)
Author:
cetlod
Message:

ROBUST5_CNRS : implementation of part I of new TOP interface - 1st step -, see ticket #1782

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_r7012_ROBUST5_CNRS/NEMOGCM/NEMO/TOP_SRC/PISCES/P2Z/p2zsed.F90

    r7041 r7068  
    77   !!              -   !  2000-12 (E. Kestenare)  clean up 
    88   !!             2.0  !  2007-12  (C. Deltel, G. Madec)  F90 + simplifications 
    9    !!---------------------------------------------------------------------- 
    10 #if defined key_pisces 
    11    !!---------------------------------------------------------------------- 
    12    !!   'key_pisces'                                     LOBSTER bio-model 
    139   !!---------------------------------------------------------------------- 
    1410   !!   p2z_sed        :  Compute loss of organic matter in the sediments 
     
    159155   END SUBROUTINE p2z_sed_init 
    160156 
    161 #else 
    162    !!====================================================================== 
    163    !!  Dummy module :                                   No PISCES bio-model 
    164    !!====================================================================== 
    165 CONTAINS 
    166    SUBROUTINE p2z_sed( kt )                   ! Empty routine 
    167       INTEGER, INTENT( in ) ::   kt 
    168       WRITE(*,*) 'p2z_sed: You should not have seen this print! error?', kt 
    169    END SUBROUTINE p2z_sed 
    170 #endif  
    171  
    172157   !!====================================================================== 
    173158END MODULE  p2zsed 
Note: See TracChangeset for help on using the changeset viewer.