Skip to content

xylar/ismip6-antarctic-ocean-forcing

 
 

Repository files navigation

ismip6-ocean-forcing

Scripts for generating ocean forcing (primarily Antarctic) for the ISMIP6 activity

Required conda environment

To generate the ocean forcing data, a conda environment can be set up with the required packages as follows:

conda create -n ismip6_ocean_forcing -c conda-forge python=3.6 numpy scipy \
    matplotlib netCDF4 xarray progressbar2 basemap descartes cartopy shapely \
    nco gsw scikit-fmm phshp

If you need help installing conda, see instructions here

To use this environment, you simply run:

conda activate ismip6_ocean_forcing

Note: if the conda command is not found, conda was not added to your .bashrc and you may need to read the conda documentation to figure out how to activate the base conda environment.

About

Scripts for generating ocean forcing (primarily Antarctic) for the ISMIP6 activity

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Fortran 61.4%
  • Python 36.4%
  • Shell 2.2%