Sign inSign up

usgswarc/jem_netcdf_stitcher

By usgswarc

•Updated over 4 years ago

Stitches NetCDF data into a single file with additional scenarios if provided.

Image
0

4.7K

usgswarc/jem_netcdf_stitcher repository overview

⁠NetCDF Stitcher

This is simply a stitching of NetCDF data into a single file with additional scenarios if provided.

Environment Variable(s):

  • SCENARIOS_FOLDER, defaults to /scenarios

Requires:

  • /input/*.nc, a folder containing timeseries NetCDF files
  • /scenarios/*.nc, a folder containing NetCDF files to stitch to the end of the new file created from input. This folder may also be empty.

Produces:

  • /output/*.nc, an aggregation of the files in the input directory, and a new file from each scenario stitched to this input file
docker run -it -u $(id -u):$(id -g) -v `pwd`/input:/input -v `pwd`/output:/output -v `pwd`/scenarios:/scenarios usgswarc/jem_netcdf_stitcher

Tag summary

Content type

Image

Digest

Size

459.4 MB

Last updated

over 4 years ago

docker pull usgswarc/jem_netcdf_stitcher