Skip to content
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

Updates to send correct pointers to JEDI #363

Closed
wants to merge 2 commits into from

Conversation

mark-a-potts
Copy link
Contributor

Description

Fields being exported to JEDI included halos. This PR sends the correct pointers to JEDI.

Testing

How were these changes tested?
What compilers / HPCs was it tested with?
Are the changes covered by regression tests? (If not, why? Do new tests need to be added?)
Have the ufs-weather-model regression test been run? On what platform?

  • Will the code updates change regression test baseline? If yes, why? Please show the baseline directory below.
  • Please commit the regression test log files in your ufs-weather-model branch

Dependencies

If testing this branch requires non-default branches in other repositories, list them.
Those branches should have matching names (ideally)

Do PRs in upstream repositories need to be merged first?
If so add the "waiting for other repos" label and list the upstream PRs

  • waiting on noaa-emc/nems/pull/<pr_number>
  • waiting on noaa-emc/fv3atm/pull/<pr_number>

atmos_model.F90 Outdated
@@ -2585,6 +2586,10 @@ subroutine setup_exportdata(rc)
end if

if (isFound) then
isc_g = Atm(mygrid)%bd%isc
Copy link
Collaborator

Choose a reason for hiding this comment

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

so the Atm(mygrid)%bd%isc and the Atm_block%isc are not same?

@mark-a-potts
Copy link
Contributor Author

mark-a-potts commented Aug 5, 2021 via email

@mark-a-potts
Copy link
Contributor Author

You were right, Jun. I have removed the extra copies of the indices.

@danholdaway
Copy link

Not an official review but looks good, thanks @mark-a-potts

Copy link

@danholdaway danholdaway left a comment

Choose a reason for hiding this comment

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

Oh apparently I can review. So here you go!

@mark-a-potts mark-a-potts marked this pull request as ready for review August 12, 2021 19:01
@mark-a-potts
Copy link
Contributor Author

Is it possible to combine this PR with another (or others)? It seems like a bit of overkill to run all the regression tests against this change, but I can do that, if it is necessary.

@climbfuji
Copy link
Collaborator

Is it possible to combine this PR with another (or others)? It seems like a bit of overkill to run all the regression tests against this change, but I can do that, if it is necessary.

That sounds reasonable, assuming that your PR does not change any of the regression test results. We can figure this out tomorrow during the code manager's meeting. Thanks!

@climbfuji
Copy link
Collaborator

@mark-a-potts I pulled your changes into #368, which will be merged next week. We can close your PR after #368 was merged, or right away, as you prefer.

@mark-a-potts
Copy link
Contributor Author

If you can close it when the merge happens, that would be great. Thanks!

junwang-noaa pushed a commit that referenced this pull request Aug 17, 2021
…nd correct pointers to JEDI) (#368)

* clean up redundant surface variables
* Updates to send correct pointers to JEDI 

Co-authored-by: man.zhang <Man.Zhang@noaa.gov>
Co-authored-by: Mark Potts <Mark.Potts@noaa.gov>
@climbfuji
Copy link
Collaborator

Merged as part of #368.

@climbfuji climbfuji closed this Aug 17, 2021
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.

4 participants