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

Data override updates and bugfixes #67

Merged
merged 5 commits into from
Mar 31, 2022
Merged

Conversation

bensonr
Copy link
Contributor

@bensonr bensonr commented Mar 10, 2022

Removes grid code and variables from SHiELD/coupler_main and fixes data_override_init
Removes outdated logic in simple/coupler_main for data_override_init parsing

Relies upon FMS PR #933

call mpp_global_field(Atm%Domain, Atm%lon_bnd, glon_bnd, position=CORNER)
call mpp_global_field(Atm%Domain, Atm%lat_bnd, glat_bnd, position=CORNER)

if (.NOT.Atm%bounded_domain) call data_override_init (Atm_domain_in = Atm%domain)
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we know what the logic behind excluding bounded_domain is here? I know Lauren opened an issue a while ago relating to some unsupported regional model behavior in data override, but that could be unrelated. I would assume there wouldn't be a data_table if the bounded_domain existed because it would never get called in this scenario, but I don't know that for sure.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@GFDL-Eric - this is a topic I'll be bringing up for FMS dev as a whole and data_override in particular. I'll try to make it a topic for the next group meeting.

GFDL-Eric
GFDL-Eric previously approved these changes Mar 10, 2022
laurenchilutti
laurenchilutti previously approved these changes Mar 10, 2022
Copy link
Member

@thomas-robinson thomas-robinson left a comment

Choose a reason for hiding this comment

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

I will approve when FMS #933 is merged

@bensonr bensonr dismissed stale reviews from laurenchilutti and GFDL-Eric via 46b92ae March 31, 2022 13:54
@rem1776 rem1776 merged commit de3e3cb into NOAA-GFDL:main Mar 31, 2022
@bensonr bensonr deleted the data_override branch April 14, 2022 19:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: Approved
Development

Successfully merging this pull request may close these issues.

5 participants