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 15127 for NEMO/branches/2021/dev_r14383_PISCES_NEWDEV_PISCO/src/TOP/PISCES/P4Z/p4zfechem.F90 – NEMO

Ignore:
Timestamp:
2021-07-16T20:00:12+02:00 (3 years ago)
Author:
cetlod
Message:

dev_PISCO : merge with trunk@15119

Location:
NEMO/branches/2021/dev_r14383_PISCES_NEWDEV_PISCO
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2021/dev_r14383_PISCES_NEWDEV_PISCO

    • Property svn:externals
      •  

        old new  
        99 
        1010# SETTE 
        11 ^/utils/CI/sette@14244        sette 
         11^/utils/CI/sette@HEAD        sette 
         12 
  • NEMO/branches/2021/dev_r14383_PISCES_NEWDEV_PISCO/src/TOP/PISCES/P4Z/p4zfechem.F90

    r14963 r15127  
    9797      ! Chemistry is supposed to be fast enough to be at equilibrium 
    9898      ! ------------------------------------------------------------ 
    99       DO_3D( 1, 1, 1, 1, 1, jpkm1 ) 
     99      DO_3D( nn_hls, nn_hls, nn_hls, nn_hls, 1, jpkm1) 
    100100          zTL1(ji,jj,jk)  = ztotlig(ji,jj,jk) 
    101101          zkeq            = fekeq(ji,jj,jk) 
     
    135135      ENDIF 
    136136 
    137       DO_3D( 1, 1, 1, 1, 1, jpkm1 ) 
     137      DO_3D( nn_hls, nn_hls, nn_hls, nn_hls, 1, jpkm1) 
    138138         ! Scavenging rate of iron. This scavenging rate depends on the load of particles of sea water.  
    139139         ! This parameterization assumes a simple second order kinetics (k[Particles][Fe]). 
Note: See TracChangeset for help on using the changeset viewer.