Closed charleskawczynski closed 1 month ago
This PR applies some miscellaneous refactoring:
eltype
AtmosSim
[FT(0)]
FT[0]
FT
ones
zeros
;
Thanks for fixing this up, @juliasloan25!
This PR applies some miscellaneous refactoring:
eltype
inAtmosSim
, this should improve inference in places[FT(0)]
->FT[0]
guarantees the vector eltype is of typeFT
, whereas the former pattern may not.ones
/zeros
when working on scalar fields.;
to separate positional and keyword arguments