Skip to content

Commit

Permalink
Update to GCHP 13.3.1 - merge patch/13.3.1 into main
Browse files Browse the repository at this point in the history
./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
yantosca committed Nov 15, 2021
2 parents f38fcdd + 5ca554a commit 939d537
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/report-a-bug-or-technical-issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ assignees: ''

---

### What institution are you from?
Please tell us what institution you are from.

### Description of the problem
Describe your problem problem here.

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
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
)

Expand Down
2 changes: 1 addition & 1 deletion src/GCHP_GridComp/HEMCO_GridComp/HEMCO
2 changes: 1 addition & 1 deletion src/GCHPctm.F90
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Program GCHPctm_Main

cap_options = MAPL_CapOptions(cap_rc_file='CAP.rc')
cap_options%logging_config = 'logging.yml'
! cap_options%esmf_logging_mode = ESMF_LOGKIND_MULTI_ON_ERROR
cap_options%esmf_logging_mode = ESMF_LOGKIND_MULTI_ON_ERROR
cap = MAPL_CAP('GCHP', ROOT_SetServices, cap_options=cap_options)
call cap%run(_RC)
_VERIFY(status)
Expand Down

0 comments on commit 939d537

Please sign in to comment.