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 2730 for trunk/NEMOGCM/NEMO/TOP_SRC/PISCES – NEMO

Ignore:
Timestamp:
2011-04-08T13:14:00+02:00 (13 years ago)
Author:
rblod
Message:

Add missing logical lwp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/NEMO/TOP_SRC/PISCES/p4zprod.F90

    r2715 r2730  
    327327#endif 
    328328 
    329      IF( kt == nitend .AND. jnt == nrdttrc ) THEN 
     329     IF( kt == nitend .AND. jnt == nrdttrc .AND. lwp ) THEN 
    330330        WRITE(numout,*) 'Total PP (Gtc) :' 
    331331        WRITE(numout,*) '-------------------- : ',tpp * 12. / 1.E12 
Note: See TracChangeset for help on using the changeset viewer.