Hello,
I'm trying to extract post-processed coordinate system data (lat/lon) from the post-processed WRF3.7 grid. I have no problems adding the .grib file into NCL, however, when I try to extract the latitude field (titled, 'latitude_-90_to_+90_surface'), the NCL operation stops. Clearly, the '+' symbol cannot be read by NCL. Thus, I'm trying to either a) rename the variable without the '+' symbol or b) convert the given (x,y) Cartesian coordinate (x,y) system grid into spherical coordinates (lat/lon) given a 'LambertConformal_Projection.'
Are either of my ideas possible? I appreciate your feedback!