-
Notifications
You must be signed in to change notification settings - Fork 27
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
Instability with the latest version of model/nh_util.F90 #56
Comments
@tanyasmirnova Please see the PR#54 where Kate made the dz_min a namelist variable. Did you try dz_min=6 ( the hardcoded number in PR#41 )? |
@junwang-noaa Thank you for your response. When I discovered that dz_min is moved to the namelist, I used the value dz_min=6. that you recommended to use in October 2020, and just this change fixed some crash cases. When in addition to dz_min=6. I used your code from PR#41, all crash cases ran successfully. Therefore, I think that the combination of these two changes gives the most stability. |
@XiaqiongZhou-NOAA Do you have any recommendations for tanyasmirnova ? |
@tanyasmirnova @yangfanglin |
@XiaqiongZhou-NOAA Thank you for your suggestions. My tests are global with 127 levels and GSL physics suite. |
Yes, we assume that psm_bc=1 can avoid the issue of extreme small delz at the model lowest level, thus avoid the model crash. dz_min=2 is as default in PR #54 @tanyasmirnova |
@XiaqiongZhou-NOAA The crashed case ran successfully with psm_bc=1. Thank you very much for this clue. |
@XiaqiongZhou-NOAA Could you, please, give us some advice on the use of fv_sg_adj in C768 resolution: 450 or 1800 or something else? Also, will you recommend setting inline_q to true for the global runs so that nort_tr=2 could be used? |
It seems GSL is discussing about fv_sg_adj et al parameters. For C768, EMC is using fv_sg_adj=450. Both GFDL and EMC seems not using inline_q, but It is better to confirm with GFDL. |
@XiaqiongZhou-NOAA Thank you! |
@tanyasmirnova @XiaqiongZhou-NOAA Is this issue resolved? |
I think this issue can be closed. |
Thanks, Kate. Closing issue. |
The version of the nh_util.F90 that was committed by Jun Wang in October 2020 (https://github.com/NOAA-EMC/GFDL_atmos_cubed_sphere/pull/41/files) is changed back to the old version in the latest version of FV3. This old version of nh_utils.F90 together with the default value of dz_min=2. are causing some instability crashes in our tests at GSL. It appears that the sensitivity is especially large to the value of dz_min.
The text was updated successfully, but these errors were encountered: