Added tasks to construct aero_diffparm.yaml from template.#3
Merged
Conversation
CoryMartin-NOAA
commented
Jun 4, 2024
| _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") |
Owner
Author
There was a problem hiding this comment.
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'
CoryMartin-NOAA
commented
Jun 4, 2024
| logger.debug(f"BMAT config:\n{pformat(bmat_config)}") | ||
|
|
||
| return bmat_config | ||
| return bmat_config |
Owner
Author
There was a problem hiding this comment.
remove the trailing whitespace here, it's causing coding norms to fail
Owner
Author
|
@andytangborn can you fix the suggestions otherwise I can tomorrow |
Collaborator
|
Sure, I can do it.
…On Tue, Jun 4, 2024 at 4:42 PM Cory Martin ***@***.***> wrote:
@andytangborn <https://github.com/andytangborn> can you fix the
suggestions otherwise I can tomorrow
—
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ARAAHYMV2RMWBXLBDFI2KTTZFYRDJAVCNFSM6AAAAABIYXGAZ2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNBYGM4DENJTGI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Collaborator
|
I made the changes. git push didn't do anything (??). We can discuss in the morning. |
Collaborator
|
Oh sorry, one more step needed. |
CoryMartin-NOAA
commented
Jun 5, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Type of change
Change characteristics
How has this been tested?
Checklist