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 3481 for branches/2012/dev_r3438_LOCEAN15_PISLOB/NEMOGCM/NEMO/TOP_SRC/PISCES/P4Z/p4zprod.F90 – NEMO

Ignore:
Timestamp:
2012-10-02T14:38:42+02:00 (12 years ago)
Author:
cetlod
Message:

NEMOGCM_dev_r3438_LOCEAN15_PISLOB: output a text file for carbon budget

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_r3438_LOCEAN15_PISLOB/NEMOGCM/NEMO/TOP_SRC/PISCES/P4Z/p4zprod.F90

    r3475 r3481  
    5252   REAL(wp) :: texcret                !: 1 - excret  
    5353   REAL(wp) :: texcret2               !: 1 - excret2         
    54    REAL(wp) :: tpp                    !: Total primary production 
    5554 
    5655 
     
    409408     ! Total primary production per year 
    410409     tpp = tpp + glob_sum( ( zprorca(:,:,:) + zprorcad(:,:,:) ) * cvol(:,:,:) ) 
    411  
    412      IF( kt == nitend .AND. jnt == nrdttrc ) THEN 
    413         IF (lwp) THEN 
    414            WRITE(numout,*) 'Total PP (Gtc) :' 
    415            WRITE(numout,*) '-------------------- : ',tpp * 12. / 1.E12 
    416            WRITE(numout,*)  
    417         ENDIF 
    418       ENDIF 
    419410 
    420411     IF( ln_diatrc ) THEN 
Note: See TracChangeset for help on using the changeset viewer.