-
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
Send Evap rate from ATM to OCN #1812
Send Evap rate from ATM to OCN #1812
Conversation
* instead of converting from lat->evap in prep_ocn, send evap from atm directly. Sign change still needed.
It looks like cpld_warmstart_c48_intel crashed (not baseline check failure). @DeniseWorthen can you confirm? |
@jkbk2004 I suspect I know the issue. Please provide the run directory location so I can check. |
/scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_278330/cpld_warmstart_c48_intel |
Checking either the mediator.log or PET log would have shown the reason: mediator.log:
PET00.ESMF_LogFile
This is the only coupled test which includes a Fixing this test failure will require a new set of updated ICs for this test. However, since the pre-staged files for the warm-start test will need to be updated again for PR #1807, I would propose we turn this test off until #1807 is up for commit. |
* associated issue has been created
@jkbk2004 I just realized I need to turn off the c48-5deg restart test also. Making change now. |
@BrianCurtis-NOAA just to confirm. wcoss2 test will come, right? We can still try to combine in #1810 with a quick follow-up when hera comes back online this evening. And still we can merge in this pr first thing tomorrow morning. |
WCOSS2 still has an issue. I'll get back to it in the AM with hopes to finish early on. |
@BrianCurtis-NOAA I tested #1810 on hera. No problem on hera. Once you confirm with wcoss2, then we can combine #1810 back into this pr. @DeniseWorthen FYI |
Since testing is complete, it would be better to add #1810 to the next PR. |
On WCOSS2, the baselines generated for hrrr_control that 4 tests are comparing against, are failing comparisons for different restart tiles each time a new baseline is generated. I'm assuming at this point it's a guessing game when a new baseline for that test will not break at one tile in comparison. I do not know why WCOSS2 is the only platform having this issue. @DeniseWorthen have we seen this issue before? I recall something along these lines. |
@BrianCurtis-NOAA it might be worth to make a quick sanity check for hrrr_control with develop branch on wcoss2. |
Sure give me a little bit to run against current baselines, and then to create new baselines and compare against those. |
@DeniseWorthen fv3 pr was merged. |
Could you please update the gitmodules and pointer? |
9eebda9
Description
Adds the evaporative flux to the export fields available from ATM; CMEPS uses this flux instead of internally converting from the latent heat flux.
This is an incremental update related to #1807. Adding the evaporative flux change created non-B4B answers so I would like to commit this PR first since the other changes in #1807 result only in changes to the mediator restart files but otherwise reproduce.
A test case was run using the
cpld_control_nowave_noaero_p8
test. Instantaneous mediator history files were written for the OCN component. At the first pass through the coupling sequence, the difference between the evaporative flux sent to the ocean is ~O-15. This is due to the difference in converting from latent->evap in the atmosphere vs doing the conversion in CMEPS. The difference between the current code and this change at the end of the first coupling loop, scaled by 1.0e14 shows random differences:At the end of 24 hour, the evaporative flux sent to the OCN and the difference between the develop branch and the feature branch is shown below. The differences are small compared to the field value.
Input data additions/changes
Anticipated changes to regression tests:
RegressionTests_hera.log
Coupled tests will change baselines due to round-off level differences associated moving the latent->evap conversion from CMEPS to the ATM. No baselines are expected to change DATM tests since they the evaporative flux calculated in the mediator's aoflux routine.
The following test fail on Hera, as expected.
Four hafs tests fail because the special (fill) value in the mediator files is no longer being scaled by
rtime
prior to export by ATMFor the hafs tests, all files are B4B except for
Subcomponents involved:
Library Updates/Changes
Combined with PR's (If Applicable):
Commit Queue Checklist:
Linked PR's and Issues:
Testing Day Checklist:
Testing Log (for CM's):