Draft
Conversation
Contributor
Author
|
fyi @sdeastham |
57865f1 to
018a15c
Compare
018a15c to
be068fe
Compare
Contributor
Author
|
Using this implementation for 12 km winds is on hold, but I am currently experimenting with it for testing MAPL3. We may or may not bring the changes in this PR into the standard model in the future. |
GEOS-Chem is not added as a gridded component and FV3 advection is not run. Enable by building with -DMODEL_CTMENV=y. A message is printed during configure stage if building with MODEL_CTMENV turned on. Otherwise, no message is printed. Signed-off-by: Lizzie Lundgren <elundgren@seas.harvard.edu>
711f2d3 to
7fd8b2e
Compare
Contributor
Author
|
This update is now rebased on dev/14.7.0. Since it is very useful for testing I would like to bring it into the standard model, possibly in 14.7.1. |
82d6639 to
3216f28
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: Lizzie Lundgren
Institution: Harvard University
Describe the update
This update introduces a compile-time option for a GCHP-like simulation that does not run GEOS-Chem or advection. Only ExtData, History, and the ctmEnv gridded component are run, although both GEOS-Chem and FV3 are compiled.
The purpose of this is to experiment with producing 12 km lat-lon wind exports from c720 mass flux imports using MAPL in a way that is lightweight and fast. However, it is useful for testing and potentially other applications as well. It is currently being used to test early implementations of MAPL3. It could also be extended in the future to a dynamics-only simulation using a simple tracer.
Notes and instructions:
-DMODEL_CTMENV=y.runScriptSamples/operational_examples/harvard_cannondirectory has a run script set up for use with it. See filegchp.ctmenv.run.#ifndef MODEL_CTMENVblocks.This update will require concurrent merge of two subdirectory PRs:
Expected changes
This is a no diff update.
Reference(s)
None
Related Github Issue
None