m2lines / gz21_ocean_momentum

Stochastic-Deep Learning Parameterization of Ocean Momentum Forcing
MIT License
5 stars 0 forks source link

Add data and training process to the README.md #48

Closed dorchard closed 1 year ago

dorchard commented 1 year ago

We need to explain how to get the original CM2.6 data and re-train the model. (Entry on Pangeo catalog: https://catalog.pangeo.io/browse/master/ocean/GFDL_CM2_6/GFDL_CM2_6_control_ocean_surface/)

raehik commented 1 year ago

note that the data is accessed via some Python libraries (zarr?) that mean it doesn't have to download the whole set, only the relevant data being accessed

raehik commented 1 year ago

60 adds to the README.md#data-processing what dataset we use, where it is stored, how to use it, and some common troubleshooting.