CWorthy-ocean / C-Star

C-Star is a python package for setting up and running ocean model simulations, with a particular focus on marine carbon dioxide removal (mCDR) applications.
https://c-star.readthedocs.io
10 stars 4 forks source link

EXERCISE C notebook #85

Closed NoraLoose closed 3 days ago

NoraLoose commented 1 month ago

In this exercise we make a blueprint from scratch, which consists of four steps:

The regridding step in ROMS-Tools is currently very inefficient - in particular, when being used with use_dask=False as required on perlmutter. Even though this is a small test case, it will take the user ~40 minutes to just create the input data. That is too slow. I may have to pick up https://github.com/CWorthy-ocean/roms-tools/issues/43 again, and refactor the regridding so that we re-use the same weights, even though this is technically a milestone for the beta release.

review-notebook-app[bot] commented 1 month ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

NoraLoose commented 1 month ago

There is now a complete notebook draft for EXERCISE C. (I'm still waiting to hear back about the account_key we should use on perlmutter.)