Open hdrake opened 2 months ago
This is a good start:
https://github.com/ikeshwani/HorizontalConvection/blob/a4fdaf011aec2481f6dadc80029b8ea95a93afa0/src/simulation.jl#L278-L283
But other useful variables are: H, Lx, Ly; halo (or halo_x, halo_y, halo_z if you can't save a list as an attribute), the limits for x, y, and z, b★
H
Lx
Ly
halo
halo_x
halo_y
halo_z
x
y
z
b★
This is a good start:
https://github.com/ikeshwani/HorizontalConvection/blob/a4fdaf011aec2481f6dadc80029b8ea95a93afa0/src/simulation.jl#L278-L283
But other useful variables are:
H
,Lx
,Ly
;halo
(orhalo_x
,halo_y
,halo_z
if you can't save a list as an attribute), the limits forx
,y
, andz
,b★