Changeset 10868 for NEMO/releases/release-4.0
- Timestamp:
- 2019-04-15T12:32:56+02:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
NEMO/releases/release-4.0/src/TOP/PISCES/P4Z/p4zsbc.F90
r10791 r10868 172 172 IF( ln_ndepo ) THEN 173 173 IF( kt == nit000 .OR. ( kt /= nit000 .AND. ntimes_ndep > 1 ) ) THEN 174 zcoef = rno3 * 14E6 * ryyss174 zcoef = 14. * rno3 175 175 CALL fld_read( kt, 1, sf_ndepo ) 176 176 nitdep(:,:) = MAX( rtrn, sf_ndepo(1)%fnow(:,:,1) / zcoef / e3t_n(:,:,1) ) 177 177 ENDIF 178 178 IF( .NOT.ln_linssh ) THEN 179 zcoef = rno3 * 14E6 * ryyss180 nitdep(:,:) = MAX( rtrn, sf_ndepo(1)%fnow(:,:,1) / zcoef / e3t_n(:,:,1) )179 zcoef = 14. * rno3 180 nitdep(:,:) = MAX( rtrn, sf_ndepo(1)%fnow(:,:,1) / zcoef / e3t_n(:,:,1) ) 181 181 ENDIF 182 182 ENDIF
Note: See TracChangeset
for help on using the changeset viewer.