Skip to content

Commit

Permalink
addition of paintball plotting scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
willmayfield committed Sep 7, 2023
1 parent 3f9bbfd commit a80681e
Show file tree
Hide file tree
Showing 7 changed files with 5,152 additions and 0 deletions.
19 changes: 19 additions & 0 deletions ush/ICpert_scripts/paintballs/change_grids.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
#!/bin/sh
#convert grib2 00.50 grib to Lambert projection, for the hiwt wpo project paintball plots

set +x

module load grib-bins
module list

outdir=/path/to/output/directory

for cyc in 2021053{0..9} 2021060{0..7}; do
cd /glade/campaign/ral/jntp/briannen/ensemble_design_RRFS/obs_data/mrms/proc/${cyc}
mkdir -p ${outdir}/${cyc}
for hr in {00..23} ; do
wgrib2 MergedReflectivityQCComposite_00.50_${cyc}-${hr}0000.grib2 -set_grib_type same -new_grid_winds earth -new_grid lambert:262.5:38.5:38.5:28.5 237.826355:1746:3000 21.885885:1014:3000 /glade/scratch/kalb/Ensemble_design/mrms/${cyc}/MergedReflectivityQCComposite_Lambert_${cyc}-${hr}0000.grib2
echo "wgrib2 MergedReflectivityQCComposite_00.50_${cyc}-${hr}0000.grib2 -set_grib_type same -new_grid_winds earth -new_grid lambert:262.5:38.5:38.5:28.5 237.826355:1746:3000 21.885885:1014:3000 MergedReflectivityQCComposite_Lambert_${cyc}-${hr}0000.grib2"
done
cd ..
done
1,837 changes: 1,837 additions & 0 deletions ush/ICpert_scripts/paintballs/ctables.py

Large diffs are not rendered by default.

1,656 changes: 1,656 additions & 0 deletions ush/ICpert_scripts/paintballs/news_e_plotting_cbook_v2_may27.py

Large diffs are not rendered by default.

Loading

0 comments on commit a80681e

Please sign in to comment.