Add alternative data stream control for SO2 species in ext_frc#6562
Add alternative data stream control for SO2 species in ext_frc#6562
Conversation
|
There was a problem hiding this comment.
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.