-
Notifications
You must be signed in to change notification settings - Fork 13
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
Generate a regional static BE by interpolating BJ's global BE #113
Comments
@guoqing-noaa So, this will be treated , at least at the beginning, as an interpolation (in horizontal and maybe, vertical) process from the global domain to regional domain? As I learned from last mpas tutorial workshop, MPAS develop team has been developing similar tools but not released. Staring from JEDI 's existing functions/interface is maybe a pathway forward to be considered. |
@TingLei-NOAA BJ is helping us with this. He sent us some codes to use. |
@guoqing-noaa That is great!. Hope this tool can be used as a starting point to convert RRFS's current GSI BE variances to mpas's format. |
@TingLei-NOAA I think Masaroni is working on porting GSIBE to JEDI, right? |
@guoqing-noaa Masroni is working on porting regional GSI BE function to JEDI , of course, Using the GSIBE of jedi, jedi could read GSI BE "parameters" rather straightforwardly . |
Another issue is that the standard deviation is too small (for example, the max T standard deviation is about 0.48) and hence we got tiny increments when doing pure 3DVAR. |
@Junjun-NOAA Thanks for this update. For small values of error , we might try manual tuning. |
Thank @Junjun-NOAA for the updates! We will need the 120 mpi layout so that we can use it in the workflow/RDASApp. @TingLei-NOAA We will use the global VBL first until we get a reasonable regional VBL. |
@Junjun-NOAA That is great for you to have the balance in bump to be run in your case. I hope I could understand more on how it works soon with your test case a good starting point. |
In previous comment, the U/V wind is not smooth. A new parameter The default value for the smooth interpolation factor is 0.25. After trying different values, it is found that the larger the smooth interpolation factor, the smoother and smaller the increment, but longer the effective horizontal lengths, see below: Choosing the factor of 0.5, the analysis increments for 3DVAR, 3DEnVar and Hybrid runs are shown below: |
RRFSx/rrfs-workflow_beta#76
The text was updated successfully, but these errors were encountered: