Dear scholars, here is the error message I received:
First, I will show you the “qbar_time” data from my “river_runoff” file:
qbar_time = 10028 ;
n_qbar = 6 ;
runoffname_StrLen = 30 ;
two = 2 ;
temp_src_time = 10028 ;
salt_src_time = 10028 ;
variables:
double qbar_time(qbar_time) ;
qbar_time:long_name = “runoff time” ;
qbar_time:units = “days since 1900-01-01 00:00:00” ;
qbar_time:cycle_length = 0. ;
double temp_src_time(temp_src_time) ;
temp_src_time:cycle_length = 0. ;
temp_src_time:units = “days since 1900-01-01 00:00:00” ;
double salt_src_time(salt_src_time) ;
salt_src_time:cycle_length = 0. ;
salt_src_time:units = “days since 1900-01-01 00:00:00” ;
char runoff_name(runoffname_StrLen, n_qbar) ;
runoff_name:long_name = “runoff name” ;
double runoff_position(two, n_qbar) ;
runoff_position:long_name = “position of the runoff (by line) in the CROCO grid” ;
double runoff_direction(two, n_qbar) ;
double Qbar(qbar_time, n_qbar) ;
Qbar:long_name = "runoff discharge" ;
Qbar:units = "m3.s-1" ;
double temp_src(temp_src_time, n_qbar) ;
temp_src:long_name = "runoff temperature" ;
temp_src:units = "Degrees Celcius" ;
double salt_src(salt_src_time, n_qbar) ;
salt_src:long_name = "runoff salinity" ;
salt_src:units = "psu" ;
The data on river flow, salinity and temperature all cover the simulated time period.So, for some unknown reason, the following problem occurred and the display was 9939.
GET_INITIAL - unable to find variable: hbl
in input NetCDF file: CROCO_FILES/croco_ini_mercator_Y2025M01.nc ==> Initialized to zero state.
>> CAUTION in case of #define EXACT_RESTART <<
If it is the case
- OK if it is a ‘cold start’ i.e coming from a 3rd-party initial file
- otherwise if it is a ‘hot start’ i.e from a restart file produced by this code:
=> problem: run is not restartable
=> check your initial file
Ntimes from date_start and date_end: 169920
GET_PSOURCE - ERROR while reading variable: QBAR at TIME index = 9939
GET_PSOURCE - ERROR while reading variable: QBAR at TIME index = 9939
GET_PSOURCE - ERROR while reading variable: QBAR at TIME index = 9939
GET_PSOURCE - ERROR while reading variable: QBAR at TIME index = 9939
GET_PSOURCE - ERROR while reading variable: QBAR at TIME index = 9939
GET_PSOURCE - ERROR while reading variable: QBAR at TIME index = 9939
MAIN - number of records written into history file(s): 0
number of records written into restart file(s): 0
number of records written into averages file(s): 0
ERROR: Abnormal termination: netCDF INPUT
GET_PSOURCE - ERROR while reading variable: QBAR at TIME index = 9939
GET_PSOURCE - ERROR while reading variable: QBAR at TIME index = 9939
GET_PSOURCE - ERROR while reading variable: QBAR at TIME index = 9939
GET_PSOURCE - ERROR while reading variable: QBAR at TIME index = 9939
GET_PSOURCE - ERROR while reading variable: QBAR at TIME index = 9939
GET_PSOURCE - ERROR while reading variable: QBAR at TIME index = 9939
GET_PSOURCE - ERROR while reading variable: QBAR at TIME index = 9939
GET_PSOURCE - ERROR while reading variable: QBAR at TIME index = 9939
GET_PSOURCE - ERROR while reading variable: QBAR at TIME index = 9939
GET_PSOURCE - ERROR while reading variable: QBAR at TIME index = 9939
GET_PSOURCE - ERROR while reading variable: QBAR at TIME index = 9939
GET_PSOURCE - ERROR while reading variable: QBAR at TIME index = 9939
GET_PSOURCE - ERROR while reading variable: QBAR at TIME index = 9939
GET_PSOURCE - ERROR while reading variable: QBAR at TIME index = 9939