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 3506 for branches – NEMO

Changeset 3506 for branches


Ignore:
Timestamp:
2012-10-16T15:38:36+02:00 (12 years ago)
Author:
cetlod
Message:

branch:2012/dev_r3438_LOCEAN15_PISLOB minor bug correction, see ticket #972

File:
1 edited

Legend:

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

    r3496 r3506  
    386386         ferbudget = glob_sum( (   trn(:,:,:,jpfer) + trn(:,:,:,jpnfe)  & 
    387387            &                     + trn(:,:,:,jpdfe) + trn(:,:,:,jpbfe)  & 
    388             &                     + trn(:,:,:,jpsfe) +                   & 
     388            &                     + trn(:,:,:,jpsfe)                    & 
    389389            &                     + trn(:,:,:,jpzoo)                     & 
    390390            &                     + trn(:,:,:,jpmes) * ferat3            ) * cvol(:,:,:)  ) 
Note: See TracChangeset for help on using the changeset viewer.