Load(): When there are no files for any experiment or observation Load() forcer 'exp' or 'obs' to NULL but tries to retrieve its files anyway.
It could be fixed putting all the code below inside an if () (if dimensions are still to define, do it)
if (is_file_per_member_exp[jmod]) {
.
.
.
} else {
.
.
.
}