-
Notifications
You must be signed in to change notification settings - Fork 364
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
Add alternative data stream control for SO2 species in ext_frc #6562
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The config looks good. I am not following the need for the new tracer_data.F90 file. It's identical to the one already existing (and presumably was being used by this code).
git diff components/eam/src/chemistry/utils/tracer_data.F90 components/eam/src/chemistry/mozart/tracer_data.F90
Why does github think its a new file if its the same name in the same directory? |
They are two different files... sorry I had the wrong code block above:
|
Thanks for reviewing @mahf708 . I put the modified tracer_data.F90 on a wrong directory. |
@jinboxie please review. |
Add alternative data stream control for SO2 species in ext_frc Made changes to allow SO2 species in ext_frc_specifier to have a separate data stream control (e.g., type, cycle_yr) from that for the other species. This is probably the simplest way to allow only volcanic SO2 to vary with time while holding all other SO2 sectors to a fixed year in historical single forcing experiment design. [BFB] for existing tests.
Merged to master. |
Made changes to allow SO2 species in ext_frc_specifier to have a separate
data stream control (e.g., type, cycle_yr) from that for the other species.
This is probably the simplest way to allow only volcanic SO2 to vary with time
while holding all other SO2 sectors to a fixed year in historical single forcing
experiment design.
[BFB] for existing tests.