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

Update FV3-LAM flat files and ncep_post executable names #237

Merged
merged 3 commits into from
Dec 10, 2020

Conversation

JeffBeck-NOAA
Copy link
Contributor

@JeffBeck-NOAA JeffBeck-NOAA commented Dec 9, 2020

In reference to discussion in Issue #145, the post executable in the develop branch has been renamed ncep_post and the FV3-LAM-relevant flat files were renamed to include the FV3-LAM acronym instead of FV3-SAR. These changes bring the develop branch in line with the release/public-v2 branch.

@WenMeng-NOAA @mkavulich

@JeffBeck-NOAA JeffBeck-NOAA changed the title Update FV3-LAM flat file and ncep_post executable names Update FV3-LAM flat files and ncep_post executable names Dec 9, 2020
@WenMeng-NOAA
Copy link
Collaborator

@JeffBeck-NOAA Do you have corresponding xml files for fv3lam and fv3lam_goes flat files? It would be better for keeping a pair of xml
and flat files under the parm directory.

@JeffBeck-NOAA
Copy link
Contributor Author

@JeffBeck-NOAA Do you have corresponding xml files for fv3lam and fv3lam_goes flat files? It would be better for keeping a pair of xml
and flat files under the parm directory.

@WenMeng-NOAA, I can also rename the related XML files. I'll go ahead and push a commit to do that.

@WenMeng-NOAA
Copy link
Collaborator

@JeffBeck-NOAA Would you also change sar to lam in parm/makefile?

@JeffBeck-NOAA
Copy link
Contributor Author

@JeffBeck-NOAA Would you also change sar to lam in parm/makefile?

@WenMeng-NOAA, done!

@WenMeng-NOAA
Copy link
Collaborator

@JeffBeck-NOAA Now it is in a good shape. I will proceed code reviewing testing. Thanks!

@WenMeng-NOAA
Copy link
Collaborator

@EricRogers-NOAA and @BenjaminBlake-NOAA Please review this PR for renaming UPP control files for FV3 LAM/LAMX. Thanks!

@BenjaminBlake-NOAA
Copy link

@WenMeng-NOAA This PR looks good to me so I'll go ahead and approve it

@WenMeng-NOAA WenMeng-NOAA self-requested a review December 10, 2020 00:44
@WenMeng-NOAA
Copy link
Collaborator

The regression tests were conducted on Dell, Cray and Hera. No changed results were found. This PR is ready for merging.

