Skip to content
New issue

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

need test for aogcm1d #6

Open
gaelforget opened this issue Jun 13, 2020 · 0 comments
Open

need test for aogcm1d #6

gaelforget opened this issue Jun 13, 2020 · 0 comments

Comments

@gaelforget
Copy link
Member

gaelforget commented Jun 13, 2020

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:

  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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant