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

    r7041 r7068  
    88   !!             1.0  !  2003-08 (C. Ethe)  module F90 
    99   !!             2.0  !  2007-12  (C. Ethe, G. Madec) from trcnam.pisces.h90 
    10    !!---------------------------------------------------------------------- 
    11 #if defined key_pisces  
    12    !!---------------------------------------------------------------------- 
    13    !!   'key_pisces'   :                                   PISCES bio-model 
    1410   !!---------------------------------------------------------------------- 
    1511   !! trc_nam_pisces       : PISCES model namelist read 
     
    7470 
    7571      IF(lwp) THEN                         ! control print 
    76          WRITE(numout,*) ' Namelist : nampismod' 
    77          WRITE(numout,*) '    PISCES   model                 ln_p4z  =', ln_p4z 
    78          WRITE(numout,*) '    LOBSTER  model                 ln_p2z  =', ln_p2z 
     72         WRITE(numout,*) ' ' 
     73         IF( ln_p4z )  WRITE(numout,*) '          PISCES  model is used' 
     74         IF( ln_p2z )  WRITE(numout,*) '          LOBSTER model is used' 
     75         WRITE(numout,*) ' ' 
    7976      ENDIF 
    8077     
     
    8784   END SUBROUTINE trc_nam_pisces 
    8885 
    89 #else 
    90    !!---------------------------------------------------------------------- 
    91    !!  Dummy module :                                   No PISCES bio-model 
    92    !!---------------------------------------------------------------------- 
    93 CONTAINS 
    94    SUBROUTINE trc_nam_pisces                      ! Empty routine 
    95    END  SUBROUTINE  trc_nam_pisces 
    96 #endif   
    97  
    9886   !!====================================================================== 
    9987END MODULE trcnam_pisces 
Note: See TracChangeset for help on using the changeset viewer.