-
Notifications
You must be signed in to change notification settings - Fork 251
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
The wrong ICs are used in p7a (and in develop/p7b branch) #624
Comments
create an entire new input-data-YYYYMMDD will be a clean way I prefer |
Please create a new PR to both P7a and P7b branch with the new ICs
directory.
…On Mon, Jun 7, 2021 at 4:22 PM jiandewang ***@***.***> wrote:
create an entire new input-data-YYYYMMDD will be a clean way I prefer
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#624 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AI7D6TNTMDCMFZGVJZXMI3DTRUS7PANCNFSM46IMP56Q>
.
|
I will be creating input-data-20210608 in the hera emc.nemspara area and the PRs will follow after I know all 8 cases can at least start. |
@DeniseWorthen is cleaning up the BM ICs, let's check with her on the new input directories. @JessicaMeixner-NOAA in P7a/P7b the wave ICs files (restart files from CFSR) are not consistent with the atmosphere ICs, do we want to create the wave ICs from the new atmos ICs for P7a/P7b? |
@junwang-noaa The plan is to change the wave initial conditions in P7c @DeniseWorthen is there a timeline for cleaning up the BM IC so I can communicate a timeline to @AvichalMehra-NOAA if we want to change the structure of the BM ICs for this and the p7b branch. |
Also, I'm leaving my 20 minute tests running to make sure everything will start up with these new sfc files. They are all in the queue, none have started yet. If others think this is a waste of resources, I can stop this but I still feel like this is an important check. |
@JessicaMeixner-NOAA It should be by the end of the week. A couple of questions that I'm confused about.
|
@DeniseWorthen Thanks for the timeline update. Answers to your questions:
|
Will we rerun P7a? What is the plan for P7a mini branchmark? |
P7a will be re-run with the correct ICs when we have a commit hash in the release branch we can re-run it from, which at this point looks like at the end of this week early next week. |
Yes, we will rerun P7a.
Thanks, Avichal.
…On Tue, Jun 8, 2021 at 1:13 PM Jun Wang ***@***.***> wrote:
Will we rerun P7a? What is the plan for P7a mini branchmark?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#624 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJ6ZTFBCPQXV5MSDFSOZ6E3TRZFUTANCNFSM46IMP56Q>
.
--
Dr. Avichal Mehra
Chief, Dynamics and Coupled Modeling Group
Modeling and Data Assimilation Branch
NOAA/NWS/NCEP/EMC
Ph. 301-683-3746 Fax: 301-683-3703
***@***.***
|
@AvichalMehra-NOAA We discussed, we will merge P7a PR #625 to P7a branch so that it won't delay your schedule of rerunning P7a experiment. After Denise cleans up the BM_IC, we will use that in P7b and the develop branch. |
👍
…On Tue, Jun 8, 2021 at 2:32 PM Jun Wang ***@***.***> wrote:
@AvichalMehra-NOAA <https://github.com/AvichalMehra-NOAA> We discussed,
we will merge P7a PR #625
<#625> to P7a
branch so that it won't delay your schedule of rerunning P7a experiment.
After Denise cleans up the BM_IC, we will use that in P7b and the develop
branch.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#624 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJ6ZTFDG525AZDIHS3KDJBDTRZO3LANCNFSM46IMP56Q>
.
--
Dr. Avichal Mehra
Chief, Dynamics and Coupled Modeling Group
Modeling and Data Assimilation Branch
NOAA/NWS/NCEP/EMC
Ph. 301-683-3746 Fax: 301-683-3703
***@***.***
|
@JessicaMeixner-NOAA Please confirm a hera location where I can find the W3 ICs for each benchmark date which can be used after PR #573 is merged. I have what I copied from Gaea but I'd like to compare just to be sure. Thnx. |
@DeniseWorthen here's the WW3 IC locations by WW3 commit date: Between 2020-09-25 and 2021-05-27 (so for P6, P7a, P7b) the ICs can be found at: Between 2021-05-27 and 2021-06-08 the ICs are what you have on gaea and can also be found on hera here: /scratch2/NCEPDEV/climate/Jessica.Meixner/WW3ICGEFS/WW3_20210527/RestartFiles For 2021-06-08 and after, I'm creating them now, they will be here: I'm not sure if we'll update to the 2021-06-08 version of WW3 (which would likely be the simplest) in PR #573 or leave it as originally intended and use the "between 2021-05-27 and 2021-06-08" version. Please let me know if I can provide more details. |
…#624) Based on discussion in last week's code management meeting, it was agreed that the default values for the atmospheric timestep DT_ATMOS are too low, and for most cases are very wasteful of core hours. This change increases the default timestep for the following pre-defined domains: * RRFS_CONUS_25km, RRFS_CONUScompact_25km: 40 --> 180 * RRFS_CONUS_13km, RRFS_CONUScompact_13km: 45 --> 75 * RRFS_NA_13km: 50 --> 75 * RRFS_CONUScompact_3km, RRFS_SUBCONUS_3km, SUBCONUS_Ind_3km: 40 --> 36 * CONUS_3km_GFDLgrid: 18 --> 36 There is a known limitation for certain CCPP suites designed for high-resolution cases (per @JeffBeck-NOAA, these are FV3_RRFS_v1beta, FV3_WoFS_v0, and FV3_HRRR); these suites may see failures if DT_ATMOS is too high. For those cases, the default DT_ATMOS is set to 40, however users can still over-write this value in their config file. NOTE: This change will affect results for users who are using the affected domains and have not manually specified DT_ATMOS. This should be reflected in the release notes for the next release.
Description
The soil variables in the benchmark atm ICs were not updated with the spin-up from NOAH-MP. They were just from GEFS.
Additional context
This will need to be updated in the release/P7a, release/P7b and the develop branch.
I can either move to having the ATM point to a new higher level BM_IC-YYYYMMDD that has the updated ICs or I can create an entire new input-data-YYYYMMDD to update the corresponding sfc files in FV3_input_frac/BM7_IC.
If there's a preference please let me know.
Output
Shows that we're using the wrong ones:
diff -r -q /scratch1/NCEPDEV/stmp2/Michael.Barlage/spinup/mini7a/jarvis/2013040100 /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/input-data-20210528/FV3_input_frac/BM7_IC/2013040100/gfs/C384_L127/INPUT
Only in /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/input-data-20210528/FV3_input_frac/BM7_IC/2013040100/gfs/C384_L127/INPUT: gfs_ctrl.nc
Only in /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/input-data-20210528/FV3_input_frac/BM7_IC/2013040100/gfs/C384_L127/INPUT: gfs_data.tile1.nc
Only in /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/input-data-20210528/FV3_input_frac/BM7_IC/2013040100/gfs/C384_L127/INPUT: gfs_data.tile2.nc
Only in /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/input-data-20210528/FV3_input_frac/BM7_IC/2013040100/gfs/C384_L127/INPUT: gfs_data.tile3.nc
Only in /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/input-data-20210528/FV3_input_frac/BM7_IC/2013040100/gfs/C384_L127/INPUT: gfs_data.tile4.nc
Only in /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/input-data-20210528/FV3_input_frac/BM7_IC/2013040100/gfs/C384_L127/INPUT: gfs_data.tile5.nc
Only in /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/input-data-20210528/FV3_input_frac/BM7_IC/2013040100/gfs/C384_L127/INPUT: gfs_data.tile6.nc
Files /scratch1/NCEPDEV/stmp2/Michael.Barlage/spinup/mini7a/jarvis/2013040100/sfc_data.tile1.nc and /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/input-data-20210528/FV3_input_frac/BM7_IC/2013040100/gfs/C384_L127/INPUT/sfc_data.tile1.nc differ
Files /scratch1/NCEPDEV/stmp2/Michael.Barlage/spinup/mini7a/jarvis/2013040100/sfc_data.tile2.nc and /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/input-data-20210528/FV3_input_frac/BM7_IC/2013040100/gfs/C384_L127/INPUT/sfc_data.tile2.nc differ
Files /scratch1/NCEPDEV/stmp2/Michael.Barlage/spinup/mini7a/jarvis/2013040100/sfc_data.tile3.nc and /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/input-data-20210528/FV3_input_frac/BM7_IC/2013040100/gfs/C384_L127/INPUT/sfc_data.tile3.nc differ
Files /scratch1/NCEPDEV/stmp2/Michael.Barlage/spinup/mini7a/jarvis/2013040100/sfc_data.tile4.nc and /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/input-data-20210528/FV3_input_frac/BM7_IC/2013040100/gfs/C384_L127/INPUT/sfc_data.tile4.nc differ
Files /scratch1/NCEPDEV/stmp2/Michael.Barlage/spinup/mini7a/jarvis/2013040100/sfc_data.tile5.nc and /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/input-data-20210528/FV3_input_frac/BM7_IC/2013040100/gfs/C384_L127/INPUT/sfc_data.tile5.nc differ
Files /scratch1/NCEPDEV/stmp2/Michael.Barlage/spinup/mini7a/jarvis/2013040100/sfc_data.tile6.nc and /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/input-data-20210528/FV3_input_frac/BM7_IC/2013040100/gfs/C384_L127/INPUT/sfc_data.tile6.nc differ
Which variables are different:
$ nccmp -dsSqf 2012010100/sfc_data.tile1.nc /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/input-data-20210528/FV3_input_frac/BM7_IC/2012010100/gfs/C384_L127/INPUT/sfc_data.tile1.nc
Variable Group Count Sum AbsSum Min Max Range Mean StdDev
slc / 233372 11798.2 15751.6 -0.244231 0.289306 0.533537 0.0505552 0.0726616
smc / 233372 11793.3 15752.2 -0.244231 0.289306 0.533537 0.0505345 0.0726831
stc / 233372 172438 752991 -13.5334 10.5819 24.1153 0.738899 3.65829
The text was updated successfully, but these errors were encountered: