-
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
upgrade MERRA2 climatology from 2003-2014 mean to 2014 to 2024 mean #2273
Conversation
@AnningCheng-NOAA can you please sync up this PR branch for us? We're looking to begin testing this PR next. Also, please add a commit message to the template. |
@BrianCurtis-NOAA once the PR is synced up, I'm going to re-run on Hera to confirm which cases are changing, as there are quite a few failures in the previously attached Hera log vs the tests_changes.list. |
I do not have the right to access @[INPUTDATA_ROOT. Could anybody ro
resolve this issue?
…On Wed, May 22, 2024 at 10:42 AM Dusan Jovic ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In tests/fv3_conf/control_run.IN
<#2273 (comment)>
:
> @@ -133,7 +133,7 @@ fi
#merra2
if [ $USE_MERRA2 = .true. ]; then
for n in 01 02 03 04 05 06 07 08 09 10 11 12; do
- cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/MERRA2/merra2.aerclim.2003-2014.m${n}.nc aeroclim.m${n}.nc
+ cp /scratch1/NCEPDEV/global/Anning.Cheng/MERRA2_y14_24/merra2_1423_${n}.nc aeroclim.m${n}.nc
The input data should be copied from INPUTDATA_ROOT, not personal
directories.
—
Reply to this email directly, view it on GitHub
<#2273 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALQPMIJJ72SHPZTW6LWCVQ3ZDSVF5AVCNFSM6AAAAABHO33YMKVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZDANZRGQ4TEOJTGE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@zach1221 You're missing two things, one was the label which I took care of and two, addressing any remaining issues in the PR. For the second item, you'll need to let @AnningCheng-NOAA know where the new input data was placed, so they can update their repository with the updated location. Thus this PR is not ready for the commit queue quite yet. |
@zach1221 Also we'll need an updated test_changes.list |
Ok, I can add a test change log, I wasn't aware this was my responsibility. I will do this going forward if it's not included. |
@zach1221 are you using |
I think he created a temp rt.conf with just the changed tests. Running with |
I use it each PR, and this PR caused the issue you describe for me. Would I be correct in thinking the test_changes.list was edited in an editor and not coming from the generated one from rt.sh? I can't seem to find out why this PR is causing the issues, and that is my guess at this point. |
Would manually edited tests into test_changes.list cause an issue with -b's behavior? If so it may be worth seeing if future improvements could allow it to accept the listed tests in any order. It's a bit tricky to diagnose, I'm not getting any real error output other than rt.sh rejecting the specified tests and exiting. |
Right, me either. But rt.sh hates that file, somehow. |
I've compared two test_changes.list and there is a difference:
I need to know what causes the ^M that the |
OK update: ^M is from a Windows editor. I've cleaned that out on my end and it works OK. @jkbk2004 @zach1221 @FernandoAndrade-NOAA Please take note of this. |
Would this be caused by not specifying LF in a windows editor? |
Never mind, your commit message pretty much confirms that, nice catch! |
Hey @SamuelTrahanNOAA I'm getting failures on Acorn for IFI tests (control decomp 2threads). I'm only curious if these changes would cause baseline changes in the IFI tests. If yes, no problem and i'll generate new baselines. If no, then we need to figure out why all files in the test are not identical in comparison. |
@AnningCheng-NOAA we are getting close to starting the merge process, please be sure to fill out the Commit Message section of the PR template. |
https://github.com/ufs-community/ufs-weather-model/blob/develop/tests/tests/regional_ifi_control#L22 |
OK, somehow I thought there were physics changes to this. It makes full sense that the IFI tests are changing here. Thanks. |
Use the updated 2013 to 2024 mean MERRA2 climatology instead of 2003 to 2014 mean Depends on #2887 Refs: ufs-community/ufs-weather-model#2272 Refs: ufs-community/ufs-weather-model#2273
Commit Queue Requirements:
Description:
upgrade MERRA2 climatology from 2003-2014 mean to 2014 to 2024 mean
Commit Message:
Priority:
Git Tracking
UFSWM:
Sub component Pull Requests:
UFSWM Blocking Dependencies:
Changes
Regression Test Changes (Please commit test_changes.list):
All tests using MERRA2 climatology needs new baseline
Input data Changes:
Library Changes/Upgrades:
Testing Log:
RegressionTests_hera.log