-
Notifications
You must be signed in to change notification settings - Fork 254
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
adjust some cpld v16 tests for forecast length and output type #551
Comments
@junwang-noaa I have a branch for the updated tests that I'm testing on gaea. I created a baseline and then tried to verify against it. All tests pass except for the
|
Is this the cpld_restart_bmarkfrac_v16 test with fhmax changed from 12 to 6 using the top of develop branch? |
It is a branch of the upcoming PR #533 which includes the fix for building Waves on Gaea. It has the fhmax set to 6 and the gaussian output change. |
I repeated the restart test for the cpld v16 test using tiles and 3h/3h/6h. That restart test also fails comparison of the phy006.tileX.nc files but all restart files between the restart and control test are b4b. |
Denise, I did cpld v16 test with Gaussian grid 6h/6h/12h, the results are
the same at fh012.
/lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6970/cpld_bmarkfrac_v16
/lustre/f2/scratch/emc.nemspara/FV3_RT/rt_6970/cpld_restart_bmarkfrac_v16
cmp phyf012.nc ../cpld_bmarkfrac_v16/phyf012.nc
source code is at:
/lustre/f2/pdata/ncep/emc.nemspara/rttest/denise_pr533/tests
I got permission denied when looking your data:
ls
/lustre/f2/scratch/Denise.Worthen/FV3_RT/rt_9502/cpld_restart_bmarkfrac_v16
ls: cannot access
'/lustre/f2/scratch/Denise.Worthen/FV3_RT/rt_9502/cpld_restart_bmarkfrac_v16':
Permission denied
May I ask where is your source code too?
…On Mon, May 3, 2021 at 8:52 PM Denise Worthen ***@***.***> wrote:
I repeated the restart test for the cpld v16 test using tiles and
3h/3h/6h. That restart test also fails comparison of the phy006.tileX.nc
files but all restart files between the restart and control test are b4b.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#551 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AI7D6TO3THNYNZDWO47A3LLTL5AODANCNFSM434WCPIQ>
.
|
My code is located here: /lustre/f2/pdata/ncep/Denise.Worthen/ufs-weather-model/tests I've updated since the original post; it is now up-to-date with develop. The current I don't understand the permission issue. It shows my group as rstprod. Is that why you can't see into them? |
I've been able to get the 6/3/9 restart test with gaussian output to pass at c96 by also setting
I did also try these with 3/3/6 but the |
You will also need to change namelist variable fhzero in gfs_physics_nml in
input.nml to 3 if you would like to have reproducibility 3/3/6
…On Wed, May 5, 2021 at 5:10 PM Denise Worthen ***@***.***> wrote:
I've been able to get the 6/3/9 restart test with gaussian output to pass
at c96 by also setting
export NFHOUT=3
export FDIAG=3
I did also try these with 3/3/6 but the phy006.nc file still failed to
reproduce. Currently the cpld v16 tests are run for 12h. I will need to
test this in the actual v16 tests if we want to add this change to PR #544
<#544>.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#551 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AI7D6TIFE37L36MPM7PAKPDTMGX2JANCNFSM434WCPIQ>
.
|
Description
The v16 cpld benchmark tests are seen to be coming close to the wall clock time of 30mins when fhmax=12.
The v16 cpld benchmark test on gaea fails with a pio error (see Issue cpld_bmarkfrac_v16 test fails on Gaea #509) when the ATM output is the tiled grid.
Solution
Reduce the fhmax for the cpld v16 test types to 6 hours.
Change the output type for the cpld v16 tests to
gaussian_grid
The text was updated successfully, but these errors were encountered: