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

Precip variability across time scales #821

Merged
merged 68 commits into from
Nov 30, 2021
Merged
Changes from 6 commits
Commits
Show all changes
68 commits
Select commit Hold shift + click to select a range
f4b401a
branch and directory generated for @msahn metric
lee1043 Apr 16, 2021
9754ea5
Add files via upload
msahn Apr 16, 2021
8374502
Add files via upload
msahn Apr 16, 2021
dc1b469
Update README.md
msahn Apr 16, 2021
56a3e68
Update README.md
msahn Apr 16, 2021
717ff9c
Update README.md
msahn Apr 16, 2021
7a16d7a
Update README.md
msahn Apr 16, 2021
630bfe2
Update README.md
msahn Apr 16, 2021
52e7df3
Update README.md
msahn Apr 16, 2021
4e6ceb9
initial commit
Apr 22, 2021
70b7a40
initial commit
Apr 22, 2021
348debd
initial commit
Apr 22, 2021
5363c53
format modification
Apr 22, 2021
b9538db
Update README.md
msahn Apr 23, 2021
4712bf2
format modification
Apr 29, 2021
271d483
format modification
May 4, 2021
86779f2
format modification
May 4, 2021
f280d86
simplify and little bit of clean up
lee1043 May 14, 2021
75678f2
flake8 error fixed
lee1043 May 14, 2021
d70c2dd
clean up
lee1043 May 14, 2021
3baa386
Merge pull request #740 from PCMDI/731_msa_precip_benchmark_ljw
msahn May 18, 2021
108009d
Merge branch 'master' into 731_msa_precip_benchmark
gleckler1 Jun 8, 2021
ba00e4b
adding area&frequency average
Jun 16, 2021
8bdbe1a
Update README.md
msahn Jun 16, 2021
bdd2760
modify area&frequency average
Jun 22, 2021
f9bea93
clean up
Jun 22, 2021
27f3d00
add PMP Base class
Jun 29, 2021
2f4e0af
add PMP Base class
Jun 29, 2021
ae9c85d
add PMP Base class
Jun 29, 2021
b0465c1
add PMP Base class
Jun 29, 2021
60af537
add PMP Base class
Jun 29, 2021
2022f79
add PMP Base class
Jun 30, 2021
644c0f7
add ratio calculation
Jul 2, 2021
3bfe353
add ratio calculation
Jul 2, 2021
18cfeb4
added prototyp
May 14, 2021
9d31412
init_pr_dist
Jul 16, 2021
2cb9d05
init_pr_dist
Oct 29, 2020
aaa0e80
mod arg json
Jul 17, 2021
a25ce75
init_pr_dist_metrics
Jul 17, 2021
d2317aa
pr_dist_mod
Jul 26, 2021
9029dd9
update Perkins score
Aug 4, 2021
f850754
update lib
Aug 5, 2021
3331d9e
init unevenness
Aug 5, 2021
9166e67
add prdyfrac
Aug 5, 2021
1725a96
add sdii
Aug 6, 2021
c364d3a
mod month sepa
Aug 9, 2021
be4f682
mod run_obs
Aug 12, 2021
d3e4929
mod mk out
Sep 21, 2021
a0cc9bd
rm dist
Sep 21, 2021
c3a8184
rm typescript
Sep 21, 2021
75305c3
mod mkdir
Sep 21, 2021
e4b2327
Merge branch 'main' into 731_msa_precip_variability
lee1043 Nov 20, 2021
3ca68d1
code style fix for pre-commit test
lee1043 Nov 20, 2021
e5b8668
code style fix for pre-commit test
lee1043 Nov 20, 2021
b03db90
Revert "code style fix for pre-commit test"
lee1043 Nov 20, 2021
6973a22
Merge branch '731_msa_precip_variability' of https://github.com/PCMDI…
lee1043 Nov 20, 2021
b2ad71c
code style fix for pre-commit test
lee1043 Nov 20, 2021
1836a09
Update README.md
msahn Nov 24, 2021
b09e065
Merge branch '731_msa_precip_variability' into 731_msa_precip_variabi…
lee1043 Nov 26, 2021
b6dfdb6
Merge pull request #822 from PCMDI/731_msa_precip_variability_ljw_for…
lee1043 Nov 26, 2021
5f5a32a
clean up
lee1043 Nov 26, 2021
3c59a2c
clean up
lee1043 Nov 26, 2021
1641328
add precip variability notebook
acordonez Nov 30, 2021
7249d40
Merge pull request #823 from PCMDI/731_ao_cleanup_2
lee1043 Nov 30, 2021
687ef16
update obs
acordonez Nov 30, 2021
00fc908
add precip var driver
acordonez Nov 30, 2021
cf9dc52
Merge pull request #824 from PCMDI/731_ao_cleanup_3
lee1043 Nov 30, 2021
e0ac201
fix for pre-commit test (code style)
lee1043 Nov 30, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pcmdi_metrics/precip_variability/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Precip variability across time scales

## Driver code:
./variability_across_timescales_PS_3hr_driver.py
./variability_across_timescales_PS_driver.py

## Parameter codes:
./param/variability_across_timescales_PS_3hr_params_IMERG.py
Expand Down