Fortran runtime error: Index '6733' of dimension 1 of array 'lchunks' above upper bound of 6732 #6122
Replies: 3 comments 3 replies
-
Hi Rachel, My name is Jon Wolfe and I work on E3SM at LANL. When you say 1-degree, exactly what resolution are you referring to in E3SM? Can you tell me what command you've run to create your case? Thanks - Jon |
Beta Was this translation helpful? Give feedback.
-
What does the output of "./pelayout" show in your case directory? |
Beta Was this translation helpful? Give feedback.
-
Thanks Rachel, Which atm file did you manipulate? And exactly which fields? I was curious about the specific resolution because the pg2 meshes have different sized fields, some on the physgrid and some on the dynamics. In the older meshes those were the same, and the error in phys_grid code makes me suspicious that the new data might have the incorrect number of columns.... Jon |
Beta Was this translation helpful? Give feedback.
-
Hello! I am trying to run an AMIP-style simulation with F2010 compset at 1degree resolution on a local machine. I am trying to run the case with the SST boundary condition set to the AMIP-1-1-9 SSTs in the period 1999-2022 (full 24 years), while holding sea ice the same as the F2010 compset default (
sst_ice_CMIP6_DECK_E3SM_1x1_2010_clim_c20190821.nc
) for the 24 years. After creating the case, I have setRUN_STARTDATE=1999-1-16
,SSTICE_YEAR_START=1999
,SSTICE_YEAR_END=2022
andSSTICE_DATA_FILENAME
to the file with both SST and SIC as described above, while keeping SSTICE_YEAR_ALIGN=1.The case built successfully, but the case fails after ~13 seconds into the run with the following error. May I know what might be the possible cause of the error?
When creating the 24-year boundary condition, I have interpolated the SSTs from AMIP-1-1-9 to those in F2010 default and changed the time coordinates and the time_bnds variable to those in AMIP-1-1-9 (from float64 to datetime64 format). I have tried submitting the case with both types of time coordinates, but they still fail with the same error.
On top of possible issues from the boundary condition file, I am unsure if I am missing certain settings (i.e. do I need to change more variables with
./xmlchange
?) when running a case that has boundary conditions longer than 1 year, as the F2010 SSTICE boundary condition only has data for 12 months, while I am loading 288 months.Any advice would be much appreciated!
Beta Was this translation helpful? Give feedback.
All reactions