-
Notifications
You must be signed in to change notification settings - Fork 321
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'ctsm5.1.dev111' into ctsm5.2.mksurfdata
Fixes for NEON cases Two sets of fixes for NEON cases: (1) Fixes for leap year handling when there are discrepancies between the model and the DATM forcing data in terms of whether the current year is a leap year. This involved updates to the share and cdeps externals from Jim Edwards. (2) Other fixes for NEON cases from Will Wieder, as documented in #1860 Conflicts: Externals.cfg src/biogeophys/test/Photosynthesis_test/test_Photosynthesis.pf src/main/clm_initializeMod.F90 src/main/clm_varpar.F90 tools/README tools/mkmapdata/mkmapdata.sh
- Loading branch information
Showing
236 changed files
with
17,890 additions
and
7,238 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Ran python directory through black python formatter | ||
4cd83cb3ee6d85eb909403487abf5eeaf4d98911 | ||
0aa2957c1f8603c63fa30b11295c06cfddff44a5 | ||
2cdb380febb274478e84cd90945aee93f29fa2e6 | ||
e44dc469439e02e9ee582dab274d890ebdfab104 | ||
565e7bcacbb0bba20ff80d680d8ad769676641c6 | ||
b88e1cd1b28e3609684c79a2ec0e88f26cfc362b | ||
51c102c5df2e0ef971b5f8eeeb477567899af63a | ||
7dacad70e74e2ec97f6492d4e7a3cb5dd498bcd7 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
name: black check on push and PR | ||
# | ||
# Run the python formatting in check mode | ||
# | ||
on: [push, pull_request] | ||
|
||
jobs: | ||
black-check: | ||
runs-on: ubuntu-latest | ||
steps: | ||
# Checkout the code | ||
- uses: actions/checkout@v2 | ||
# Use the latest stable version of the github action | ||
- uses: psf/black@stable | ||
with: | ||
# Use options and version identical to the conda environment | ||
# Using pyproject.toml makes sure this testing is consistent with our python directory testing | ||
options: "--check --config python/pyproject.toml" | ||
src: "./python" | ||
# Version should be coordinated with the ctsm_py conda environment under the python directory | ||
version: "22.3.0" |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.