Update syntax in config.ocnanalrun#1170
Closed
lgannoaa wants to merge 2 commits into
Closed
Conversation
GitHub issue: 1164
Contributor
|
Just an FYI here. There are 2 formats that the shellchecker recognizes The automatic checker applies the minimal quoting, which IMHO is a bit annoying to read. I think this is an eternal issue and IMO, we should disable this error code from flagging it. @WalterKolczynski-NOAA has an issue open with shellcheck to provide an option to apply canonical fix if desired by the user. |
Contributor
bbakernoaa
added a commit
to bbakernoaa/global-workflow
that referenced
this pull request
Mar 19, 2026
* Update AERO_ExtData.rc for new fengsha dust input * Brings the regression tests closer to the p8c target configuration. Changes include: - Updating fractional clay and sand to the SOILGRIDSv2 data - REF: https://soil.copernicus.org/articles/7/217/2021/ - Silt isn't actually used in the scheme. Set to /dev/null:0.0 to skip reading a file and instead fill with zeros - SSM is no longer used as the albedo drag partition describes the same information to the scheme. Set to /dev/null:1.0 so that all values are unity - `DU_RDRAG` now uses a three year climatology of the Chappel and Webb 2016 albedo drag partition derived from the latest 3 years of MODIS BRDF Albedo monthly averages - `DU_UTHRES` now uses a more robust threshold velocity derived from known historical dust point observations using a data driven approach from the combination of a met reanalysis, SOILGRIDSv2, and a RandomForest ensemble * Update alpha to be consistent with latest scaling - This updates the `alpha` parameter to be consistent with the latest dust code changes and inputs - Note that gamma here doesn't matter because the `ssm=1` now in the `AERO_ExtData.rc` file * Add FSCAV_AERO for regression tests - Adds the environment vairable FSCAV_AERO so that the wet scavaging coeffients are not by default set to zero ensuring that the convective parameterizations are fully tested when aerosols are used.
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.
Provide update for file config.ocnanalrun to address #1164