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

Ignore:
Timestamp:
2012-09-06T12:50:24+02:00 (12 years ago)
Author:
cetlod
Message:

branch:2012/dev_r3438_LOCEAN15_PISLOB bug correction when key_kriest is activated

File:
1 edited

Legend:

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

    r3451 r3471  
    374374            &                     + trn(:,:,:,jpphy) + trn(:,:,:,jpdia)  & 
    375375            &                     + trn(:,:,:,jpzoo) + trn(:,:,:,jpmes)  & 
     376#if ! defined key_kriest 
    376377            &                     + trn(:,:,:,jppoc) + trn(:,:,:,jpgoc)  & 
     378#else 
     379            &                     + trn(:,:,:,jppoc)                     & 
     380#endif 
    377381            &                     + trn(:,:,:,jpdoc)                     ) * cvol(:,:,:)  )  
    378382         !  
Note: See TracChangeset for help on using the changeset viewer.