replace MOM_stochastics_stub with stochastic_physics stub#6
Conversation
Codecov Report
@@ Coverage Diff @@
## EMC-stochastic-candidate-20211028 #6 +/- ##
====================================================================
Coverage ? 29.07%
====================================================================
Files ? 239
Lines ? 71740
Branches ? 0
====================================================================
Hits ? 20855
Misses ? 50885
Partials ? 0 Continue to review full report at Codecov.
|
|
@pjpegion Thanks for the updating. Phil: MOM6-interface/libmom6.a(stochastic_physics.F90.o):/scratch2/NCEPDEV/climate/Jiande.Wang/working/Phil-stochastic/1105/UFS-test-1/MOM6-interf code and script: /scratch2/NCEPDEV/climate/Jiande.Wang/working/Phil-stochastic/1105/UFS-test-1 |
|
update: for the total 10 of DATM jobs, 9 passed but datm_cdeps_stochy_gefs failed |
|
can you share me your mom6_files.cmake ? Maybe I didn't modify it correctly since in your test stochastic run is OK |
|
I did have to modify the mom6_files.cmake and CMakeLists.txt to accommodate the changes in MOM6. Please copy the files out of /scratch2/BMC/gsienkf/Philip.Pegion/ufs-weather-model.mom6pr/MOM6-interface and try again. |
|
I modified mom6_files.cmake correctly but forgot to modify CMakeLists.txt. For your test, if you go to the end of /scratch2/BMC/gsienkf/Philip.Pegion/ufs-weather-model.mom6pr/tests/log_hera.intel/run_datm_cdeps_stochy_gefs.log, it indicated the job failed. For my new test, S2S failed in compiling, you can see log at |
|
Hi Jiande,
I did a test where I modified the mom6_files.cmake and CMakelists.txt to
use the stub to make sure that the control still works. The failure you are
seeing is intentional since the stochastics is using the stub. In my
effort to revert the mom6_files.cmake back to its original form. I messed
up. Please copy the mom6_files.cmake again.
Sorry about that,
Phil
…On Mon, Nov 8, 2021 at 9:52 AM jiandewang ***@***.***> wrote:
I modified mom6_files.cmake correctly but forgot to modify CMakeLists.txt.
For your test, if you go to the end of
/scratch2/BMC/gsienkf/Philip.Pegion/ufs-weather-model.mom6pr/tests/log_hera.intel/run_datm_cdeps_stochy_gefs.log,
it indicated the job failed.
For my new test, S2S failed in compiling, you can see log at
/scratch1/NCEPDEV/stmp2/Jiande.Wang/FV3_RT/rt_4572/compile_002/err
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#6 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJIRVJEK3MFXXWOS52EIFCTUK7547ANCNFSM5HOZXDDA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
--
Phil Pegion (he/him/his)
Physical Scientist
NOAA/Physical Sciences Laboratory
(303) 497-7897
***@***.***
|
|
you mean remove the following from mom6_files.cmake, right ? |
|
Yes
…On Mon, Nov 8, 2021 at 10:08 AM jiandewang ***@***.***> wrote:
you mean remove the following from mom6_files.cmake, right ?
MOM6/config_src/external/stochastic_physics/stochastic_physics.F90
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#6 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJIRVJGPRKCTQCMNWQEXT7DUK772DANCNFSM5HOZXDDA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
--
Phil Pegion (he/him/his)
Physical Scientist
NOAA/Physical Sciences Laboratory
(303) 497-7897
***@***.***
|
|
compiling fine now, let's wait a bit for the jobs to finish. Thanks |
|
jobs run fine, I am going to merge your PR. In the meantime can you write a sentence to describe the code structure you made in my PR to GFDL at https://github.com/NOAA-GFDL/MOM6/pull/1538 ? |
Add initialization tests using CS%initialized
Adds analogous code to MOM_dynamics_split_RK2b.F90 that is identical to the code that was added to MOM_dynamics_split_RK2.F90 to avoid readjusting the barotropic mass source to try to reconcile the baroclinic and barotropic sea surface heights. By default all answers are bitwise identical, but the runtime parameter BT_ADJ_CORR_MASS_SRC will not appear in the MOM_parameter_doc files for cases with SPLIT_RK2B set to True.
@jiandewang I made the code changes the follows my understanding of the reviewer's comments. I couldn't push directly to your branch so here is a PR.
I tested this using the data-atmosphere regression tests, and both the control and stochastic physics tests pass.