-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
method global attribute blank for area average. #120
Comments
By contrast, the bilinear map does fill in the "method" attribute:
|
@rljacob Yes, the "method" attribute should be empty for a first order area-averaged map. The "method" argument is only used for generating maps if you want to use one of the methods "bilin," "intbilin," "invdist," "intbilingb," "delaunay" or any of the other methods listed in the block of code starting at line 223 of "GenerateOfflineMap.cpp." If one of these methods is used, then the "methods" attribute will not be blank (as in the case for bilinear remapping shown here). |
I'd like to suggest that "method" have "aavmap" or similar added for that case. Asking downstream users of TR-generated maps to remember "blank means area-averaged map" is asking to much. |
This is the header from an area averaged map. Looks like "method" is blank. Should it be?
The text was updated successfully, but these errors were encountered: