Skip to content

The numerical code underlying the Climate Explorer web app

Notifications You must be signed in to change notification settings

gjvanoldenborgh/climexp_numerical

Repository files navigation

Climate explorer

Docker

The docker can be build with the following command

docker build -t climexp_numerical .

Run correlatefield with the climate explorer docker

First obtain data:

mkdir ./data/
wget "http://opendap.knmi.nl/knmi/thredds/fileServer/climate_explorer/nino3.nc" -O ./data/nino3.nc
wget "http://opendap.knmi.nl/knmi/thredds/fileServer/climate_explorer/cru_ts3.22.1901.2013.pre.dat.nc" -O ./data/cru_ts3.22.1901.2013.pre.dat.nc

Second run correlate field using the docker:

The data folder is mounted into the docker at /data/. Output is written to /data/out.nc

docker run --ulimit stack=8277716992:8277716992 -ti -v `pwd`/data:/data -it climexp_numerical bash -c "/src/climexp/build/correlatefield /data/cru_ts3.22.1901.2013.pre.dat.nc /data/ersst_nino3.nc mon 1:12 ave 3 /data/out.nc"

About

The numerical code underlying the Climate Explorer web app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published