wiki:Documentation/UserGuide/ErrorMessages

Version 6 (modified by jgipsl, 8 years ago) (diff)

--

Recurrent error messages

restopenin

Error message

FATAL ERROR FROM ROUTINE restopenin The longitude or latitude found in the restart file are not the same as the ones used in the model

Reason
The grid of the restart file does not correspond to grid you are currently running. It might be your run.def has different regional domain or another vertical discretization. It might also be the forcing file which has not the same resolution.

Solution
Change the forcing file, options in run.def or start again without using restart files.

Errors with XIOS

Bad declaration in field_def_orchidee.xml

1> Error [void CGrid::inputField(const  CArray<double,n>& field, CArray<double,1>& stored) const] : In file 
'/home/orchidee01/bguenet/ORCHIDEE-TRUNK-SOM/modeles/XIOS/inc/grid.hpp', line 166 -> 
[ Awaiting size of the data = 52, Received data size = 572 ] The array of data has not the good size ! 

A variable declared in field_def_orchidee.xml has not not the right dimension. The error occurs when the model comes to the CALL xios_orchidee_send_field and the variable send does not corresponds to what is declared in field_def_orchidee.xml. Unfortunately the error message does not tell which variable is concerned. In ORCHIDEE it is possible to set PRINTLEV=4 or higher in run.def. Each call to xios_orchidee_send_field will then write out the variable name. The last printed variable is the one which needs to be corrected in field_def_orchidee.xml.