-
Notifications
You must be signed in to change notification settings - Fork 103
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
Output text file with lat/lon corner points needed for RRFS fire weather run #530
Comments
@EricRogers-NOAA |
Hi Wen, Sorry, I made an error in how I worded this sentence "The RRFS fire weather run will output (via the inline post) a rotated lat/lon grid, and by having the lat/lons of the 4 corner points of the rotated lat/lon grid, I can calculate the grid specs for the output grid as is now done for the NAM's fire weather nest." What I meant to say was this "The RRFS fire weather run will output (via the inline post) a rotated lat/lon grid, and by having the In other words I need the lat/lon of the 4 corner points converted to earth coordinates in that text file. Sorry for the misunderstanding. |
@EricRogers-NOAA I modified the changes. The latlons_corners.txt has:
Would these be ones you expect? My new test is at /u/wen.meng/ptmp/fv3r_2022030200 on cactus. |
@EricRogers-NOAA Thanks for explaining. I modified the changes and tested with a case of 3-km North America domain. Please see the results at /u/wen.meng/ptmp/post_fv3r_2022033112.
|
Yes, that is what I was looking for. Thanks! Could you point me at the code change for in the inline post? I've been making RRFS fire weather runs and would like to test it. |
@EricRogers-NOAA Thanks for confirming. I might consult with Jun for the changes in in-line post since lat/lon start/last are not available in the interface. |
OK, I'm good with using the offline post with this change for now. |
@EricRogers-NOAA You may use my working branch for off-line post testing at |
Thank you; it worked fine for me, making the text file. |
…tting l_precip_clear_only=.true. when reflectivity is assimilated in GSI hybrid analysis (NOAA-EMC#530)
In INITNEMS.f, there is this logic for the NMMB:
1001 format(4(I6,x,I7,x))
close(112)
ENDIF
The above logic writes out the earth lat/lon of the 4 corner points of the NAM b-grid into the "latlons_corners.txt" file. For the NAM fire weather nest (which can be placed anywhere in the CONUS or Alaska) post-processing, this file is used by the code that creates the WGRIB2 grid specs for the fire weather output grid (lambert conformal over CONUS or polar stereographic over Alaska).
I am working on a 1.5 km RRFS fire weather domain which will replace the NAM fire weather nest. I need the same code fragment placed in current UPP for the regional FV3, presumably in INITPOST_NETCDF.f. The RRFS fire weather run will output (via the inline post) a rotated lat/lon grid, and by having the lat/lons of the 4 corner points of the rotated lat/lon grid, I can calculate the grid specs for the output grid as is now done for the NAM's fire weather nest.
The text was updated successfully, but these errors were encountered: