Skip to content
Snippets Groups Projects
Select Git revision
  • v1.0rc1
  • master default protected
  • n_events_unsigned_int16
  • develop
  • old-glmtools-exp
  • 51-vestigial-dim_0-dimensions-in-the-gridded-glm-output
  • 2022-12-16-fix-ci
  • 47-add-version
  • ci-fixes
  • python3.10
  • 31-units-attributes-are-limited-to-26-characters-in-awips
  • prod-1.1
  • v1.0-20220601.1
  • v1.0-20220512.1
  • v1.0b1
  • v1.0b1rc3
16 results

gridded_glm

Nick Bearson's avatar
Nick Bearson authored
add a simple try/catch for each minute so that a single minute's failure doesn't impact other minutes
57de412f
History

Gridded GLM Package

This directory contains scripts and other utilities included in the CSPP Geo Gridded GLM package.

Usage

docker run -it -v $PWD:/work --rm cspp_geo_gridded_glm/run_package:r20191024 \
    make_glm_grids.sh -o /work --fixed-grid --split-events \
    --goes-position east --goes-sector conus --dx=2.0 --dy=2.0 OR*.nc

Note that "OR*.nc" must exist in the current directory to make bash expand the file pattern and pass the full list of files to the docker container. Running this will produce a NetCDF file in a YYYY directory in your current directory.