Runtime Error, #1657
Replies: 4 comments 5 replies
-
WARNING: categorize_axes: Failed to identify x- and y- axes in the axis list (nx_segment_002, ny_segment_002, time) of a variable being read from INPUT/forcing_obc_segment_002.nc |
Beta Was this translation helpful? Give feedback.
-
FATAL from PE 3: NetCDF: Index exceeds dimension bound: netcdf_read_data_4d: file:INPUT/forcing_obc_segment_001.nc- variable:u_segment_001 #0 0x55d06d323c0c in __mpp_mod_MOD_mpp_error_basic |
Beta Was this translation helpful? Give feedback.
-
This looks like a possible bug in the OBC code. Or, at least, a problem with your OBC file which was undetected by the model. Can you dump the netCDF metadata? |
Beta Was this translation helpful? Give feedback.
-
Sorry, I didn't read the error carefully enough. It looks like your time is set to zero but your interval is between 20030101 - 20030105. Did you want this to be fixed in time? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I used region-mom6 to generate the files required for running, and this error occurred
This is a time-related error. How can I solve it? Is there something wrong with the file I generated?
FATAL: time_interp_external 2: time 0 (00010101.000050 is before range of list 731230-731234(20030101.000000 - 20030105.000000),file=INPUT/forcing_obc_segment_001.nc,field=u_segment_001
FATAL: time_interp_external 2: time 0 (00010101.000050 is before range of list 731230-731234(20030101.000000 - 20030105.000000),file=INPUT/forcing_obc_segment_001.nc,field=u_segment_001
#0 0x5597d8a38c0c in __mpp_mod_MOD_mpp_error_basic
at ../src/mpp/include/mpp_util_mpi.inc:74
#1 0x5597d8cd6719 in __time_interp_external2_mod_MOD_time_interp_external_3d_r8
at ../src/time_interp/include/time_interp_external2.inc:178
#2 0x5597d856b6b7 in __mom_interp_infra_MOD_time_interp_extern_3d
at ../config_src/infra/FMS2/MOM_interp_infra.F90:240
#3 0x5597d856cd4e in __mom_interpolate_MOD_time_interp_external_3d
at ../src/framework/MOM_interpolate.F90:183
#4 0x5597d865377e in __mom_open_boundary_MOD_update_obc_segment_data
at ../src/core/MOM_open_boundary.F90:4069
#5 0x5597d83e8e9b in __mom_dynamics_split_rk2_MOD_step_mom_dyn_split_rk2
at ../src/core/MOM_dynamics_split_RK2.F90:533
#6 0x5597d8196046 in step_mom_dynamics
at ../src/core/MOM.F90:1257
#7 0x5597d8196046 in __mom_MOD_step_mom
at ../src/core/MOM.F90:922
#8 0x5597d83c1786 in mom6
at ../config_src/drivers/solo_driver/MOM_driver.F90:488
#9 0x5597d814de9e in main
at ../config_src/drivers/solo_driver/MOM_driver.F90:27
Abort(1) on node 0 (rank 0 in comm 0): application called MPI_Abort(MPI_COMM_WORLD, 1) - process 0
Beta Was this translation helpful? Give feedback.
All reactions