Open gaelforget opened 5 months ago
Sounds good. I am going to use the example with AVISO data (https://macekuailv.github.io/seaduck/notebook/AVISO.html), which should take about 20 seconds in total.
I will start working on this in higher capacity hopefully by the end of August.
Hi @MaceKuailv
done
I added the dependencies to the conda and pycall extensions + a script example. See https://github.com/gaelforget/ClimateModels.jl/pull/122/files
For now this can only be used from the master branch. For example:
And then
and
?demo_seaduck
to see the docstring of that function.next steps?
Would you be willing to build up the example and docstring in
examples/seaduck.jl
?1 the code (inside "demo_seaduck() = begin ..."
https://macekuailv.github.io/seaduck/one_min_guide.html
and returns one number. We could already use this example for the CI (test/runtests.jl)https://macekuailv.github.io/seaduck/idealize_test/hor_stream.html
-- or do you prefer another example?notes :
2 the docstring is the markdown bloc just above "demo_seaduck() = begin ..."
demo_seaduck
runs (for now it is the one minute example)`` based on the output from
demo_seaduck`e.g.
3 making a Pluto notebook
once the next version of ClimateModels.jl is released then we will be able to take the example from step 2 and put it in Pluto format