Scheduled Downtime
On Tuesday 24 October 2023 @ 5pm MT the forums will be in read only mode in preparation for the downtime. On Wednesday 25 October 2023 @ 5am MT, this website will be down for maintenance and expected to return online later in the morning.
Normal Operations
The forums are back online with normal operations. If you notice any issues or errors related to the forums, please reach out to help@ucar.edu

FCHIST_GC run aborts: (input_data) ERROR: abort_list = :7

sxli

llliopon
New Member
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.
 

Attachments

  • cesm.log.36250423.250919-023032.txt
    104.4 KB · Views: 0
  • ice.log.36250423.250919-023032.txt
    10.8 KB · Views: 1
  • ice_in.txt
    9.5 KB · Views: 1

hplin

Haipeng Lin
Moderator
Staff member
Hi sxli - Does FCHIST run successfully?
Did you make any changes to user_nl_cice and do the two cases' CaseDocs/ice_in match? This seems to be a problem with the cice namelist.
 

sxli

llliopon
New Member
Hi sxli - Does FCHIST run successfully?
Did you make any changes to user_nl_cice and do the two cases' CaseDocs/ice_in match? This seems to be a problem with the cice namelist.
Hi haipeng,
FCHIST did run successfully once, but after that, I’ve encountered this same error when trying to run FCHIST again.
I've compared the ice_in files for the two cases and did not find any differences. I also did not make any changes in user_nl_cice.
Additionally, I checked components/cice5/src/source/ice_init.F90 but couldn't find any relevant information.
Do you have any suggestions for further troubleshooting? Thank you!
 

hplin

Haipeng Lin
Moderator
Staff member
I think 2_3_alpha17f might be using CICE6 so you should be looking at CICE/cicecore/cicedyn/general/ice_init.F90 at cice6_5_0_20240222 · ESCOMP/CICE.

Looking at your ice.log I see tr_pond_lvl is T and hs0 is correctly set to 0.00, so I don't know what is triggering it. Maybe try to set hs0 = 0 in the user_nl_ice manually to see if it helps? Either way if the FCHIST configuration isn't running, there might be something wrong with the environment (it doesn't appear you're on Derecho) and I would suggest trying simpler compsets or a supported release of CESM to ensure the environment is properly configured.
 
Top