Skip to content

Commit

Permalink
Default values for seasons working.
Browse files Browse the repository at this point in the history
  • Loading branch information
zshaheen committed Jun 27, 2018
1 parent a1cefdf commit fe1160c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acme_diags/acme_parameter.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def __init__(self):
self.dataset = ''
self.run_type = 'model_vs_obs'
self.variables = []
self.seasons = []
self.seasons = ['ANN', 'DJF', 'MAM', 'JJA', 'SON']
self.regions = ['global']
self.regrid_tool = 'esmf'
self.regrid_method = 'conservative'
Expand Down

0 comments on commit fe1160c

Please sign in to comment.