Closed yantosca closed 4 months ago
All GCHP integration tests passed:
==============================================================================
GCHP: Execution Test Results
GCHP #8f8add6 Merge PR #426 (Throw error if FAST-JX is used w/ non-Hg mechanisms)
GEOS-Chem #03287a67a Merge PR #2372 (Turn off MEGAN extension for non-benchmark sims)
HEMCO #
Number of execution tests: 11
Submitted as SLURM job: 39695708
==============================================================================
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% All execution tests passed! %%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Also, all tests were zero-diff w/r/t PR https://github.com/geoschem/geos-chem/pull/2372.
See review of https://github.com/geoschem/GCClassic/pull/62. I will review this PR once those comments are addressed.
All GEOS-Chem Classic integration tests passed:
==============================================================================
GEOS-Chem Classic: Execution Test Results
GCClassic #8c9d395 Updated CHANGELOG.md for clarity
GEOS-Chem #011885098 Change logic in FAST-JX error trap in gc_environment_mod.F90
HEMCO #2192e0e HEMCO 3.9.1 release
Using 24 OpenMP threads
Number of execution tests: 28
Submitted as SLURM job: 40086888
==============================================================================
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% All execution tests passed! %%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
All tests were zero-diff with the previous PR #2372, except:
All GCHP integration tests passed:
==============================================================================
GCHP: Execution Test Results
GCHP #8f8add6 Merge PR #426 (Throw error if FAST-JX is used w/ non-Hg mechanisms)
GEOS-Chem #011885098 Change logic in FAST-JX error trap in gc_environment_mod.F90
HEMCO #
Number of execution tests: 11
Submitted as SLURM job: 40087031
==============================================================================
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% All execution tests passed! %%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
All tests were zero-diff w/r/t the previous PR #2372.
All GCHP integration tests passed:
==============================================================================
GCHP: Execution Test Results
GCHP #8f8add6 Merge PR #426 (Throw error if FAST-JX is used w/ non-Hg mechanisms)
GEOS-Chem #011885098 Change logic in FAST-JX error trap in gc_environment_mod.F90
HEMCO #
Number of execution tests: 11
Submitted as SLURM job: 40087031
==============================================================================
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% All execution tests passed! %%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
All tests were zero-diff w/r/t the previous PR #2372.
Name and Institution (Required)
Name: Bob Yantosca Institution: Harvard + GCST
Describe the update
This PR adds an error trap that causes CMake to throw an error if the FASTJX compile option is selected for any mechanism except Hg.
Expected changes
Configuring with the
-DFASTJX=y
option now throws an error message such as:Related Github Issue