-
Notifications
You must be signed in to change notification settings - Fork 24
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
TC-Gen: Create a 0.1 degree lat/lon data file for hurricane basins. #1274
Comments
The results shown below include the changes from Jonathan Vigh on 03/11/2020. See attached commands for generating these regions: Region definitions: Combined the resulting variables together in a NetCDF file named: // global attributes: |
References for RMSC and BASIN definitions from Jonathan Vigh: Below, please find the relevant information and source info (in a format that you can stick in the documentation or copy into the GitHub issue), followed by answers to your specific questions. Key for information provided: WMO region (responsible organization - basins), location of document where Area of Responsibility information can be found (followed by the link to the document and any relevant excerpts of graphics). Region I (RSMC La Reunion - South-West Indian Ocean), page 1 of ANNEX: Region II (RSMC New Delhi - Bay of Bengal and Arabian Sea), page II-9 of: Region III (RSMC Tokyo - Western Pacific): I could not find any basin definition information in their document, but I think 100° E to 180° E should suffice. Region IV (RSMC Miami - Atlantic / Eastern Pacific), page 2-1 of: Region V: (RSMC Nadi and a variety of Tropical Cyclone Warning Centers (TCWCs), as listed below - Southwest Pacic and South-West Indian Ocean), page II-2 of: In summary, here are the answers to your specific questions:
|
Final version of this file was committed to the develop branch and unit_tc_gen.xml uses this data to filter genesis by basin. |
…r correcting La Reunion to extend to 40S (instead of 30) and the western edge of New Dehli at 45E (instead of 40).
This task was split off from the original TC-Gen development issue:
#1127
TC-Genesis forecasts include a lat/lon but do not specify the basin to which that lat/lon belongs. Therefore, filtering by basin (e.g. basin = [ "AL" ];) is not useful. Instead, we need to filter by masking region. However, we should really provide a standard definition of the basins by creating a global NetCDF 0.1 degree lat/lon file. Store an integer for each grid point that is a flag value defining the hurricane basin to which that belongs.
The text was updated successfully, but these errors were encountered: