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

O2.3.10 Improve performance of data handling software (data reading, regridding, etc), given quantity of reanalysis data #49

Open
5 of 6 tasks
juliasloan25 opened this issue Apr 24, 2024 · 0 comments
Assignees
Labels
SDI 📜 Software Design Issue

Comments

@juliasloan25
Copy link
Member

juliasloan25 commented Apr 24, 2024

The Climate Modeling Alliance

Software Design Issue 📜

Purpose

Given the quantity of reanalysis data needed by ClimaLand for global runs using prescribed forcings, we need to ensure our data reading, regridding, etc is efficient. This code will also be useful in the coupling software and atmosphere model.

It's currently unclear how much of an improvement we require, since there are other performance bottlenecks in ClimaLand globally-forced runs besides the data handling, and there is not yet a global SoilCanopy run in place. See CliMA/ClimaLand.jl#586 for more details.

Note that the land-sea mask has not been implemented yet. After that is in use, the data handling software will likely require updates (e.g. handling interpolation at the mask boundary, not reading in data that will be unused over the ocean, etc). To avoid increasing the scope of this SDI, that will be addressed in the land-sea mask work - see CliMA/ClimaLand.jl#488.

Cost/Benefits/Risks

costs: developer time
benefits: improved performance across CliMA repos

People and Personnel

Components

Inputs

Results and Deliverables

Run ClimaLand's SoilCanopyModel globally with 1 degree resolution, reading in reanalysis data every 3 hours, and measure data handling taking up < 10% of the total simulation time (may be measured using flame graphs).

SDI Revision Log

CC

@tapios @simonbyrne @cmbengue

performance improvements

  1. new feature 💡
    juliasloan25
  2. bug 🐛
    Sbozzolo
  3. new feature 💡
    Sbozzolo
  4. Sbozzolo juliasloan25
  5. Sbozzolo
  6. juliasloan25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
SDI 📜 Software Design Issue
Projects
None yet
Development

No branches or pull requests

2 participants