No problem Antonio. I believe the problem lies with the value for the STAND_LON attribute in your file. This determines the alignment of your grid’s projection, and currently has a value of 1.e+20f.
I’m not sure if this is the correct value for your case, but when I set it to -90.67507 (the same value as CEN_LON) with the NCO command below, I get the rendering of CLDFRA below which seems reasonable. What do you think?
ncatted -O -a STAND_LON,global,o,f,-90.67507 ~/Downloads/wrfout_d02_2024-10-05_05\:30\:00 -o ~/Downloads/newStandLon.wrf
Good evening, thank you very much, i will install nco on my laptop and i will try to use the nco command you suggested. I will inform you tomorrow. Best regards
Dear Scott, there is a new issue, i am trying to visualize the wrfout
file that i sent you as an example but very often vapor crashes when i
am doing isosurface rendering of QRAIN or REFL_10CM, especially if i am trying to zoom in or out. Do you have any suggestion about this problem? where can i find the log file of the crash? thanks you best regards
Hi Antonio, this might be platform dependent. I can’t reproduce the crash on my development computer with some rudimentary tests. What OS are you using, and do you have a session file that you can share so I can match the parameters you’re using?