Skip to content

Commit e4d9552

Browse files
authored
Merge pull request #69 from ACCESS-NRI/wombatmid-IronUpdates
Wombatmid-IronUpdates
2 parents a5fb33a + 93a1fbc commit e4d9552

File tree

2 files changed

+2989
-997
lines changed

2 files changed

+2989
-997
lines changed

generic_tracers/generic_WOMBATlite.F90

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1498,7 +1498,7 @@ subroutine user_add_params
14981498

14991499
! CaCO3 dissolution factor due to detritus remineralisation creating anoxic microenvironment
15001500
!-----------------------------------------------------------------------
1501-
call g_tracer_add_param('dissdet', wombat%dissdet, 0.100)
1501+
call g_tracer_add_param('dissdet', wombat%dissdet, 0.200)
15021502

15031503
! Background concentration of iron-binding ligand [umol/m3]
15041504
!-----------------------------------------------------------------------
@@ -3063,12 +3063,6 @@ subroutine generic_WOMBATlite_update_from_source(tracer_list, Temp, Salt, &
30633063
print *, " ZOO (molN/kg) =", wombat%f_zoo(i,j,k) * 16.0 / 122.0
30643064
print *, " DET (molN/kg) =", wombat%f_det(i,j,k) * 16.0 / 122.0
30653065
print *, " "
3066-
print *, " phygrow (molC/kg/s) =", wombat%phygrow(i,j,k)
3067-
print *, " detremi (molC/kg/s) =", wombat%detremi(i,j,k)
3068-
print *, " zooresp (molC/kg/s) =", wombat%zooresp(i,j,k)
3069-
print *, " zooexcrphy (molC/kg/s) =", wombat%zooexcrphy(i,j,k)
3070-
print *, " zooexcrdet (molC/kg/s) =", wombat%zooexcrdet(i,j,k)
3071-
print *, " phyresp (molC/kg/s) =", wombat%phyresp(i,j,k)
30723066
print *, "--------------------------------------------"
30733067
call mpp_error(FATAL, trim(error_header) // " Terminating run due to non-conservation of tracer")
30743068
endif
@@ -3096,16 +3090,6 @@ subroutine generic_WOMBATlite_update_from_source(tracer_list, Temp, Salt, &
30963090
print *, " surface pCO2 =", wombat%pco2_csurf(i,j)
30973091
print *, " htotal =", wombat%htotal(i,j,k)
30983092
print *, " "
3099-
print *, " phygrow (molC/kg/s) =", wombat%phygrow(i,j,k)
3100-
print *, " detremi (molC/kg/s) =", wombat%detremi(i,j,k)
3101-
print *, " zooresp (molC/kg/s) =", wombat%zooresp(i,j,k)
3102-
print *, " zooexcrphy (molC/kg/s) =", wombat%zooexcrphy(i,j,k)
3103-
print *, " zooexcrdet (molC/kg/s) =", wombat%zooexcrdet(i,j,k)
3104-
print *, " phyresp (molC/kg/s) =", wombat%phyresp(i,j,k)
3105-
print *, " zooslopphy * pic2poc(i,j,k) (molC/kg/s) =", wombat%zooslopphy(i,j,k) * wombat%pic2poc(i,j,k)
3106-
print *, " phymort * pic2poc(i,j,k) (molC/kg/s) =", wombat%phymort(i,j,k) * wombat%pic2poc(i,j,k)
3107-
print *, " zoomort * pic2poc(i,j,k) (molC/kg/s) =", wombat%zoomort(i,j,k) * wombat%pic2poc(i,j,k)
3108-
print *, " caldiss (molC/kg/s) =", wombat%caldiss(i,j,k)
31093093
print *, "--------------------------------------------"
31103094
call mpp_error(FATAL, trim(error_header) // " Terminating run due to non-conservation of tracer")
31113095
endif

0 commit comments

Comments
 (0)