Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PULL REQUEST] Bug fixes: (1) Now check GCClassic History subset regions properly; (2) Use proper restart file paths for dry-run data download (Closes #1039, Closes #1045) #1047

Merged
merged 2 commits into from Dec 7, 2021

Conversation

yantosca
Copy link
Contributor

@yantosca yantosca commented Dec 6, 2021

This is the corresponding PR for issues #1039 and #1045, which includes fixes for minor user-identified issues. We plan to release these as patch version 13.3.4.

We have now restored the correct paths for GEOS-Chem restart files
in download_data.yml.  This may have been clobbered by a Git merge.

Signed-off-by: Bob Yantosca <yantosca@seas.harvard.edu>
Interfaces/GCClassic/main.F90:
- Pass State_Grid to routine History_Init

History/history_mod.F90:
- History_Init now accepts the State_Grid object and passes it to
  routine History_ReadCollectionData
- History_ReadCollectionData accepts the State_Grid object.
- State_Grid%NX and State_Grid%NY are used to error-check the
  values of CollectionSubsetInd(:,C) for each collection C.  For
  lon we ensure that indices are within 1 < index < State_Grid%NX,
  and for lat we ensure that indices are within 1 < index < State_Grid%NY.

NOTE: These updates only affect GEOS-Chem Classic History diagnostics.

Signed-off-by: Bob Yantosca <yantosca@seas.harvard.edu>
@yantosca yantosca added category: Bug Something isn't working topic: Dry-Run Simulation Related to GEOS-Chem dry-run topic: Diagnostics Related to output diagnostic data labels Dec 6, 2021
@yantosca yantosca added this to the 13.3.4 milestone Dec 6, 2021
@yantosca yantosca self-assigned this Dec 6, 2021
@yantosca yantosca merged commit 9ab6931 into main Dec 7, 2021
@yantosca yantosca deleted the patch/13.3.4 branch December 7, 2021 17:14
@yantosca
Copy link
Contributor Author

yantosca commented Dec 7, 2021

GCHP integration tests all passed

==============================================================================
GCHP: Execution Test Results

Number of execution tests: 3
==============================================================================
 
Execution tests:
------------------------------------------------------------------------------
gchp_fullchem_benchmark_merra2_c48...............Execute Simulation.....PASS
gchp_fullchem_standard_merra2_c24................Execute Simulation.....PASS
gchp_TransportTracers_geosfp_c24.................Execute Simulation.....PASS
 
Summary of execution test results:
------------------------------------------------------------------------------
Execution tests passed:        3
Execution tests failed:        0
Execution tests not completed: 0

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%  All execution tests passed!  %%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: Bug Something isn't working topic: Diagnostics Related to output diagnostic data topic: Dry-Run Simulation Related to GEOS-Chem dry-run
Projects
None yet
2 participants