Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix comments with references to removed subroutine beleg_bgc. #60

Merged
merged 1 commit into from
Dec 26, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions hamocc/ocprod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ subroutine ocprod(kpie,kpje,kpke,kbnd,pdlxp,pdlyp,pddpo,omask,dust,ptho)
asize3d(:,:,:) = 0.
#endif

! parameter for DMS scheme (dmspar defined in BELEG_BGC.F)
! parameter for DMS scheme (dmspar defined in BELEG_PARM)
dmsp6 = dmspar(6)
dmsp5 = dmspar(5)
dmsp4 = dmspar(4)
Expand Down Expand Up @@ -856,9 +856,9 @@ subroutine ocprod(kpie,kpje,kpke,kbnd,pdlxp,pdlyp,pddpo,omask,dust,ptho)
! is supposed to happen only due to numerical errors such as truncation or
! overshoots during advection)
! (1) avnos<<avmass, such that eps = FractDim + 1: increase numbers
! such that eps = FractDim + 1 + safe (currently set to 1.e-6 in BELEG_BGC)
! such that eps = FractDim + 1 + safe (currently set to 1.e-6 in BELEG_PARM)
! (2) avnos>>avmass, such that Nbar (=Mass/Nos/cellmass) <=1: decrease numbers
! such that Nbar=1.1 (i.e. 1.1 cells per aggregate, set in BELEG_BGC)
! such that Nbar=1.1 (i.e. 1.1 cells per aggregate, set in BELEG_PARM)
!************************************************************************
avmass = ocetra(i,j,k,iphy)+ocetra(i,j,k,idet)
snow = avmass*1.e+6
Expand Down
2 changes: 1 addition & 1 deletion hamocc/powach.F90
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ subroutine powach(kpie,kpje,kpke,kbnd,prho,omask,psao)
! Approximation for new solid sediment, as from sedimentation flux: solrat(i,1)

! CO3 saturation concentration is aksp/calcon as in CARCHM
! (calcon defined in BELEG_BGC with 1.03e-2; 1/calcon =~ 97.)
! (calcon defined in MO_CHEMCON with 1.028e-2; 1/calcon =~ 97.)

do i = 1, kpie
!ka if(bolay(i,j) > 0.) then
Expand Down