ggebbie / ECCOonPoseidon

ECCO version 4 release 4 on Poseidon @ WHOI
0 stars 1 forks source link

`ECCOtour.write_vars` doesn't produce *meta files #3

Open ggebbie opened 3 years ago

ggebbie commented 3 years ago

fails because mdsiofiles wants a meta file that doesn't exist. Problem is in include("mdsiofiles2regularpoles").

All _on_sigma1.data files require a complementary *meta file.

ggebbie commented 2 years ago

partially solved in script state2sigmaregularpoles by saving mdsio files, but then keeping output in memory and proceeding to map on to sigma-1 surfaces.

meta files still not written in ECCOtour.write_vars function

ggebbie commented 2 years ago

postprocess_alternate.jl has been renamed as postprocess.jl, i.e., the preferred method of postprocessing. postprocess.jl is now postprocess_legacy.jl.