Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Datasets and repos to be highlighted on website #55

Open
21 of 22 tasks
NoraLoose opened this issue Sep 3, 2023 · 7 comments
Open
21 of 22 tasks

Datasets and repos to be highlighted on website #55

NoraLoose opened this issue Sep 3, 2023 · 7 comments

Comments

@NoraLoose
Copy link
Member

NoraLoose commented Sep 3, 2023

Here is a list of datasets and repos that we could highlight on the website (including the ones that are already there, but with more meta info). Sometimes there are several repos associated with an item. I suggest to link the one that I did not put into parentheses.

Machine learning tutorials and tools

Software packages

Benchmark datasets

import xarray as xr
import fsspec
# Datasets are hosted on globus as zarr files
def get_dataset(path, base_url="https://g-402b74.00888.8540.data.globus.org"):
    mapper = fsspec.get_mapper(f"{base_url}/{path}.zarr")
    return xr.open_zarr(mapper, consolidated=True)

Datasets accessible in the cloud

  • CM2.6
import xarray as xr
import gcsfs
fs = gcsfs.GCSFileSystem()
fs.ls("gs://leap-persistent-ro/groundpepper/GFDL_cm2.6")
ds = xr.open_dataset('gs://leap-persistent-ro/groundpepper/GFDL_cm2.6/GFDL_CM2_6_CONTROL_DAILY_SURF.zarr', engine='zarr')
  • MOM6 simulations with ML parameterizations
  • simulation with ZB20
  • simulation with ePBL_NN
  • need status update from @jbusecke

Models and implementation of parameterizations

Ocean parameterizations

Atmospheric parameterizations

Sea ice parameterizations

@NoraLoose
Copy link
Member Author

@karlotness Is there some code (repo for differentiable model and / or training) related to your recent work that we could highlight on the website?

@NoraLoose
Copy link
Member Author

@aakashsane is there some code related to your recent paper that we could highlight on the website? I'm thinking either a github repo with code for training the NN and / or a PR that implements the NN in MOM6.

@NoraLoose
Copy link
Member Author

@dhruvbalwada have you submitted the ANN module as a PR to MOM6 already? Any other code to highlight from your work?

@NoraLoose
Copy link
Member Author

@chzhangudel have you submitted the GZ21 module as a PR to MOM6? Otherwise / alternatively we can link this repo on the website: https://github.com/chzhangudel/Forpy_CNN_GZ21

@jbusecke
Copy link

jbusecke commented Sep 5, 2023

Are folks using xgcm? Would love to get some more publicity to that if possible.

@NoraLoose
Copy link
Member Author

I couldn't imagine a life without xgcm! 😎 We can add it to the software section.

This was referenced Sep 5, 2023
@karlotness
Copy link

For the work I've been doing recently, I haven't opened up the actual experiment code quite yet (but hopefully soon).

The JAX QG model we've been using as part of that project is available though. The code for that is here: https://github.com/karlotness/pyqg-jax/

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

No branches or pull requests

3 participants