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

Changeset 3471 for branches/2012


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

Location:
branches/2012/dev_r3438_LOCEAN15_PISLOB/NEMOGCM/NEMO/TOP_SRC/PISCES/P4Z
Files:
3 edited

Legend:

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

    r3446 r3471  
    140140# else 
    141141               zgrazffe = grazflux * zstep * wsbio3(ji,jj,jk)     & 
     142                 &                 * tgfunc2(ji,jj,jk) * trn(ji,jj,jk,jppoc) * trn(ji,jj,jk,jpmes) 
    142143               zgrazfff   = zgrazffe * trn(ji,jj,jk,jpsfe) / (trn(ji,jj,jk,jppoc) + rtrn) 
    143144# endif 
  • branches/2012/dev_r3438_LOCEAN15_PISLOB/NEMOGCM/NEMO/TOP_SRC/PISCES/P4Z/p4zsink.F90

    r3446 r3471  
    403403                  !    ---------------------------------------------- 
    404404 
    405                   zagg1 = ( 0.163 * trn(ji,jj,jk,jpnum)**2               & 
     405                  zagg1 = 0.163 * trn(ji,jj,jk,jpnum)**2               & 
    406406                     &            * 2.*( (zfm-1.)*(zfm*xkr_mass_max**3-xkr_mass_min**3)    & 
    407407                     &            * (zeps-1)/zdiv1 + 3.*(zfm*xkr_mass_max-xkr_mass_min)    & 
  • 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.