Skip to content

Datasets and repos to be highlighted on website #55

@NoraLoose

Description

@NoraLoose

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions