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

ERROR: bounding bracket for pH solution not found

Yao

New Member
Hi,

I am running the case of '--res f19_g17 --compset B1850' using cesm2.1.3. But it failed soon after submitting.

The cesm.log file show 'ERROR: bounding bracket for pH solution not found' in the end.

How can I solve this error?

Any suggestions will help me. Thanks.
 

fischer

CSEG and Liaisons
Staff member
I'm not able to reproduce this error. Have you made any modifications to the code? You might want to try
checking out the code again and running the case.
 

Yao

New Member
Hi, Fischer. Thank you for your reply. I didn't modify the cesm code, just change the ocn NTASKS and dt_count.

I search online, find that the error may generate from

IF (it > max_bracket_grow_it) THEN
CALL shr_sys_abort('bounding bracket for pH solution not found')
END IF

I guess the error may be associated with the initial file?

Thanks.
 

fischer

CSEG and Liaisons
Staff member
You can check your inputdata by running.

check_input_data --chksum

From your case directory.
 
Top