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

tag 0.12.3 #653

Merged
merged 1 commit into from
Jun 13, 2024
Merged

tag 0.12.3 #653

merged 1 commit into from
Jun 13, 2024

Conversation

AlexisRenchon
Copy link
Member

Purpose

tag bi-weekly release

@AlexisRenchon
Copy link
Member Author

@kmdeck CI error from the snow model - is that an easy fix? (I'll have a look too)

  1 dependency had output during precompilation:
┌ KrylovKit
│  WARNING: using ChainRulesCore.add!! in module KrylovKit conflicts with an existing identifier.
└  
     Testing Running tests...
Test Summary: | Pass  Total   Time
Aqua tests    |   10     10  11.5s
Test Summary:                              | Pass  Total   Time
Richards model implicit timestepping tests |   52     52  52.8s
Test Summary:        | Pass  Total   Time
Domains module tests |   59     59  14.5s
Test Summary:           | Pass  Total   Time
General utilities tests |   43     43  13.8s
Test Summary:        | Pass  Total  Time
Variable types tests |   42     42  0.6s
Test Summary: | Pass  Total  Time
Driver tests  |   51     51  2.2s
Test Summary:             | Pass  Total   Time
Bucket albedo types tests |   17     17  26.9s
Test Summary:     | Pass  Total     Time
Bucket snow tests |   76     76  1m07.1s
Test Summary:     | Pass  Total  Time
Bucket soil tests |   52     52  7.5s
Snow Parameterizations, FT = Float32: Test Failed at /Users/runner/work/ClimaLand.jl/ClimaLand.jl/test/standalone/Snow/parameterizations.jl:81
  Expression: all(q_l[T_bulk .< _T_freeze] .< eps(FT))

@kmdeck
Copy link
Member

kmdeck commented Jun 11, 2024

@kmdeck CI error from the snow model - is that an easy fix? (I'll have a look too)

  1 dependency had output during precompilation:
┌ KrylovKit
│  WARNING: using ChainRulesCore.add!! in module KrylovKit conflicts with an existing identifier.
└  
     Testing Running tests...
Test Summary: | Pass  Total   Time
Aqua tests    |   10     10  11.5s
Test Summary:                              | Pass  Total   Time
Richards model implicit timestepping tests |   52     52  52.8s
Test Summary:        | Pass  Total   Time
Domains module tests |   59     59  14.5s
Test Summary:           | Pass  Total   Time
General utilities tests |   43     43  13.8s
Test Summary:        | Pass  Total  Time
Variable types tests |   42     42  0.6s
Test Summary: | Pass  Total  Time
Driver tests  |   51     51  2.2s
Test Summary:             | Pass  Total   Time
Bucket albedo types tests |   17     17  26.9s
Test Summary:     | Pass  Total     Time
Bucket snow tests |   76     76  1m07.1s
Test Summary:     | Pass  Total  Time
Bucket soil tests |   52     52  7.5s
Snow Parameterizations, FT = Float32: Test Failed at /Users/runner/work/ClimaLand.jl/ClimaLand.jl/test/standalone/Snow/parameterizations.jl:81
  Expression: all(q_l[T_bulk .< _T_freeze] .< eps(FT))

I have seen this too. It seems intermittent, though.... I just retried the job in CI, let's see if it passes. we should fix this at some point...

@AlexisRenchon
Copy link
Member Author

@kmdeck there is also an error to build the snow tutorial in the docs (see CI) - did you see that before?

@kmdeck
Copy link
Member

kmdeck commented Jun 12, 2024

@kmdeck there is also an error to build the snow tutorial in the docs (see CI) - did you see that before?

I have not seen it, but perhaps @a-charbon has? https://github.com/CliMA/ClimaLand.jl/actions/runs/9473604094/job/26101550233?pr=653#step:5:48

@kmdeck
Copy link
Member

kmdeck commented Jun 12, 2024

By the way, I was trying to run a coupled run with the latest climaland, and there is a bug.

@Sbozzolo added the thermo_params to the PrescribedAtmosphere object:

and since we effectively specify this multiple times in the model, there is also this check:

which will fail when we use the CoupledAtmosphere atmos type.

I am trying to fix this ahead of time before we do this release

@a-charbon
Copy link
Contributor

a-charbon commented Jun 12, 2024

@kmdeck there is also an error to build the snow tutorial in the docs (see CI) - did you see that before?

I have not seen it, but perhaps @a-charbon has? https://github.com/CliMA/ClimaLand.jl/actions/runs/9473604094/job/26101550233?pr=653#step:5:48

@kmdeck @AlexisRenchon
The lack of a "Date" column comes when the data scraping portal called in the code block via the sitedata_daily() or sitedata_hourly() functions doesn't return a webpage at all or returns a data error page, such as trying to scrape too large of a file (which shouldn't happen since the size of the csv I scrape in the tutorial doesn't change over time) or the website is down. This is usually transient and an issue on the data-website side from it being down temporarily, and goes away by running again (just trying to scrape the information again).

I would assume this is the case since this code hasn't been touched in months and works on other builds? I just checked the data portal site and requested a CSV, and received what should come through.

Copy link
Member

@kmdeck kmdeck left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

all set now, I think!

@kmdeck
Copy link
Member

kmdeck commented Jun 13, 2024

@kmdeck there is also an error to build the snow tutorial in the docs (see CI) - did you see that before?

I have not seen it, but perhaps @a-charbon has? https://github.com/CliMA/ClimaLand.jl/actions/runs/9473604094/job/26101550233?pr=653#step:5:48

@kmdeck @AlexisRenchon The lack of a "Date" column comes when the data scraping portal called in the code block via the sitedata_daily() or sitedata_hourly() functions doesn't return a webpage at all or returns a data error page, such as trying to scrape too large of a file (which shouldn't happen since the size of the csv I scrape in the tutorial doesn't change over time) or the website is down. This is usually transient and an issue on the data-website side from it being down temporarily, and goes away by running again (just trying to scrape the information again).

I would assume this is the case since this code hasn't been touched in months and works on other builds? I just checked the data portal site and requested a CSV, and received what should come through.

Thanks for the update, Andy!

@AlexisRenchon AlexisRenchon merged commit 4fb543e into main Jun 13, 2024
9 checks passed
@AlexisRenchon AlexisRenchon deleted the ar/v0123 branch October 21, 2024 18:31
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

Successfully merging this pull request may close these issues.

3 participants