Unify multipath = TRUE and multipath = FALSE options for decadal data loading
Addresses #129 (closed)
Changes:
- Eliminated the "multipath" flag from the decadal loading script and changed the Start() call to add an extra
dcppfile dimension that depends onsyear. - Added a 'startR' section to the paths in the decadal archive to provide a unified path for both dcppA and dcppB data to be used in the
Start()call. - Now, dcppA+dcppB can be loaded together even when requesting multiple variables
- This development depends on an enhancement in startR (See: https://earth.bsc.es/gitlab/es/startR/-/merge_requests/236)