From 1c9819f68ce22b934d7bb7811497bee70ba1fa7f Mon Sep 17 00:00:00 2001 From: nperez Date: Fri, 29 May 2020 18:45:32 +0200 Subject: [PATCH] nes faq about files formatting problems --- inst/doc/faq.md | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/inst/doc/faq.md b/inst/doc/faq.md index 932ee59..a965827 100644 --- a/inst/doc/faq.md +++ b/inst/doc/faq.md @@ -27,7 +27,8 @@ This document intends to be the first reference for any doubts that you may have 1. [No space left on device](#1-no-space-left-on-device) 2. [ecFlow UI remains blue and does not update status](#2-ecflow-ui-remains-blue-and-does-not-update-status) 3. [Compute() successfully but then killed on R session](#3-compute-successfully-but-then-killed-on-r-session) - 4. [My jobs work well in workstation and fatnodes but not on Power9 (or vice versa)](#4-my-jobs-work-well-in-workstation-and-fatnodes-but-not-on-power9-or-vice-versa) + 4. [My jobs work well in workstation and fatnodes but not on Power9 (or vice versa)](#4-my-jobs-work-well-in-workstation-and-fatnodes-but-not-on-power9-or-vice-versa) + 5. [Errors related to wrong file formatting](#5-errors-related-to-wrong-file-formatting) ## 1. How to @@ -722,3 +723,30 @@ have one, go to [usecase.md](https://earth.bsc.es/gitlab/es/startR/tree/develop- If it fails, it means that your connection to machine or the ecFlow setting has some problem. +### 5. Errors related to wrong file formatting + +Several errors could be return when the files are not correctly formatted. If you see one of this errors, review the coordinates in your files: + +``` +Error in Rsx_nc4_put_vara_double: NetCDF: Numeric conversion not representable +Error in ncvar_put(ncdf_object, defined_vars[[var_counter]]$name, arrays[[i]], : + C function Rsx_nc4_put_vara_double returned error +``` + +``` +Error in dim(x$x) <- dim_bk : + dims [product 1280] do not match the length of object [1233] <- this '1233' changes every time +``` + +``` +Error in s2dverification::CDORemap(data_array, lons, lats, ...) : + Found invalid values in 'lons'. +``` + +``` +ERROR: invalid cell + +Aborting in file clipping.c, line 1295 ... +Error in s2dverification::CDORemap(data_array, lons, lats, ...) : + CDO remap failed. +``` -- GitLab