Decomp test fails for coupled model in P7 configuration #813
Replies: 11 comments 4 replies
-
What is file |
Beta Was this translation helpful? Give feedback.
-
Following Denise's testing, when ugwpv1 is completely turned off with following namelist changes, the decomposition test reproduce control.
|
Beta Was this translation helpful? Give feedback.
-
It is in UPP.
…On Fri, Sep 17, 2021 at 9:53 AM Dom Heinzeller ***@***.***> wrote:
What is file BNDLYR.f? It is not in ccpp-physics and not in fv3atm.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#813 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALLVRYUY5GCCOPVT5AMEJ7LUCNB57ANCNFSM5EHHMVTQ>
.
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>.
--
Dr. Shrinivas Moorthi
Research Meteorologist
Modeling and Data Assimilation Branch
Environmental Modeling Center / National Centers for Environmental
Prediction
5830 University Research Court - (W/NP23), College Park MD 20740 USA
Tel: (301)683-3718
e-mail: ***@***.***
Phone: (301) 683-3718 Fax: (301) 683-3718
|
Beta Was this translation helpful? Give feedback.
-
@SMoorthi-emc The right min_seaice for the uncoupled is 0.15? Or can I use 1.0e-6? |
Beta Was this translation helpful? Give feedback.
-
Yes, 0.15.
…On Fri, Sep 17, 2021 at 10:05 AM Denise Worthen ***@***.***> wrote:
@SMoorthi-emc <https://github.com/SMoorthi-emc> The right min_seaice for
the uncoupled is 0.15? Or can I use 1.0e-6?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#813 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALLVRYSI6V532HV6RAHXPQ3UCNDKVANCNFSM5EHHMVTQ>
.
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>.
--
Dr. Shrinivas Moorthi
Research Meteorologist
Modeling and Data Assimilation Branch
Environmental Modeling Center / National Centers for Environmental
Prediction
5830 University Research Court - (W/NP23), College Park MD 20740 USA
Tel: (301)683-3718
e-mail: ***@***.***
Phone: (301) 683-3718 Fax: (301) 683-3718
|
Beta Was this translation helpful? Give feedback.
-
The control_p7 test is now running successfully in debug mode. |
Beta Was this translation helpful? Give feedback.
-
A sandbox for testing decomp in the standalone in P7 configuration using the FV3 in Mike Toy's PR branch
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Okay, let me know. I was literally about to e-mail you asking for confirmation that in an earlier sandbox test, you were able to get decomp reproducibility in atmosphere-only mode with my fixes.
… On Sep 17, 2021, at 11:29 AM, Denise Worthen ***@***.***> wrote:
@mdtoyNOAA <https://github.com/mdtoyNOAA> I believe I built your FV3 branch w/ the incorrect ccpp submodule (w/o your fixes). I'll be repeating all my testing. Thanks.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#813 (reply in thread)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ARRVLIH4FXQ46UK323ZGFT3UCN3HHANCNFSM5EHHMVTQ>.
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>.
|
Beta Was this translation helpful? Give feedback.
-
I've built the coupled model and tested it several ways. I get a consistent result with Jun who used the cpld_control_p7 test run as ATM only. The sfcf000.tile3.nc file fails to compare at a small number of points (between 1 and 7). All other tiles are B4B between the base and decomp tests. This executable contains the fix to The fields which do not reproduce in the sfcf000.tile3.nc file are:
This is the csulf field, which has the 7 points different: I've tested with frac_grid both on and off and I've tested with an executable built in debug mode. The results are consistent (only tile 3 differences). My build directory is My sandbox is |
Beta Was this translation helpful? Give feedback.
-
The cpld_control_p7 test in the PR #765 branch does not pass the decomposition test. This test changes the layout for FV3 and compares against the control run.
The failure of the decomp test for the standalone with UGWPV1 turned on was identified in Issue #742. A PR #798 has been made which resolves the decomp failure with UGWPV1 in the standalone.
Testing has shown that the fix does not resolve the issue for the cpld_control_P7 test.
A sandbox setup (similar to that in Discussion #797) has been set up to debug the issue with the following changes:
The input namelists and configuration files for the base and decomp run differ only in
input.nml
. In the decomp case, the layout ininput.nml
has been changed tolayout = 6,4
.CA has been turned off in both tests.
The run length has been shortened to 12 hours.
The FV3 branch from PR #798 has been used to compile the FV3 executable for the coupled model. The sandbox is located at
/scratch1/NCEPDEV/stmp2/Denise.Worthen/FV3_RT/DECOMP96
. The initial results show that the following fields exported by the ATM do not reproduce with a decomp change:These differences appear randomly on multiple tiles. There is no clear association with either land, ocean or fractional grid (coastal) points. The following shows the differences in the exported temperature_height_lowest at the end of the first fast coupling step:
The following have been tested but have not resolved the decomp failure:
A new standalone control_p7 has been added to this branch. The changes between this testing branch and the PR #765 branch are shown here
This may indicate a problem with the SDF.
Beta Was this translation helpful? Give feedback.
All reactions