Julia Sloan

Results 90 issues of Julia Sloan

ClimaCoupler.jl diagnostics are not currently GPU compatible. It would be useful to have diagnostics to help debug GPU runs, so we should work on this

:leaves: leaf
GPU

## Purpose debug error detailed in https://github.com/CliMA/ClimaCoupler.jl/issues/687 ## Examples - 2 GPU benchmark run on clima fails: https://buildkite.com/clima/climacoupler-cpu-gpu-benchmarks/builds/168#_ - 2 GPU versions of regular CI on new-central pass: https://buildkite.com/clima/climacoupler-ci/builds/4042 ##...

## Purpose Closes #423 We want to make the initial release of ClimaCoupler before starting to switch to ClimaUtilities modules, so we'll hold off on merging this until that's done....

Our implementation of distributed regridding requires information exchange of certain source data (see SDI #188) to be able to calculate the correct target data. We want to minimize the amount...

enhancement

#1992 removed the `uniform_vertical_levels` function. This led to a GPU error downstream in ClimaLand (see error message below). This PR reverts that change and makes a patch release - this...

- [ ] Code follows the [style guidelines](https://clima.github.io/ClimateMachine.jl/latest/DevDocs/CodeStyle/) OR N/A. - [ ] Unit tests are included OR N/A. - [ ] Code is exercised in an integration test OR...

## Purpose bug in ClimaUtilities v0.1.11, fixed in 0.1.12 ## To-do ## Content ---- - [ ] I have read and checked the items on the review checklist.

Run benchmarks
Run long runs

## Purpose Run CI on julia 1.11 in addition to 1.10

Atmos and ClimaCoupler both output the SYPD of their runs. It would be nice for us to do the same for global runs to see how we compare. Our SYPD...

enhancement
AMIP

We have some remaining places in the code where we pass around functions of time (e.g. in the [PrescribedSoil constructor](https://github.com/CliMA/ClimaLand.jl/blob/eba3ba831a0d8339862600a36c118b87f6316742/src/standalone/Vegetation/soil_drivers.jl#L55-L56)). We could replace these with ClimaUtilities `TimeVaryingInput`s

enhancement