Skip to content
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

Fix typos #977

Merged
merged 7 commits into from
Aug 28, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Prev Previous commit
Next Next commit
fix typo
  • Loading branch information
omahs committed Aug 28, 2023
commit 25cca8aa83ea937cb3b2bc25b2ed5627a1133d73
2 changes: 1 addition & 1 deletion docs/subdaily-precipitation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Sub-daily precipitation
Overview
========

The PMP can be used to compare observed and simulated sub-daily precipition, including forced (the diurnal and semi-diurnal cycle) and unforced variability (often referred to as "intermittency"). Well established Fourier analysis (e.g., Dai, 2006) with well-established large scale objective performance metrics (Covey et al., 2016) to estimate the phase and amplitude of the diurnal and semi-diurnal cycle of precipitation. The unforced sub-daily variability stems from methods developed by Trenberth et al. (2017) and Covey et al. (2017). Both analysis require data at a 3hr time resolution.
The PMP can be used to compare observed and simulated sub-daily precipitation, including forced (the diurnal and semi-diurnal cycle) and unforced variability (often referred to as "intermittency"). Well established Fourier analysis (e.g., Dai, 2006) with well-established large scale objective performance metrics (Covey et al., 2016) to estimate the phase and amplitude of the diurnal and semi-diurnal cycle of precipitation. The unforced sub-daily variability stems from methods developed by Trenberth et al. (2017) and Covey et al. (2017). Both analysis require data at a 3hr time resolution.

Analysis of higher frequency data often includes multiple stages of processing. `The flow diagram of the PMP's sub-daily precipitation <https://github.com/PCMDI/pcmdi_metrics/blob/master/doc/Diurnal%20Cycle%20Diagram.pdf>`_ shows that is the case here. Each of the steps highlighted in the flow diagram are included in `the diurnal cycle and intermittency Jupyter notebook demo <https://github.com/PCMDI/pcmdi_metrics/blob/master/doc/jupyter/Demo/Demo_3_diurnal_cycle.ipynb>`_.

Expand Down