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 1678 for trunk/NEMO/TOP_SRC/PISCES/p4zopt.F90 – NEMO

Ignore:
Timestamp:
2009-10-26T12:38:26+01:00 (15 years ago)
Author:
cetlod
Message:

Improve PISCES diagnostics for IPCC AR5 exercise, see ticket:567

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/TOP_SRC/PISCES/p4zopt.F90

    r1457 r1678  
    240240      zw2d(:,:  ) =  heup(:,:  ) * tmask(:,:,1) 
    241241      zw3d(:,:,:) =  etot(:,:,:) * tmask(:,:,:) 
    242       IF( jnt == nrdttrc ) CALL iom_put( "heup", zw2d )                
     242      IF( jnt == nrdttrc ) CALL iom_put( "Heup", zw2d )                
    243243      IF( jnt == nrdttrc ) CALL iom_put( "PAR" , zw3d ) 
    244244# endif 
Note: See TracChangeset for help on using the changeset viewer.