Scheduled Downtime
On Friday 21 April 2023 @ 5pm MT, this website will be down for maintenance and expected to return online the morning of 24 April 2023 at the latest

Problem with export to png in grads

EliezerMayoral

New member
Good morning everyone. I'm having a problem with exporting the image. It's blank. It doesn't show the selection I made in DWIZ, and it doesn't show the colors I had previously selected.

Could you help me figure out what I need to do to get the map and its forecasts to display correctly?
1761592605428.png
 
are you using grads on wrf file dirctly
if so
use this
cdo selname, T2 input.nc T2.nc
then use
cdo remapbil,2000x1000 T2.nc gradsfile.nc (the 2000x1000 dependson ur res )
try use grads
 
Top