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

Changeset 10791 for NEMO


Ignore:
Timestamp:
2019-03-21T17:56:08+01:00 (5 years ago)
Author:
aumont
Message:

small bugfix in dust

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/releases/release-4.0/src/TOP/PISCES/P4Z/p4zsbc.F90

    r10780 r10791  
    108108         IF( kt == nit000 .OR. ( kt /= nit000 .AND. ntimes_dust > 1 ) ) THEN 
    109109            CALL fld_read( kt, 1, sf_dust ) 
    110             dust(:,:) = MAX( rtrn, sf_dust(1)%fnow(:,:,1) ) * ( 1.0 - fr_i(ji,jj) ) 
     110            dust(:,:) = MAX( rtrn, sf_dust(1)%fnow(:,:,1) ) * ( 1.0 - fr_i(:,:) ) 
    111111         ENDIF 
    112112      ENDIF 
Note: See TracChangeset for help on using the changeset viewer.