ggebbie / GH19.jl

Download helper: Gebbie & Huybers 2019
MIT License
0 stars 0 forks source link

To-do list #3

Open ggebbie opened 1 year ago

ggebbie commented 1 year ago
anthony-meza commented 1 year ago

Addressed Items 1-3 in my branch here

One issue with my solution is that it relies on the Field struct, which only accepts "tracer" fields of Array{T, 3}. Likely inefficient. Can we extend tracers to Array{T, N}?

ggebbie commented 1 year ago

thank you, @anthony-meza! I'm happy to make an update. Is this a change to be made in a dependency somewhere? What is the case with 4+ dimensional arrays? When time is added as a dimension?

anthony-meza commented 1 year ago

@ggebbie The change to the Field struct would have to be made in TMI.jl. Yes, the case with 4D arrays arises when time is added as a dimension as in GH19.jl.