Skip to content

Commit

Permalink
MAM4xx: Fix comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
odiazib committed Nov 13, 2024
1 parent f54c217 commit fb1bee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mam4xx/mo_drydep.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ constexpr Real rair = 287.04;
constexpr Real grav = 9.81;
constexpr Real karman = 0.4; // from shr_const_mod.F90
constexpr Real tmelt = 273.15; // from shr_const_mod.F90 via physconst.F90
constexpr Real r2d = 180.0 / haero::Constants::pi; // degrees to radians
constexpr Real r2d = 180.0 / haero::Constants::pi; // radians to degrees
// nddvels is equal to number of species in dry deposition list for gases.
constexpr int nddvels = mam4::seq_drydep::n_drydep;

Expand Down

0 comments on commit fb1bee8

Please sign in to comment.