Dear All,
When I'm trying to use the CESM2.1.3 ETEST compset and CESM successfully submitted the job. The job collapsed because CICE cannot find input files:
Then I check the "Buildconf/cice.input_data_list" and I found that the "grid_file" and "kmt_file" are not listed in "cice.input_data_list" file. The "Buildconf/cice.input_data_list" looks like this:
I found this issue in github: Buildconf/cice.input_data_list incomplete #19 and the relative issue: fix issue with ice_ic and update cimeroot #20. These two issues describe the problems similar to mine. I also tried to search and download the two files above but I didn't find those files.
Seems like the error arise from some mistakes in download file list or something. Do you have any suggestions to fix this?
Sincerely,
Liren
When I'm trying to use the CESM2.1.3 ETEST compset and CESM successfully submitted the job. The job collapsed because CICE cannot find input files:
Code:
forrtl: severe (30): open failure, unit 99, file
$CESM_ROOT/cime/output/inputdata/
Image PC Routine Line Source
cesm.exe 00000000026A261E Unknown Unknown Unknown
cesm.exe 00000000026C1F85 Unknown Unknown Unknown
cesm.exe 00000000017A29FC ice_read_write_mp 93 ice_read_write.F9
0
cesm.exe 00000000016F4EAD ice_grid_mp_init_ 182 ice_grid.F90
cesm.exe 00000000017EAF1C cice_initmod_mp_c 96 CICE_InitMod.F90
cesm.exe 00000000016A5633 ice_comp_mct_mp_i 245 ice_comp_mct.F90
cesm.exe 0000000000434346 component_mod_mp_ 267 component_mod.F90
cesm.exe 000000000042315F cime_comp_mod_mp_ 1263 cime_comp_mod.F90
cesm.exe 00000000004314BF MAIN__ 129 cime_driver.F90
cesm.exe 000000000041481E Unknown Unknown Unknown
libc-2.17.so 00002B13A8F58C05 __libc_start_main Unknown Unknown
cesm.exe 0000000000414729 Unknown Unknown Unknown
Then I check the "Buildconf/cice.input_data_list" and I found that the "grid_file" and "kmt_file" are not listed in "cice.input_data_list" file. The "Buildconf/cice.input_data_list" looks like this:
Code:
grid_file = $CESM_ROOT/cime/output/inputdata/
kmt_file = $CESM_ROOT/cime/output/inputdata/
I found this issue in github: Buildconf/cice.input_data_list incomplete #19 and the relative issue: fix issue with ice_ic and update cimeroot #20. These two issues describe the problems similar to mine. I also tried to search and download the two files above but I didn't find those files.
Seems like the error arise from some mistakes in download file list or something. Do you have any suggestions to fix this?
Sincerely,
Liren