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

Changeset 14214 for NEMO


Ignore:
Timestamp:
2020-12-18T12:46:40+01:00 (3 years ago)
Author:
cetlod
Message:

r4.0-HEAD : correct a typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/releases/r4.0/r4.0-HEAD/src/TOP/PISCES/P4Z/p4zopt.F90

    r14208 r14214  
    265265         CALL iom_put( "Heup" , heup(:,:  ) * tmask(:,:,1) )  ! euphotic layer deptht 
    266266         IF( iom_use( "PAR" ) ) THEN 
    267             zpar(:.:,1) = zpar(:,:,1) * ( 1._wp - fr_i(:,:) ) 
     267            zpar(:,:,1) = zpar(:,:,1) * ( 1._wp - fr_i(:,:) ) 
    268268            CALL iom_put( "PAR", zpar(:,:,:) * tmask(:,:,:) )  ! Photosynthetically Available Radiation 
    269269         ENDIF 
Note: See TracChangeset for help on using the changeset viewer.