Skip to content

This commit #refs 66173 (merge gmtb/develop into NOAA-EMC/dev/emc)#3

Closed
climbfuji wants to merge 1 commit into
NOAA-EMC:dev/emcfrom
climbfuji:emc_reference_update_from_gmtb_develop_20190909
Closed

This commit #refs 66173 (merge gmtb/develop into NOAA-EMC/dev/emc)#3
climbfuji wants to merge 1 commit into
NOAA-EMC:dev/emcfrom
climbfuji:emc_reference_update_from_gmtb_develop_20190909

Conversation

@climbfuji
Copy link
Copy Markdown

@climbfuji climbfuji commented Sep 9, 2019

This PR is an attempt to fix an issue with passing an unallocated array dtdt_m fro fv_dynamics to the Lagrangian_to_Eularian subroutine, which expects dtdt_m as an array with fixed dimensions. This is invalid code and causes problems in DEBUG mode. One way to fix this is proposed here, but there are better ways that avoid allocating dtdt_m every time.

commit b700cae
Author: climbfuji dom.heinzeller@icloud.com
Date: Fri Aug 30 11:58:00 2019 -0600

model/fv_dynamics.F90: replicating previous change to gmtb/develop branch of FV3, always allocate dtdt_m for IPD version

commit 94ab0e1
Author: Jun.Wang <Jun.Wang@noaa.gov>
Date:   Mon Aug 26 21:03:55 2019 +0000

    add option to output omega

commit b700cae
Author: climbfuji <dom.heinzeller@icloud.com>
Date:   Fri Aug 30 11:58:00 2019 -0600

    model/fv_dynamics.F90: replicating previous change to gmtb/develop branch of FV3, always allocate dtdt_m for IPD version

commit 3df1171
Author: Laurie Carson <carson@ucar.edu>
Date:   Fri Aug 16 10:46:56 2019 -0600

    Add codeowners for NCAR fork
Copy link
Copy Markdown
Collaborator

@junwang-noaa junwang-noaa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dom,

I think we had some email exchange on the code changes when the pull request was made. Generally we suggest not to allocate an additional 3D field as a fix. Do you still like to make the pull request? If yes, can we have a meting with GFDL dycore experts to discuss how to move forward with this pull request? Thanks.

@climbfuji
Copy link
Copy Markdown
Author

@junwang-noaa this PR is old and should be closed based on the conversation we had. I think we agreed to discuss this with GFDL and implement a version in accordance with them. I will close the PR. Thanks for revisiting all the old PRs.

@climbfuji climbfuji closed this Dec 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants