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/p2zbio.F90 – NEMO

Ignore:
Timestamp:
2016-10-21T17:38:13+02:00 (8 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/p2zbio.F90

    r7041 r7068  
    88   !!              -   !  2001-03  (M. Levy)  LNO3 + dia2d  
    99   !!             2.0  !  2007-12  (C. Deltel, G. Madec)  F90 
    10    !!---------------------------------------------------------------------- 
    11 #if defined key_pisces 
    12    !!---------------------------------------------------------------------- 
    13    !!   'key_pisces'                                     LOBSTER bio-model 
    1410   !!---------------------------------------------------------------------- 
    1511   !!   p2z_bio        :   
     
    506502   END SUBROUTINE p2z_bio_init 
    507503 
    508 #else 
    509    !!====================================================================== 
    510    !!  Dummy module :                                   No PISCES bio-model 
    511    !!====================================================================== 
    512 CONTAINS 
    513    SUBROUTINE p2z_bio( kt )                   ! Empty routine 
    514       INTEGER, INTENT( in ) ::   kt 
    515       WRITE(*,*) 'p2z_bio: You should not have seen this print! error?', kt 
    516    END SUBROUTINE p2z_bio 
    517 #endif  
    518  
    519504   !!====================================================================== 
    520505END MODULE p2zbio 
Note: See TracChangeset for help on using the changeset viewer.