-
Notifications
You must be signed in to change notification settings - Fork 0
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
change t-freeze calcualtion for sppt #10
change t-freeze calcualtion for sppt #10
Conversation
Codecov Report
@@ Coverage Diff @@
## dev-emc-candidate-20220824 #10 +/- ##
==============================================================
- Coverage 37.22% 37.22% -0.01%
==============================================================
Files 261 261
Lines 72319 72334 +15
Branches 13533 13534 +1
==============================================================
+ Hits 26921 26924 +3
- Misses 40407 40419 +12
Partials 4991 4991
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
@pjpegion thanks for your quick work, can you combine your two commits log into one ? in general it is encouraged to use forced push to reduce minor commit (such as remove whitespace, et. al) to keep MOM6 log concise. |
How do I do that? |
|
80704a0
to
6ec8f5a
Compare
Thanks, that seemed to work |
I just tried your code on GAEA but stochastic job failed to match current baseline. |
Yes, can you send me the path? I would expect the baseline to change, and was surprised that it passed on hera. I can take a look at the output to see if the changes are within my expectations |
logfile : /lustre/f2/dev/ncep/Jiande.Wang/MOM6-update/Phil-T-freeze/ufs-weather-model/tests/log_gaea.intel/run_025_datm_cdeps_stochy_gefs.log run dir: /lustre/f2/scratch/Jiande.Wang/FV3_RT/rt_38860/datm_cdeps_stochy_gefs let me know if you have permission issue |
I cannot cd into /lustre/f2/scratch/Jiande.Wang. |
can you try again ? |
failed to match BL in ORION, too |
I am puzzled. I see differences in the restart file, but they are in tropical waters that are above freezing. Also, the baseline on GAEA looks very different than the baseline on HERA, but the results from your regression test looks a lot like the baseline on hera. I'll like to take a look at your orion result too. |
/work/noaa/stmp/jiwang/stmp/jiwang/FV3_RT/rt_26223/datm_cdeps_stochy_gefs |
when you say difference in restart file, which variable are you referring ? |
I'm looking at temperature. |
I gathered all restart file on HERA |
I just realized I wasted a bunch of time. The regression test does not pass on hera either. I was fooled by the last line in the log file: Thu Aug 25 15:33:04 UTC 2022 Compile 001 elapsed time 188 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220805/INTEL/datm_cdeps_stochy_gefs 0: The total amount of wall time = 153.114783 Test 001 datm_cdeps_stochy_gefs FAIL REGRESSION TEST WAS SUCCESSFUL All three platforms have small coherent differences in areas where the water temperature is close to freezing, which is expected. The larger differences that I was seeing seems to be an instability in the model that grows over times, which is just two solutions diverging since there are small differences earlier in the forecast. |
puzzled solved, I am going to do the merging. |
@jiandewang these changes were tested with the data-atmosphere stochastic physics regression test, and passed.