<div dir="ltr"><div>Hi,</div><div>I am trying to plot grib2 file with Lambert projection and getting wrong latitude markers (0-25 N) on the y-axis. Attached is figure and code and also highlighting attributes from the file. <br></div><div><br></div><div> file global attributes:<br>   dimensions:<br>      ygrid_0 = 3268     <br>      xgrid_0 = 5200</div><div><br></div><div>      float gridrot_0 ( ygrid_0, xgrid_0 )<br>         long_name :    vector rotation angle<br>         GridType :     Polar Sterographic Projection (North or South)<br>         units :        radians<br>         formula_u :    Uearth = sin(rot)*Vgrid + cos(rot)*Ugrid<br>         formula_v :    Vearth = cos(rot)*Vgrid - sin(rot)*Ugrid<br>         note1 :        u and v components of vector quantities are resolved relative to grid<br>         note2 :        apply formulas to derive u and v components relative to earth<br>      <br>      float gridlat_0 ( ygrid_0, xgrid_0 )<br>         corners :      ( -4, -5.706548, 18.53903, 22.48842 )<br>         long_name :    latitude<br>         grid_type :    Polar Sterographic Projection (North or South)<br>         units :        degrees_north<br>         Dy :   3.17<br>         Dx :   3.17<br>         Lov :  245     <br>         Lo1 :  206.5<br>         La1 :  -4 <br>      <br>      float gridlon_0 ( ygrid_0, xgrid_0 )<br>         corners :      ( -153.5, -74.4254, -22.46207, 152.2681 )<br>         long_name :    longitude<br>         grid_type :    Polar Sterographic Projection (North or South)<br>         units :        degrees_east<br>         Dy :   3.17<br>         Dx :   3.17     <br>         Lov :  245<br>         Lo1 :  206.5<br>         La1 :  -4</div><div><br></div><div>Any help on this is appreciated. <br></div><div>Thanks</div><div>Deba<br></div></div>