#2299 closed Defect (fixed)
Minor bug in PISCES
Reported by: | cetlod | Owned by: | systeam |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | TOP | Version: | v4.0 |
Severity: | minor | Keywords: | v4.0 |
Cc: |
Description
BE CAREFUL !!! Due to dynamic behaviour of this ticket creation page, it is highly recommend to set first all other fields before writing the ticket description below.
If you have lost your draft after an unwanted reload, you can click on the link 'Restore Form' in the contextual menu upper right to recover it.
Remove these lines after reading.
Context
There is a duplicating effect of the ice in the production terms
Analysis
In p4zprod.F90, it seems like duplicating the effect of the ice.
DO jk = 1, jpkm1 DO jj = 1, jpj DO ji = 1, jpi zprbio(ji,jj,jk) = zprbio(ji,jj,jk) * ( 1. - fr_i(ji,jj) ) zprdia(ji,jj,jk) = zprdia(ji,jj,jk) * ( 1. - fr_i(ji,jj) ) zprbio(ji,jj,jk) = zprbio(ji,jj,jk) * ( 1. - fr_i(ji,jj) ) zprdia(ji,jj,jk) = zprdia(ji,jj,jk) * ( 1. - fr_i(ji,jj) ) END DO END DO END DO
Alessandro Tagliabue observed a big difference in the Arctic, lowering C uptake a lot - affecting Fe/C ratios
Recommendation
Remove the duplicating lines
Commit History (0)
(No commits)
Change History (4)
comment:1 Changed 5 years ago by cetlod
comment:2 Changed 5 years ago by cetlod
In 11118:
comment:3 Changed 5 years ago by cetlod
- Resolution set to fixed
- Status changed from new to closed
Done on v4.0 and trunk
comment:4 Changed 3 years ago by nemo
- Keywords v4.0 added
In 11117: