Skip to content

Commit

Permalink
Add pop 5 day stream (#38)
Browse files Browse the repository at this point in the history
* add pop 5 day stream
  • Loading branch information
mgrover1 authored Jun 4, 2021
1 parent 2512081 commit 99c0635
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ecgtools/parsers/cesm.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
'pop.h.nyear1': {'component': 'ocn', 'frequency': 'year_1'},
'pop.h.ecosys': {'component': 'ocn', 'frequency': 'month_1'},
'pop.h.ecosys.nday1': {'component': 'ocn', 'frequency': 'day_1'},
'pop.h.ecosys.nday5': {'component': 'ocn', 'frequency': 'day_5'},
'pop.h.ecosys.nyear1': {'component': 'ocn', 'frequency': 'year_1'},
'cice.h': {'component': 'ice', 'frequency': 'month_1'},
'cice.h1': {'component': 'ice', 'frequency': 'day_1'},
Expand Down

0 comments on commit 99c0635

Please sign in to comment.