Skip to content

Commit

Permalink
fix the grid definition for inline post lambert conformal (NCAR#365)
Browse files Browse the repository at this point in the history
  • Loading branch information
junwang-noaa authored Aug 6, 2021
1 parent c52bb0b commit c332ede
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions io/post_regional.F90
Original file line number Diff line number Diff line change
Expand Up @@ -296,13 +296,7 @@ subroutine post_getattr_regional(wrt_int_state)
else
lonstart = nint(lon1*gdsdegr)
endif
if( lon2<0 ) then
lonlast = nint((lon2+360.)*gdsdegr)
else
lonlast = nint(lon2*gdsdegr)
endif
latstart = nint(lat1*gdsdegr)
latlast = nint(lat2*gdsdegr)

truelat1 = nint(stdlat1*gdsdegr)
truelat2 = nint(stdlat2*gdsdegr)
Expand Down

0 comments on commit c332ede

Please sign in to comment.