[gradsusr] Plotting Total Precipitation on A Meteogram

Charlie Phillips charliep127 at hotmail.com
Sat Mar 11 05:19:57 EST 2017


Hello,


I am trying to plot the total precipitation from GFS ensembles in a meteogram, but I can't figure out how to do it correctly. Here is my code:


*plot ensembles
'define precip=0'
ens=0;while(ens<21);ens=ens+1
 'set e 'ens
 time=0;while(time<65);time=time+1
  'set t 'time
  'define precip=precip + apcpsfc/25.4'
  'd precip'
 endwhile
endwhile

Can somebody tell me what I'm doing wrong or point me in the right direction? Thank you very much!

Charlie
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://gradsusr.org/pipermail/gradsusr/attachments/20170311/4994ee24/attachment.html 


More information about the gradsusr mailing list