To use time-average mode for GC outputs #355
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Name and Institution (Required)
Name: Dandan Zhang
Institution: Harvard University
Describe the update
As we are averaging TROPOMI observations into each grid cell over each hour, how about we change the averaging mode of simulation diagnostics to “time-averaged” instead of “instantaneous”? I feel it should be quite similar for hourly outputs between these two modes. In this way, we can avoid filling first missing hour at the start date of simulations.
GCHP carbon simulation output for instantaneous mode will be offset by one hour for every simulation day, while the time-average mode will always work well. Postprocessing GCHP carbon outputs to have the initial hour could be cumbersome. To minimize the differences between IMI-GCHP and IMI-GCC, how about using time-averaged mode for both?
InvPartition
so that we can add it in the config file for easier request of big-memory nodeUpdate_prior_emis.py
at src/components/posterior_component/update_prior_emis.py was never used. Instead, this function was called from https://github.com/geoschem/integrated_methane_inversion/blob/main/src/inversion_scripts/utils.py#L552. Thus, I deleted this file.