-
Hello, I have run into an error with the recipe recipe_miles_block.yml. The data it needs seems to be available and preprocessed, but it fails with the following error: esmvalcore._task.DiagnosticError: Diagnostic script miles/miles_block.R failed with return code 1. See the log in /scratch/frpt/esmvaltool_output/recipe_miles_block_20230309_170706/run/miles_diagnostics/miles_block/log.txt can anyone help? I will attach the log.txt and recipe. Thanks! Tammy |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
I have taken a closer look at this and the issue seems to be in the netcdf universal opener....in basis_functions.R where it sets the last day and the first day of the file. break if the data requested is not there
|
Beta Was this translation helpful? Give feedback.
-
I managed to get this to run by updating the netcdf_opener_universal function. |
Beta Was this translation helpful? Give feedback.
I managed to get this to run by updating the netcdf_opener_universal function.