Changeset 12526
- Timestamp:
- 2020-03-09T14:50:07+01:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
NEMO/branches/2019/dev_r11708_aumont_PISCES_QUOTA/src/TOP/PISCES/P4Z/p4zsbc.F90
r12496 r12526 172 172 IF( ln_ndepo ) THEN 173 173 IF( kt == nit000 .OR. ( kt /= nit000 .AND. ntimes_ndep > 1 ) ) THEN 174 zcoef = 14 E6 * rno3 * 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 = 14 E6 * rno3 * ryyss179 zcoef = 14 * rno3 180 180 nitdep(:,:) = MAX( rtrn, sf_ndepo(1)%fnow(:,:,1) / zcoef / e3t_n(:,:,1) ) 181 181 ENDIF
Note: See TracChangeset
for help on using the changeset viewer.