Clean up nm to m conversion in GOCART2G #73
Labels
Refactoring
Code restructuring for clarity/efficiency
SomeDayMaybe
An issue that should be considered in the future, maybe.
wavelengths_diagmie
is still declared asinteger
:GOCART/ESMF/GOCART2G_GridComp/GOCART2G_GridCompMod.F90
Line 113 in 58af774
which is inconsistent with
self%wavelengths_profile
andself%wavelengths_vertint
(real
).I would still recommend including changes from PR #65 into this branch to address this issue and streamline the code. For example, conversion from
nm
tom
should be done only once (see https://github.com/GEOS-ESM/GOCART/pull/65/files#diff-682724d291af0ad213c4e1b2ffa97156de4989543290b60bf362adfa98e3d8da):GOCART/ESMF/GOCART2G_GridComp/GOCART2G_GridCompMod.F90
Lines 156 to 162 in b9fa4c6
Originally posted by @rmontuoro in #68 (comment)
The text was updated successfully, but these errors were encountered: