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 1562 – NEMO

Changeset 1562


Ignore:
Timestamp:
2009-07-30T15:28:08+02:00 (15 years ago)
Author:
cetlod
Message:

rename some PISCES diag variables, see ticket:503

Location:
trunk/NEMO/TOP_SRC
Files:
2 edited

Legend:

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

    r1457 r1562  
    377377      IF( jnt == nrdttrc ) CALL iom_put( "PPPHY2", zw3d ) 
    378378      zw3d(:,:,:) = zpronew (:,:,:) * zrfact2 * tmask(:,:,:) 
    379       IF( jnt == nrdttrc ) CALL iom_put( "PPZOO" , zw3d ) 
     379      IF( jnt == nrdttrc ) CALL iom_put( "PPNEWN" , zw3d ) 
    380380      zw3d(:,:,:) = zpronewd(:,:,:) * zrfact2 * tmask(:,:,:) 
    381       IF( jnt == nrdttrc ) CALL iom_put( "PPZOO2", zw3d ) 
     381      IF( jnt == nrdttrc ) CALL iom_put( "PPNEWD", zw3d ) 
    382382      zw3d(:,:,:) = zprorcad(:,:,:) * zrfact2 * tmask(:,:,:) * zysopt(:,:,:) 
    383383      IF( jnt == nrdttrc ) CALL iom_put( "PBSi"  , zw3d ) 
  • trunk/NEMO/TOP_SRC/TRP/trcsbc.F90

    r1193 r1562  
    9191               ! concent./dilut. effect 
    9292               ztra = emps(ji,jj) * zsrau * trn(ji,jj,1,jn) * zse3t * tmask(ji,jj,1) 
    93                 
    9493               ! add the trend to the general tracer trend 
    9594               tra(ji,jj,1,jn) = tra(ji,jj,1,jn) + ztra 
     95#if defined key_trc_diatrd 
     96               IF( luttrd(jn) ) & 
     97               &    trtrd(ji,jj,1,ikeep(jn),jpdiatrc) = trtrd(ji,jj,1,ikeep(jn),jpdiatrc) + ztra 
     98#endif 
     99 
    96100            END DO 
    97101         END DO 
Note: See TracChangeset for help on using the changeset viewer.