Skip to content

Added tasks to construct aero_diffparm.yaml from template.#3

Merged
CoryMartin-NOAA merged 3 commits into
feature/aero-bfrom
feature/diff_parm
Jun 5, 2024
Merged

Added tasks to construct aero_diffparm.yaml from template.#3
CoryMartin-NOAA merged 3 commits into
feature/aero-bfrom
feature/diff_parm

Conversation

@CoryMartin-NOAA
Copy link
Copy Markdown
Owner

Description

Type of change

  • Bug fix (fixes something broken)
  • New feature (adds functionality)
  • Maintenance (code refactor, clean-up, new CI test, etc.)

Change characteristics

  • Is this a breaking change (a change in existing functionality)? YES/NO
  • Does this change require a documentation update? YES/NO

How has this been tested?

Checklist

  • Any dependent changes have been merged and published
  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings
  • New and existing tests pass with my changes
  • I have made corresponding changes to the documentation if necessary

Comment thread ush/python/pygfs/task/aero_bmatrix.py Outdated
_res_anl = int(self.config['CASE_ANL'][1:])

_bmat_yaml = os.path.join(self.runtime_config.DATA, f"{self.runtime_config.CDUMP}.t{self.runtime_config['cyc']:02d}z.chem_diagb.yaml")
_diff_yaml = os.path.join(self.runtime_config.DATA, f"{self.runtime_config.CDUMP}.t{self.runtime_config['cyc']:02d}z.chem_diff.yaml")
Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

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

can you change all of these from diff (and DIFF) to diffusion (DIFFUSION) just to be more explicit, and not make people think it is 'difference'

Comment thread ush/python/pygfs/task/bmatrix.py Outdated
logger.debug(f"BMAT config:\n{pformat(bmat_config)}")

return bmat_config
return bmat_config
Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

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

remove the trailing whitespace here, it's causing coding norms to fail

@CoryMartin-NOAA
Copy link
Copy Markdown
Owner Author

@andytangborn can you fix the suggestions otherwise I can tomorrow

@andytangborn
Copy link
Copy Markdown
Collaborator

andytangborn commented Jun 4, 2024 via email

@andytangborn
Copy link
Copy Markdown
Collaborator

I made the changes. git push didn't do anything (??). We can discuss in the morning.

@andytangborn
Copy link
Copy Markdown
Collaborator

Oh sorry, one more step needed.

Comment thread parm/config/gfs/config.aeroanlgenb Outdated
@CoryMartin-NOAA CoryMartin-NOAA merged commit a200b1e into feature/aero-b Jun 5, 2024
@CoryMartin-NOAA CoryMartin-NOAA deleted the feature/diff_parm branch June 5, 2024 19:20
kevindougherty-noaa pushed a commit that referenced this pull request Oct 24, 2024
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