Skip to content

Commit

Permalink
Merge PR #219 (branch 'bugfix/geos') into dev/3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
msulprizio committed Jun 23, 2023
2 parents 6e2a808 + a0cef21 commit 6f4887f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Extensions/hcox_dustdead_mod.F
Original file line number Diff line number Diff line change
Expand Up @@ -5868,7 +5868,7 @@ SUBROUTINE ReadTuningFactor(HcoState, TuningTable, FCT, RC )
FNDLABEL = TRIM(CSLABEL)
IF ( .NOT. HcoState%Grid%AREA_M2%Alloc ) THEN
MSG = 'Warning: AREA_M2 not found, will use default number'
CALL HCO_WARNING( MSG, RC, 1, LOC )
CALL HCO_WARNING( MSG, RC, .TRUE., LOC )
ELSE
AM2 = SUM(HcoState%Grid%AREA_M2%Val)/(HcoState%NX*HcoState%NY)
RES = SQRT(AM2)
Expand Down

0 comments on commit 6f4887f

Please sign in to comment.