Difficulty reading in 3D fieldset from NEMO #1453
-
Hi, filenames = { variables = {"U": "uoce", "V": "voce", "W": "woce"} c_grid_dimensions = { fieldset = FieldSet.from_nemo(filenames, variables, dimensions)` but I am getting the error: in my coordinates.nc the data is formatted as follows: any help or advice on how to get this data read in would be greatly beneficial - thanks in advance |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Thanks for asking, @mollyjames2; but I think the error message says it all, in the last few words: Your list of data-files is empty for variable |
Beta Was this translation helpful? Give feedback.
Thanks for asking, @mollyjames2; but I think the error message says it all, in the last few words:
[...] 'data': []}
Your list of data-files is empty for variable
V
. Are you sure thatvfiles = sorted(glob(f"{dataset_folder}/SRIL34_1HL_*1h_grid_V.nc "))
does not give you an empty list? Do these files exist?