-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to GCHP 13.3.1 - merge patch/13.3.1 into main
./github/ISSUE_TEMPLATE/report-a-bug-or-technical-issue.md - Ask user for their institution CMakeLists.txt - Update version number to 13.3.1 src/GCHPctm.F90 - Turn off PET*ESMF_LogFile output src/GCHP_GridComp/GEOSChem_GridComp/geos-chem - Update to GEOS-Chem "science codebase" 13.3.1 tag src/GCHP_GridComp/HEMCO_GridComp/HEMCO - Update to HEMCO 3.2.1 version Signed-off-by: Bob Yantosca <[email protected]>
- Loading branch information
Showing
5 changed files
with
7 additions
and
4 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
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
cmake_minimum_required (VERSION 3.13) | ||
project (gchp_ctm | ||
VERSION 13.3.0 | ||
VERSION 13.3.1 | ||
LANGUAGES Fortran CXX C | ||
) | ||
|
||
|
Submodule geos-chem
updated
9 files
+5 −1 | .github/ISSUE_TEMPLATE/report-a-bug-or-technical-issue.md | |
+1 −1 | GeosCore/YuIMN_Code.F90 | |
+190 −66 | GeosCore/fullchem_mod.F90 | |
+7 −10 | GeosCore/planeflight_mod.F90 | |
+20 −15 | Headers/diaglist_mod.F90 | |
+11 −7 | Headers/state_chm_mod.F90 | |
+30 −8 | run/GCClassic/createRunDir.sh | |
+5 −0 | run/GCHP/GCHP.rc.template | |
+2 −0 | run/shared/cleanRunDir.sh |
Submodule HEMCO
updated
3 files
+1 −0 | .ci-pipelines/quick-build.yml | |
+1 −1 | CMakeLists.txt | |
+4 −4 | src/Extensions/hcox_seasalt_mod.F90 |
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