Skip to content

Commit

Permalink
Updated figure numbers to match GMDD discussion paper
Browse files Browse the repository at this point in the history
  • Loading branch information
pjbartlein committed Dec 5, 2018
1 parent 391a308 commit a2d0189
Show file tree
Hide file tree
Showing 28 changed files with 32 additions and 26 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
PaleoCalAdjust
===================

The programs here implement an approach for adjusting for the "paleo calendar effect" -- the impact that the changes in the length of months or seasons over time (related to the changes in the eccentricity of Earth's orbit and to precession), have on the summarization of paleoclimatic model output. The key program is `cal_adjust_PMIP3.f90` (in the folder `/f90`), which applies the adjustment to CMIP5/PMIP3-formatted files, and a related program, `month_length.f90`, that can be used to produce tables of the changing length of months over time. Figures illustrating the paleo calendar effect are in the folder `/figures`, and relevant data sets for exercising the programs are in the folder `/data`. The program `cal_adjust_PMIP3.f90` will be modified to accommodate CMIP6/PMIP4-formatted files when they become available.
This is the repository that accompanies the paper:

Bartlein, P. J. and Shafer, S. L.: Paleo calendar-effect adjustments in time-slice and transient climate-model simulations (PaleoCalAdjust v1.0): impact and strategies for data analysis, *Geosci. Model Dev. Discuss.*, 2018, 1-36, [https://doi.org/10.5194/gmd-2018-283](https://doi.org/10.5194/gmd-2018-283), 2018.


The programs implement an approach for adjusting for the "paleo calendar effect" -- the impact that the changes in the length of months or seasons over time (related to the changes in the eccentricity of Earth's orbit and to precession), have on the summarization of paleoclimatic model output. The key program is `cal_adjust_PMIP3.f90` (in the folder `/f90`), which applies the adjustment to CMIP5/PMIP3-formatted files, and a related program, `month_length.f90`, that can be used to produce tables of the changing length of months over time. Figures illustrating the paleo calendar effect are in the folder `/figures`, and relevant data sets for exercising the programs are in the folder `/data`. The program `cal_adjust_PMIP3.f90` will be modified to accommodate CMIP6/PMIP4-formatted files when they become available.



14 changes: 7 additions & 7 deletions data/figure_data/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

Data for the figures can be found in the folders here or via links as follows:

- Figs. 1, 2, 3, S2, S3, S5, S6, S7 (month-length plots): in the folder `/month_length_plots`;
- Figs. 4, 5, 6 (calendar-effect maps): links to the calendar-effects netCDF files are in the `/data/nc_files` folder; The variables plotted are `xm_harmonic_ltmdiff` (Figs. 4 and 6), `mtco_ltmdiff` and `mtwa_ltmdiff` (Fig. 5);
- Fig. 7 (TraCE plots); in the folder `/TraCE_plots`;
- Fig. S1 (orbital-parameter plots): in the folder `/orb_param_plots`;
- Fig. S4 (present-day temperature and precipitation maps): links to the calendar-effects netCDF files are in the `/data/nc_files` folder; The variables plotted are `tas`, `precip`, `mtco`, and `mtwa`;
- Fig. S8 (pseudo-daily interpolation plots): in the folder `/pseudo-daily_plots`
- Fig. S9 (interpolation error maps): links to the calendar-effects netCDF files are in the `/data/nc_files` folder; The variables plotted are `xm_linear_error` and `xm_harmonic_error`.
- Figs. 1-5 and 7-9 (month-length plots): in the folder `/month_length_plots`;
- Figs. 11-13 (calendar-effect maps): links to the calendar-effects netCDF files are in the `/data/nc_files` folder; The variables plotted are `xm_harmonic_ltmdiff` (Figs. 11 and 13), `mtco_ltmdiff` and `mtwa_ltmdiff` (Fig. 12);
- Fig. 14 (TraCE plots); in the folder `/TraCE_plots`;
- Fig. 6 (orbital-parameter plots): in the folder `/orb_param_plots`;
- Fig. 10 (present-day temperature and precipitation maps): links to the calendar-effects netCDF files are in the `/data/nc_files` folder; The variables plotted are `tas`, `precip`, `mtco`, and `mtwa`;
- Fig. 15 (pseudo-daily interpolation plots): in the folder `/pseudo-daily_plots`
- Fig. 16 (interpolation error maps): links to the calendar-effects netCDF files are in the `/data/nc_files` folder; The variables plotted are `xm_linear_error` and `xm_harmonic_error`.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
35 changes: 17 additions & 18 deletions figures/README.md

Large diffs are not rendered by default.

0 comments on commit a2d0189

Please sign in to comment.