Skip to content

Instantly share code, notes, and snippets.

@hertzsprung
Created June 15, 2016 22:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hertzsprung/d1ddffa7f429067be326b0001cc7014c to your computer and use it in GitHub Desktop.
Save hertzsprung/d1ddffa7f429067be326b0001cc7014c to your computer and use it in GitHub Desktop.
tempestmodel post-processing
#!/bin/tcsh
setenv CASE /glade/scratch/jashaw/supercell/15
setenv EXTRACT_SURFACE $HOME/work/tempestmodel/util/ExtractSurface/ExtractSurface
ncrcat --overwrite $CASE/outU7.0000-*.nc $CASE/outU7.all.nc
bsub -K -q tutorial -W "0:05" -n 1 -P SCIS0006 mpirun.lsf $EXTRACT_SURFACE --in $CASE/outU7.all.nc --out $CASE/outU7.all.5km.nc --var 'W,Rho,RhoQr' --z 5000
ncl plot_supercell_5km_xsec.ncl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment