We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi @udistr
I did some repackaging / streamlining of AOGCM1D.jl which is now part of the main module and thus available via using AirSeaFluxes as follows:
AOGCM1D.jl
using AirSeaFluxes
outputs,parameters=AOGCM1D() p = dirname(pathof(AirSeaFluxes)) include(joinpath(p,"recipes_plots.jl")) p1,p2,p3=plot_final(outputs,parameters) display(p3)
(see the dev docs https://gaelforget.github.io/AirSeaFluxes.jl/dev/)
I did this probably too quickly -- could you please rerun & verify that results are like you expected?
Once confirmed then it would be great to add a short test case -- e.g. with ndays to e.g. 2 or 3. What do you think?
ndays
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi @udistr
I did some repackaging / streamlining of
AOGCM1D.jl
which is now part of the main module and thus available viausing AirSeaFluxes
as follows:(see the dev docs https://gaelforget.github.io/AirSeaFluxes.jl/dev/)
I did this probably too quickly -- could you please rerun & verify that results are like you expected?
Once confirmed then it would be great to add a short test case -- e.g. with
ndays
to e.g. 2 or 3. What do you think?The text was updated successfully, but these errors were encountered: