Skip to content

Commit

Permalink
Units of bpch ALD2_OCEAN_SOURCE diagnostic should be kgC/m2/s
Browse files Browse the repository at this point in the history
The ALD2_OCEAN_SOURCE manual diagnostic (for bpch output) is defined
with units of kg/m2/s but should be kgC/m2/s.  This is necessary to
be consistent with diag3.F.

NOTE: We are phasing out bpch output soon.

Signed-off-by: Bob Yantosca <yantosca@seas.harvard.edu>
  • Loading branch information
yantosca committed Apr 5, 2019
1 parent 3b98e02 commit b2fb3ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GeosCore/hcoi_gc_diagn_mod.F90
Expand Up @@ -4512,7 +4512,7 @@ SUBROUTINE Diagn_Biogenic( am_I_Root, Input_Opt, HcoState, ExtState, RC )
HcoID = HcoID, &
SpaceDim = 2, &
LevIDx = -1, &
OutUnit = 'kg/m2/s', &
OutUnit = 'kgC/m2/s', &
COL = HcoState%Diagn%HcoDiagnIDManual, &
AutoFill = 1, &
RC = RC )
Expand Down

0 comments on commit b2fb3ec

Please sign in to comment.