Skip to content

Commit

Permalink
specify jra chunk size in years
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholas512 committed Oct 9, 2024
1 parent a0b6eee commit 93f49a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion globsim/download/JRAdownload.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def __init__(self, pfile):
self.password = ''.join(self.inf[1].split())

# chunk size for downloading and storing data [days]
self.chunk_size = par['chunk_size'] * 2000
self.chunk_size = par['chunk_size'] * 365

def get_accessor(self):
cred = path.join(self.par['credentials_directory'], "rdams_token.txt")
Expand Down

0 comments on commit 93f49a9

Please sign in to comment.