WAM2layers / Moisture_tracking_intercomparison

Apache License 2.0
4 stars 0 forks source link

Incorporate data loading for other cases #52

Closed Peter9192 closed 1 month ago

Peter9192 commented 1 month ago

now works like so:

from combine_data import read_data
ds_australia = read_data('../', 'Australia')
ds_scotland = read_data('../', 'Scotland')
ds_pakistan = read_data('../', 'Pakistan')

Would be good to check each function thoroughly though.

Peter9192 commented 1 month ago

Thanks for testing :-)