Skip to content

Commit

Permalink
add const_water to equivalency check
Browse files Browse the repository at this point in the history
  • Loading branch information
peverwhee committed Nov 4, 2024
1 parent f3fc5a0 commit edab426
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ccpp_constituent_prop_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ subroutine copyConstituent(outConst, inConst)
outConst%thermo_active = inConst%thermo_active
outConst%water_species = inConst%water_species
outConst%var_units = inConst%var_units
outConst%const_water = inConst%const_water
end subroutine copyConstituent

!#######################################################################
Expand Down

0 comments on commit edab426

Please sign in to comment.