Stitches NetCDF data into a single file with additional scenarios if provided.
4.7K
This is simply a stitching of NetCDF data into a single file with additional scenarios if provided.
Environment Variable(s):
SCENARIOS_FOLDER, defaults to /scenariosRequires:
/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 filedocker run -it -u $(id -u):$(id -g) -v `pwd`/input:/input -v `pwd`/output:/output -v `pwd`/scenarios:/scenarios usgswarc/jem_netcdf_stitcher
Content type
Image
Digest
Size
459.4 MB
Last updated
over 4 years ago
docker pull usgswarc/jem_netcdf_stitcher