-
Notifications
You must be signed in to change notification settings - Fork 65
b4b: Introduce separate cmip6 and cmip7 co2 stream files keeping cmip6 as default #375
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
Changes from 14 commits
5a06fe0
d226954
b59b12b
702c997
93feada
34d1790
592d3de
e743c42
7b02d10
ad00e0b
fd963ed
159a9fd
5bb5d24
66c36ba
7c3078d
6323e28
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -152,11 +152,14 @@ | |
| ======================== | ||
| optional stream co2tseries (turned on and stream specified by xml variable DATM_CO2_TSERIES) | ||
| - DATM_CO2_TSERIES is set by the 4 character time prefix in config_component.xml | ||
| - The historical series are labeled as either CMIP6 or CMIP6 era | ||
|
slevis-lmwg marked this conversation as resolved.
Outdated
|
||
| - The SSP future scenarios are all CMIP6 era data | ||
| ======================== | ||
| co2tseries.20tr | ||
| co2tseries.20tr.latbnd | ||
| co2tseries.cmip6_20tr | ||
|
ekluzek marked this conversation as resolved.
|
||
| co2tseries.cmip7_20tr | ||
| co2tseries.omip.iaf | ||
| co2tseries.omip.jra | ||
| # CO2 time-series for SSP future scenarios are all CMIP6 era | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. A small detail I realize now is that we don't use # in these comments. But a dash is used. So if you are up to changing it to a dash that would be perfect. But, not that important. But, helpful when the formatting for all of this looks similar.
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Feel free to handle as you see fit. This is the smallest nit possible. :-)
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Oh, and it's actually my fault since you just merged in what I had suggested...
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'm removing this line altogether since the same information repeats a few lines up from there. |
||
| co2tseries.SSP1-1.9 | ||
|
slevis-lmwg marked this conversation as resolved.
|
||
| co2tseries.SSP1-2.6 | ||
| co2tseries.SSP2-4.5 | ||
|
|
@@ -165,14 +168,6 @@ | |
| co2tseries.SSP4-6.0 | ||
| co2tseries.SSP5-3.4 | ||
| co2tseries.SSP5-8.5 | ||
| co2tseries.SSP1-1.9.latbnd | ||
| co2tseries.SSP1-2.6.latbnd | ||
| co2tseries.SSP2-4.5.latbnd | ||
| co2tseries.SSP3-7.0.latbnd | ||
| co2tseries.SSP4-3.4.latbnd | ||
| co2tseries.SSP4-6.0.latbnd | ||
| co2tseries.SSP5-3.4.latbnd | ||
| co2tseries.SSP5-8.5.latbnd | ||
|
|
||
| ======================== | ||
| optional stream presaero (turned on and stream specified by xml variable DATM_PRESAERO) | ||
|
|
@@ -3755,7 +3750,8 @@ | |
|
|
||
| <!-- currently all co2 time series are single point and have no mesh --> | ||
|
|
||
| <stream_entry name="co2tseries.20tr"> | ||
| <!-- CMIP6 era for 20th Century historical --> | ||
| <stream_entry name="co2tseries.cmip6_20tr"> | ||
|
slevis-lmwg marked this conversation as resolved.
|
||
| <stream_meshfile> | ||
| <meshfile>none</meshfile> | ||
| </stream_meshfile> | ||
|
|
@@ -3786,24 +3782,24 @@ | |
| <stream_readmode>single</stream_readmode> | ||
| </stream_entry> | ||
|
|
||
| <stream_entry name="co2tseries.omip.iaf"> | ||
| <stream_entry name="co2tseries.cmip7_20tr"> | ||
|
ekluzek marked this conversation as resolved.
|
||
| <stream_meshfile> | ||
| <meshfile>none</meshfile> | ||
| </stream_meshfile> | ||
| <stream_datafiles> | ||
| <file>$DIN_LOC_ROOT/atm/datm7/CO2/fco2_datm_global_ssp585_simyr_1750-2020_CMIP6_c200324.nc</file> | ||
| <file>$DIN_LOC_ROOT/atm/datm7/CO2/co2_input4MIPs_GHGConcentrations_CMIP_CR-CMIP-1-0-0_gm_1750-2022_CMIP7_c20250228.nc</file> | ||
| </stream_datafiles> | ||
| <stream_datavars> | ||
| <var>CO2 Sa_co2diag</var> | ||
| <var>co2 Sa_co2diag</var> | ||
| </stream_datavars> | ||
| <stream_lev_dimname>null</stream_lev_dimname> | ||
| <stream_mapalgo> | ||
| <mapalgo>none</mapalgo> | ||
| </stream_mapalgo> | ||
| <stream_vectors>null</stream_vectors> | ||
| <stream_year_align>213</stream_year_align> <!-- 6*(2009-1948+1)-(2009-1850) --> | ||
| <stream_year_first>1850</stream_year_first> | ||
| <stream_year_last>2010</stream_year_last> | ||
| <stream_year_align>1750</stream_year_align> | ||
|
slevis-lmwg marked this conversation as resolved.
|
||
| <stream_year_first>1750</stream_year_first> | ||
|
slevis-lmwg marked this conversation as resolved.
|
||
| <stream_year_last>2022</stream_year_last> | ||
| <stream_offset>0</stream_offset> | ||
| <stream_tintalgo> | ||
| <tintalgo>linear</tintalgo> | ||
|
|
@@ -3817,7 +3813,7 @@ | |
| <stream_readmode>single</stream_readmode> | ||
| </stream_entry> | ||
|
|
||
| <stream_entry name="co2tseries.omip.jra"> | ||
| <stream_entry name="co2tseries.omip.iaf"> | ||
| <stream_meshfile> | ||
| <meshfile>none</meshfile> | ||
| </stream_meshfile> | ||
|
|
@@ -3832,226 +3828,9 @@ | |
| <mapalgo>none</mapalgo> | ||
| </stream_mapalgo> | ||
| <stream_vectors>null</stream_vectors> | ||
| <stream_year_align>198</stream_year_align> <!-- 6*(2018-1958+1)-(2018-1850) --> | ||
| <stream_year_align>213</stream_year_align> <!-- 6*(2009-1948+1)-(2009-1850) --> | ||
| <stream_year_first>1850</stream_year_first> | ||
| <stream_year_last>2019</stream_year_last> | ||
| <stream_offset>0</stream_offset> | ||
| <stream_tintalgo> | ||
| <tintalgo>linear</tintalgo> | ||
| </stream_tintalgo> | ||
| <stream_taxmode> | ||
| <taxmode>extend</taxmode> | ||
| </stream_taxmode> | ||
| <stream_dtlimit> | ||
| <dtlimit>1.e30</dtlimit> | ||
| </stream_dtlimit> | ||
| <stream_readmode>single</stream_readmode> | ||
| </stream_entry> | ||
|
|
||
| <stream_entry name="co2tseries.SSP1-1.9.latbnd"> | ||
| <stream_meshfile> | ||
| <meshfile>none</meshfile> | ||
| </stream_meshfile> | ||
| <stream_datafiles> | ||
| <file>$DIN_LOC_ROOT/atm/datm7/CO2/fco2_datm_lat-bandsSSP1-1.9_simyr_2014-2500_CMIP6_c190514.nc</file> | ||
| </stream_datafiles> | ||
| <stream_datavars> | ||
| <var>CO2 Sa_co2diag</var> | ||
| </stream_datavars> | ||
| <stream_lev_dimname>null</stream_lev_dimname> | ||
| <stream_mapalgo> | ||
| <mapalgo>none</mapalgo> | ||
| </stream_mapalgo> | ||
| <stream_vectors>null</stream_vectors> | ||
| <stream_year_align>2015</stream_year_align> | ||
| <stream_year_first>2015</stream_year_first> | ||
| <stream_year_last>2500</stream_year_last> | ||
| <stream_offset>0</stream_offset> | ||
| <stream_tintalgo> | ||
| <tintalgo>linear</tintalgo> | ||
| </stream_tintalgo> | ||
| <stream_taxmode> | ||
| <taxmode>extend</taxmode> | ||
| </stream_taxmode> | ||
| <stream_dtlimit> | ||
| <dtlimit>1.e30</dtlimit> | ||
| </stream_dtlimit> | ||
| <stream_readmode>single</stream_readmode> | ||
| </stream_entry> | ||
|
|
||
| <stream_entry name="co2tseries.SSP1-2.6.latbnd"> | ||
| <stream_meshfile> | ||
| <meshfile>none</meshfile> | ||
| </stream_meshfile> | ||
| <stream_datafiles> | ||
| <file>$DIN_LOC_ROOT/atm/datm7/CO2/fco2_datm_lat-bandsSSP1-2.6__simyr_2014-2500_CMIP6_c190506.nc</file> | ||
| </stream_datafiles> | ||
| <stream_datavars> | ||
| <var>CO2 Sa_co2diag</var> | ||
| </stream_datavars> | ||
| <stream_lev_dimname>null</stream_lev_dimname> | ||
| <stream_mapalgo> | ||
| <mapalgo>none</mapalgo> | ||
| </stream_mapalgo> | ||
| <stream_vectors>null</stream_vectors> | ||
| <stream_year_align>2015</stream_year_align> | ||
| <stream_year_first>2015</stream_year_first> | ||
| <stream_year_last>2500</stream_year_last> | ||
| <stream_offset>0</stream_offset> | ||
| <stream_tintalgo> | ||
| <tintalgo>linear</tintalgo> | ||
| </stream_tintalgo> | ||
| <stream_taxmode> | ||
| <taxmode>extend</taxmode> | ||
| </stream_taxmode> | ||
| <stream_dtlimit> | ||
| <dtlimit>1.e30</dtlimit> | ||
| </stream_dtlimit> | ||
| <stream_readmode>single</stream_readmode> | ||
| </stream_entry> | ||
|
|
||
| <stream_entry name="co2tseries.SSP2-4.5.latbnd"> | ||
| <stream_meshfile> | ||
| <meshfile>none</meshfile> | ||
| </stream_meshfile> | ||
| <stream_datafiles> | ||
| <file>$DIN_LOC_ROOT/atm/datm7/CO2/fco2_datm_lat-bandsSSP2-4.5__simyr_2014-2500_CMIP6_c190506.nc</file> | ||
| </stream_datafiles> | ||
| <stream_datavars> | ||
| <var>CO2 Sa_co2diag</var> | ||
| </stream_datavars> | ||
| <stream_lev_dimname>null</stream_lev_dimname> | ||
| <stream_mapalgo> | ||
| <mapalgo>none</mapalgo> | ||
| </stream_mapalgo> | ||
| <stream_vectors>null</stream_vectors> | ||
| <stream_year_align>2015</stream_year_align> | ||
| <stream_year_first>2015</stream_year_first> | ||
| <stream_year_last>2500</stream_year_last> | ||
| <stream_offset>0</stream_offset> | ||
| <stream_tintalgo> | ||
| <tintalgo>linear</tintalgo> | ||
| </stream_tintalgo> | ||
| <stream_taxmode> | ||
| <taxmode>extend</taxmode> | ||
| </stream_taxmode> | ||
| <stream_dtlimit> | ||
| <dtlimit>1.e30</dtlimit> | ||
| </stream_dtlimit> | ||
| <stream_readmode>single</stream_readmode> | ||
| </stream_entry> | ||
|
|
||
| <stream_entry name="co2tseries.SSP3-7.0.latbnd"> | ||
| <stream_meshfile> | ||
| <meshfile>none</meshfile> | ||
| </stream_meshfile> | ||
| <stream_datafiles> | ||
| <file>$DIN_LOC_ROOT/atm/datm7/CO2/co2_datm_lat-bandsSSP3-7.0__simyr_2014-2500_CMIP6_c190506.nc</file> | ||
| </stream_datafiles> | ||
| <stream_datavars> | ||
| <var>CO2 Sa_co2diag</var> | ||
| </stream_datavars> | ||
| <stream_lev_dimname>null</stream_lev_dimname> | ||
| <stream_mapalgo> | ||
| <mapalgo>none</mapalgo> | ||
| </stream_mapalgo> | ||
| <stream_vectors>null</stream_vectors> | ||
| <stream_year_align>2015</stream_year_align> | ||
| <stream_year_first>2015</stream_year_first> | ||
| <stream_year_last>2500</stream_year_last> | ||
| <stream_offset>0</stream_offset> | ||
| <stream_tintalgo> | ||
| <tintalgo>linear</tintalgo> | ||
| </stream_tintalgo> | ||
| <stream_taxmode> | ||
| <taxmode>extend</taxmode> | ||
| </stream_taxmode> | ||
| <stream_dtlimit> | ||
| <dtlimit>1.e30</dtlimit> | ||
| </stream_dtlimit> | ||
| <stream_readmode>single</stream_readmode> | ||
| </stream_entry> | ||
|
|
||
| <stream_entry name="co2tseries.SSP4-3.4.latbnd"> | ||
| <stream_meshfile> | ||
| <meshfile>none</meshfile> | ||
| </stream_meshfile> | ||
| <stream_datafiles> | ||
| <file>$DIN_LOC_ROOT/atm/datm7/CO2/fco2_datm_lat-bandsSSP4-3.4_simyr_2014-2500_CMIP6_c190514.nc</file> | ||
| </stream_datafiles> | ||
| <stream_datavars> | ||
| <var>CO2 Sa_co2diag</var> | ||
| </stream_datavars> | ||
| <stream_lev_dimname>null</stream_lev_dimname> | ||
| <stream_mapalgo> | ||
| <mapalgo>none</mapalgo> | ||
| </stream_mapalgo> | ||
| <stream_vectors>null</stream_vectors> | ||
| <stream_year_align>2015</stream_year_align> | ||
| <stream_year_first>2015</stream_year_first> | ||
| <stream_year_last>2500</stream_year_last> | ||
| <stream_offset>0</stream_offset> | ||
| <stream_tintalgo> | ||
| <tintalgo>linear</tintalgo> | ||
| </stream_tintalgo> | ||
| <stream_taxmode> | ||
| <taxmode>extend</taxmode> | ||
| </stream_taxmode> | ||
| <stream_dtlimit> | ||
| <dtlimit>1.e30</dtlimit> | ||
| </stream_dtlimit> | ||
| <stream_readmode>single</stream_readmode> | ||
| </stream_entry> | ||
|
|
||
| <stream_entry name="co2tseries.SSP4-6.0.latbnd"> | ||
| <stream_meshfile> | ||
| <meshfile>none</meshfile> | ||
| </stream_meshfile> | ||
| <stream_datafiles> | ||
| <file>$DIN_LOC_ROOT/atm/datm7/CO2/fco2_datm_lat-bandsSSP4-6.0__simyr_2014-2500_CMIP6_c190506.nc</file> | ||
| </stream_datafiles> | ||
| <stream_datavars> | ||
| <var>CO2 Sa_co2diag</var> | ||
| </stream_datavars> | ||
| <stream_lev_dimname>null</stream_lev_dimname> | ||
| <stream_mapalgo> | ||
| <mapalgo>none</mapalgo> | ||
| </stream_mapalgo> | ||
| <stream_vectors>null</stream_vectors> | ||
| <stream_year_align>2015</stream_year_align> | ||
| <stream_year_first>2015</stream_year_first> | ||
| <stream_year_last>2500</stream_year_last> | ||
| <stream_offset>0</stream_offset> | ||
| <stream_tintalgo> | ||
| <tintalgo>linear</tintalgo> | ||
| </stream_tintalgo> | ||
| <stream_taxmode> | ||
| <taxmode>extend</taxmode> | ||
| </stream_taxmode> | ||
| <stream_dtlimit> | ||
| <dtlimit>1.e30</dtlimit> | ||
| </stream_dtlimit> | ||
| <stream_readmode>single</stream_readmode> | ||
| </stream_entry> | ||
|
|
||
| <stream_entry name="co2tseries.SSP5-3.4.latbnd"> | ||
| <stream_meshfile> | ||
| <meshfile>none</meshfile> | ||
| </stream_meshfile> | ||
| <stream_datafiles> | ||
| <file>$DIN_LOC_ROOT/atm/datm7/CO2/fco2_datm_lat-bandsSSP5-3.4__simyr_2014-2500_CMIP6_c190506.nc</file> | ||
| </stream_datafiles> | ||
| <stream_datavars> | ||
| <var>CO2 Sa_co2diag</var> | ||
| </stream_datavars> | ||
| <stream_lev_dimname>null</stream_lev_dimname> | ||
| <stream_mapalgo> | ||
| <mapalgo>none</mapalgo> | ||
| </stream_mapalgo> | ||
| <stream_vectors>null</stream_vectors> | ||
| <stream_year_align>2015</stream_year_align> | ||
| <stream_year_first>2015</stream_year_first> | ||
| <stream_year_last>2500</stream_year_last> | ||
| <stream_year_last>2010</stream_year_last> | ||
| <stream_offset>0</stream_offset> | ||
| <stream_tintalgo> | ||
| <tintalgo>linear</tintalgo> | ||
|
|
@@ -4065,24 +3844,24 @@ | |
| <stream_readmode>single</stream_readmode> | ||
| </stream_entry> | ||
|
|
||
| <stream_entry name="co2tseries.SSP5-8.5.latbnd"> | ||
| <stream_entry name="co2tseries.omip.jra"> | ||
| <stream_meshfile> | ||
| <meshfile>none</meshfile> | ||
| </stream_meshfile> | ||
| <stream_datafiles> | ||
| <file>$DIN_LOC_ROOT/atm/datm7/CO2/fco2_datm_lat-bandsSSP5-8.5__simyr_2014-2500_CMIP6_c190506.nc</file> | ||
| <file>$DIN_LOC_ROOT/atm/datm7/CO2/fco2_datm_global_ssp585_simyr_1750-2020_CMIP6_c200324.nc</file> | ||
| </stream_datafiles> | ||
| <stream_datavars> | ||
| <var>CO2 Sa_co2diag</var> | ||
| <var>CO2 Sa_co2diag</var> | ||
| </stream_datavars> | ||
| <stream_lev_dimname>null</stream_lev_dimname> | ||
| <stream_mapalgo> | ||
| <mapalgo>none</mapalgo> | ||
| </stream_mapalgo> | ||
| <stream_vectors>null</stream_vectors> | ||
| <stream_year_align>2015</stream_year_align> | ||
| <stream_year_first>2015</stream_year_first> | ||
| <stream_year_last>2500</stream_year_last> | ||
| <stream_year_align>198</stream_year_align> <!-- 6*(2018-1958+1)-(2018-1850) --> | ||
| <stream_year_first>1850</stream_year_first> | ||
| <stream_year_last>2019</stream_year_last> | ||
| <stream_offset>0</stream_offset> | ||
| <stream_tintalgo> | ||
| <tintalgo>linear</tintalgo> | ||
|
|
@@ -4096,6 +3875,7 @@ | |
| <stream_readmode>single</stream_readmode> | ||
| </stream_entry> | ||
|
|
||
| <!-- The future scenarios SSP (Shared Socio-economic Pathway) are CMIP6 era --> | ||
| <stream_entry name="co2tseries.SSP1-1.9"> | ||
|
slevis-lmwg marked this conversation as resolved.
|
||
| <stream_meshfile> | ||
| <meshfile>none</meshfile> | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.