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

Ignore:
Timestamp:
2021-10-11T15:53:53+02:00 (3 years ago)
Author:
cetlod
Message:

dev_PISCO : minor bugfix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2021/dev_r14383_PISCES_NEWDEV_PISCO/src/TOP/PISCES/P4Z/p4zopt.F90

    r15127 r15351  
    372372         pe3(:,:,1) = zqsr(:,:) 
    373373         ! 
    374          DO_3D( 1, 1, 1, 1, 2, nksr + 1 ) 
     374         DO_3D( nn_hls, nn_hls, nn_hls, nn_hls, 2, nksr + 1) 
    375375            pe0(ji,jj,jk) = pe0(ji,jj,jk-1) * EXP( -e3t(ji,jj,jk-1,Kmm) * xsi0r ) 
    376376            pe1(ji,jj,jk) = pe1(ji,jj,jk-1) * EXP( -ekb  (ji,jj,jk-1 )        ) 
Note: See TracChangeset for help on using the changeset viewer.