Skip to content

Feature-relative use case with WRF data? #1177

Locked Answered by georgemccabe
nleonardo87 asked this question in Use Cases
Discussion options

You must be logged in to vote

OK, I looked at the use case on Cheyenne and the issue is the value that is set for the offset to apply to the lat/lon points of the storm track to calculate the lower left corner. You had the following set:

EXTRACT_TILES_LON_ADJ = 10
EXTRACT_TILES_LAT_ADJ = 10

The domain of the input WRF files are about 3.5 by 8 degrees, so subtracting 10 from the lat/lon points of the storm track (i.e. 40.3/-73.1) resulted in a lower left corner that was way off of the input grid. I changed these values to 1. I also slightly adjusted the dx/dy values set by EXTRACT_TILES_DLAT/LON to 0.05 to match the nx/ny (40/40) and new offset values:

EXTRACT_TILES_NLAT = 40
EXTRACT_TILES_NLON = 40

EXTRACT_TILES_DLA…

Replies: 6 comments 8 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@nleonardo87
Comment options

@georgemccabe
Comment options

Comment options

You must be logged in to vote
3 replies
@georgemccabe
Comment options

@nleonardo87
Comment options

@georgemccabe
Comment options

Comment options

You must be logged in to vote
1 reply
@georgemccabe
Comment options

Comment options

You must be logged in to vote
1 reply
@georgemccabe
Comment options

Answer selected by georgemccabe
Comment options

You must be logged in to vote
1 reply
@georgemccabe
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment