As mentioned in the issue, the input option split_intervals exists but never passed into create_climo_files. Therefore, split_variable was always set to default value "True", which makes the same output files no matter what value was given to the option:
This PR required a lot more modifications than expected. Therefore, I would like to ask @nikola-rados to have a look since wps_generate_climos is implemented in thunderbird repo.
This PR closes #132
As mentioned in the issue, the input option
split_intervals
exists but never passed intocreate_climo_files
. Therefore, split_variable was always set to default value "True", which makes the same output files no matter what value was given to the option:After modifying the code to pass the argument into
create_climo_files
, these are the output files I am getting: