Skip to content

[TEMP]Inner domain adaptation#359

Open
SutarPrasad wants to merge 69 commits into
develfrom
inner_domain_adaptation
Open

[TEMP]Inner domain adaptation#359
SutarPrasad wants to merge 69 commits into
develfrom
inner_domain_adaptation

Conversation

@SutarPrasad
Copy link
Copy Markdown
Member

  • Summary of changes

  • Please check if the PR fulfills these requirements

  • Closes #xxxx (Replace xxxx with the Github issue number)
  • Tests added and passing
  • Documentation and tutorials updated/added
  • Added an entry to the CHANGELOG.md file
  • Added any new requirements to requirements.txt

scenario_combined = scenario_combined.copy()

# 6km fp_x_flux is added as a separate variable to the combined dataset, and can be merged with the EUROPE fp_x_flux.
scenario_combined["fp_x_flux_inner"] = inner_domain_merged["fp_x_flux"]
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I think this is still going to force alignment of lat and lon. The inner fp_x_flux needs to be separate from the normal fp_x_flux until after basis functions are applied.

@SutarPrasad SutarPrasad linked an issue Apr 13, 2026 that may be closed by this pull request
@SutarPrasad SutarPrasad requested review from brendan-m-murphy and removed request for brendan-m-murphy May 12, 2026 12:44
@SutarPrasad SutarPrasad self-assigned this May 12, 2026
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.

Adapt Inversions to handle inner domain

3 participants