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

Changeset 10869 for NEMO/trunk/src


Ignore:
Timestamp:
2019-04-15T12:34:03+02:00 (5 years ago)
Author:
cetlod
Message:

trunk:Change units of Nitrogen deposition data in PISCES, see ticket:2271

File:
1 edited

Legend:

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

    r10794 r10869  
    172172      IF( ln_ndepo ) THEN 
    173173         IF( kt == nit000 .OR. ( kt /= nit000 .AND. ntimes_ndep > 1 ) ) THEN 
    174              zcoef = rno3 * 14E6 * ryyss 
     174             zcoef = 14. * rno3 
    175175             CALL fld_read( kt, 1, sf_ndepo ) 
    176176             nitdep(:,:) = MAX( rtrn, sf_ndepo(1)%fnow(:,:,1) / zcoef / e3t_n(:,:,1) ) 
    177177         ENDIF 
    178178         IF( .NOT.ln_linssh ) THEN 
    179            zcoef = rno3 * 14E6 * ryyss 
    180            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) ) 
    181181         ENDIF 
    182182      ENDIF 
Note: See TracChangeset for help on using the changeset viewer.