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 14213 for NEMO/trunk/src/TOP – NEMO

Changeset 14213 for NEMO/trunk/src/TOP


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

trunk : correct a typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/TOP/PISCES/P4Z/p4zopt.F90

    r14209 r14213  
    237237         CALL iom_put( "Heup" , heup(:,:  ) * tmask(:,:,1) )  ! euphotic layer deptht 
    238238         IF( iom_use( "PAR" ) ) THEN 
    239             zpar(:.:,1) = zpar(:,:,1) * ( 1._wp - fr_i(:,:) ) 
     239            zpar(:,:,1) = zpar(:,:,1) * ( 1._wp - fr_i(:,:) ) 
    240240            CALL iom_put( "PAR", zpar(:,:,:) * tmask(:,:,:) )  ! Photosynthetically Available Radiation 
    241241         ENDIF 
Note: See TracChangeset for help on using the changeset viewer.