Skip to content
Snippets Groups Projects
Commit d912327c authored by Andrew Coward's avatar Andrew Coward
Browse files

Merge branch '179-pisces-p4z-reproducibility' into 'branch_4.2'

Resolve "PISCES P4Z reproducibility"

See merge request nemo/nemo!251
parents 7d6852b1 890a5b07
No related branches found
No related tags found
No related merge requests found
...@@ -118,7 +118,7 @@ CONTAINS ...@@ -118,7 +118,7 @@ CONTAINS
! !
zflx = ( tr(ji,jj,ikt,jpgoc,Kbb) * zwsbio4(ji,jj) & zflx = ( tr(ji,jj,ikt,jpgoc,Kbb) * zwsbio4(ji,jj) &
& + tr(ji,jj,ikt,jppoc,Kbb) * zwsbio3(ji,jj) ) * 1E6 & + tr(ji,jj,ikt,jppoc,Kbb) * zwsbio3(ji,jj) ) * 1E6
zbureff = 0.013 + 0.53 * zflx**2 / ( 7.0 + zflx )**2 * MIN(gdepw(ji,jj,ikt+1,Kmm) / 1000.00, 1.0) zbureff(ji,jj) = 0.013 + 0.53 * zflx**2 / ( 7.0 + zflx )**2 * MIN(gdepw(ji,jj,ikt+1,Kmm) / 1000.00, 1.0)
ENDIF ENDIF
END_2D END_2D
! !
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment