forked from ufs-community/regional_workflow
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
addition of paintball plotting scripts
- Loading branch information
1 parent
3f9bbfd
commit a80681e
Showing
7 changed files
with
5,152 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Large diffs are not rendered by default.
Oops, something went wrong.
1,656 changes: 1,656 additions & 0 deletions
1,656
ush/ICpert_scripts/paintballs/news_e_plotting_cbook_v2_may27.py
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.