@WenMeng-NOAA WenMeng-NOAA merged commit 9fa1e08 into NOAA-EMC:develop Dec 10, 2020
BoCui-NOAA added a commit to BoCui-NOAA/EMC_post that referenced this pull request Dec 11, 2020
Update FV3-LAM flat files and ncep_post executable names (NOAA-EMC#237)
mkavulich added a commit to ufs-community/ufs-srweather-app that referenced this pull request Dec 11, 2020
## DESCRIPTION OF CHANGES: 
Currently master is broken and will not build and/or run on any platform due to incompatible hashes and outdated changes. Several fixes are needed to get master back in working order, most of which will be included in this PR.

The direct changes made in ufs-srweather-app for this PR are:
 - Partially cherry-picking release-branch changes to update build system and documentation
 - Updating static hashes to the latest versions of `develop` branches for ufs-weather-model, EMC_post, UFS_UTILS, and regional_workflow

Some changes that were needed prior to this PR being merged are:

- [x] EMC_post needs to be updated to include an updated executable name and flat config files
   - NOAA-EMC/UPP#237
- [x] regional_workflow needs to be updated for the new ufs-weather-model executable name
   - https://github.com/NOAA-EMC/regional_workflow/pull/374
- [x] regional_workflow also needs to be updated for changed namelist options in the latest ufs-weather-model develop branch
   - https://github.com/NOAA-EMC/regional_workflow/pull/377
- [x] regional_workflow also needs to be updated with the commit in https://github.com/NOAA-EMC/regional_workflow/pull/343 in order for the workflow and automated tests to work on Cheyenne
   - https://github.com/NOAA-EMC/regional_workflow/pull/378

These PRs have been merged and this PR updated with the latest hashes.

## TESTS CONDUCTED: 
Compiles and workflow is successfully generated on Cheyenne, Hera, and Jet; ran many tests that all passed; reference PR on Github for full list.

## ISSUE: 
Resolves #57
christinaholtNOAA pushed a commit to christinaholtNOAA/ufs-srweather-app that referenced this pull request Dec 14, 2020
## DESCRIPTION OF CHANGES: 
Currently master is broken and will not build and/or run on any platform due to incompatible hashes and outdated changes. Several fixes are needed to get master back in working order, most of which will be included in this PR.

The direct changes made in ufs-srweather-app for this PR are:
 - Partially cherry-picking release-branch changes to update build system and documentation
 - Updating static hashes to the latest versions of `develop` branches for ufs-weather-model, EMC_post, UFS_UTILS, and regional_workflow

Some changes that were needed prior to this PR being merged are:

- [x] EMC_post needs to be updated to include an updated executable name and flat config files
   - NOAA-EMC/UPP#237
- [x] regional_workflow needs to be updated for the new ufs-weather-model executable name
   - https://github.com/NOAA-EMC/regional_workflow/pull/374
- [x] regional_workflow also needs to be updated for changed namelist options in the latest ufs-weather-model develop branch
   - https://github.com/NOAA-EMC/regional_workflow/pull/377
- [x] regional_workflow also needs to be updated with the commit in https://github.com/NOAA-EMC/regional_workflow/pull/343 in order for the workflow and automated tests to work on Cheyenne
   - https://github.com/NOAA-EMC/regional_workflow/pull/378

These PRs have been merged and this PR updated with the latest hashes.

## TESTS CONDUCTED: 
Compiles and workflow is successfully generated on Cheyenne, Hera, and Jet; ran many tests that all passed; reference PR on Github for full list.

## ISSUE: 
Resolves ufs-community#57
christinaholtNOAA pushed a commit to christinaholtNOAA/ufs-srweather-app that referenced this pull request Dec 14, 2020
## DESCRIPTION OF CHANGES: 
Currently master is broken and will not build and/or run on any platform due to incompatible hashes and outdated changes. Several fixes are needed to get master back in working order, most of which will be included in this PR.

The direct changes made in ufs-srweather-app for this PR are:
 - Partially cherry-picking release-branch changes to update build system and documentation
 - Updating static hashes to the latest versions of `develop` branches for ufs-weather-model, EMC_post, UFS_UTILS, and regional_workflow

Some changes that were needed prior to this PR being merged are:

- [x] EMC_post needs to be updated to include an updated executable name and flat config files
   - NOAA-EMC/UPP#237
- [x] regional_workflow needs to be updated for the new ufs-weather-model executable name
   - https://github.com/NOAA-EMC/regional_workflow/pull/374
- [x] regional_workflow also needs to be updated for changed namelist options in the latest ufs-weather-model develop branch
   - https://github.com/NOAA-EMC/regional_workflow/pull/377
- [x] regional_workflow also needs to be updated with the commit in https://github.com/NOAA-EMC/regional_workflow/pull/343 in order for the workflow and automated tests to work on Cheyenne
   - https://github.com/NOAA-EMC/regional_workflow/pull/378

These PRs have been merged and this PR updated with the latest hashes.

## TESTS CONDUCTED: 
Compiles and workflow is successfully generated on Cheyenne, Hera, and Jet; ran many tests that all passed; reference PR on Github for full list.

## ISSUE: 
Resolves ufs-community#57
EricJames-NOAA pushed a commit to EricJames-NOAA/UPP that referenced this pull request Dec 14, 2022
* Remove all references to /lfs3 on Jet

* Add Ben and Ratko to the CODEOWNERS file

* Replace hard-coded make_orog module file with build-level module file in UFS_UTILS

* Remove hard-coded make_sfc_climo module file

* Changes to allow definition of do_shum, do_sppt, and do_skeb options in the config.sh file

* Add user-definable options for most ad-hoc stochastic physics settings

* Fix typo in config_defaults.sh

* Syntax fix in setup.sh

* Merge in develop changes to moduleloads into feature/stochastic

* Add loop to modulefiles in generate script

* Introduce module load loop in generate script.
EricJames-NOAA pushed a commit to EricJames-NOAA/UPP that referenced this pull request Dec 14, 2022
…NOAA-EMC#237)

* Add namelist  print_diff_pgr = .true. to turn on pressure tendency diagnostic

* Add print_diff_pgr to config.sh.RRFS_NA_3km
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.

3 participants