What version of the code are you using?
cesm2_3_alpha17f
Have you made any changes to files in the source tree?
No
Describe every step you took leading up to the problem:
I ran two cases with compsets FCHIST and FCHIST_GC, both at resolution f19_f19_mg17. The first case (FCHIST) ran successfully. For the second case (FCHIST_GC), I modified the geoschem_config.yml file to set start_date and end_date. The start_date matches the RUN_STARTDATE in env_run.xml. I also updated the ROOT and METDIR paths in HEMCO_Config.rc to make sure the input file paths are correct.
Describe your problem or question:
However, after running ./case.submit, I encountered the following error:
(input_data) ERROR: abort_list = :7
(abort_ice)ABORTED:
(abort_ice) called from ice_init.F90
(abort_ice) line number 2708
(abort_ice) error = (input_data) ABORTING on input ERRORS
(input_data) ERROR: abort_list = :7
This looks like an error with the ice component reading input data. When I checked ice.log, it stopped at:
(input_zbgc) Reading zbgc_nml
Here are the relevant settings from ice_in:
&zbgc_nml
bgc_flux_type = "Jin2006"
dEdd_algae = .false.
modal_aero = .false.
restart_bgc = .false.
restart_hbrine = .false.
restart_zsal = .false.
restore_bgc = .false.
scale_bgc = .false.
skl_bgc = .false.
solve_zbgc = .false.
solve_zsal = .false.
tr_bgc_Am = .false.
tr_bgc_C = .false.
tr_bgc_DMS = .false.
tr_bgc_DON = .false.
tr_bgc_Fe = .false.
tr_bgc_Nit = .false.
tr_bgc_PON = .false.
tr_bgc_Sil = .false.
tr_bgc_chl = .false.
tr_bgc_hum = .false.
tr_brine = .false.
tr_zaero = .false.
z_tracers = .false.
/
Could anyone help me figure out what’s going on? Any help would be greatly appreciated.
cesm2_3_alpha17f
Have you made any changes to files in the source tree?
No
Describe every step you took leading up to the problem:
I ran two cases with compsets FCHIST and FCHIST_GC, both at resolution f19_f19_mg17. The first case (FCHIST) ran successfully. For the second case (FCHIST_GC), I modified the geoschem_config.yml file to set start_date and end_date. The start_date matches the RUN_STARTDATE in env_run.xml. I also updated the ROOT and METDIR paths in HEMCO_Config.rc to make sure the input file paths are correct.
Describe your problem or question:
However, after running ./case.submit, I encountered the following error:
(input_data) ERROR: abort_list = :7
(abort_ice)ABORTED:
(abort_ice) called from ice_init.F90
(abort_ice) line number 2708
(abort_ice) error = (input_data) ABORTING on input ERRORS
(input_data) ERROR: abort_list = :7
This looks like an error with the ice component reading input data. When I checked ice.log, it stopped at:
(input_zbgc) Reading zbgc_nml
Here are the relevant settings from ice_in:
&zbgc_nml
bgc_flux_type = "Jin2006"
dEdd_algae = .false.
modal_aero = .false.
restart_bgc = .false.
restart_hbrine = .false.
restart_zsal = .false.
restore_bgc = .false.
scale_bgc = .false.
skl_bgc = .false.
solve_zbgc = .false.
solve_zsal = .false.
tr_bgc_Am = .false.
tr_bgc_C = .false.
tr_bgc_DMS = .false.
tr_bgc_DON = .false.
tr_bgc_Fe = .false.
tr_bgc_Nit = .false.
tr_bgc_PON = .false.
tr_bgc_Sil = .false.
tr_bgc_chl = .false.
tr_bgc_hum = .false.
tr_brine = .false.
tr_zaero = .false.
z_tracers = .false.
/
Could anyone help me figure out what’s going on? Any help would be greatly appreciated.