Open ekluzek opened 7 months ago
I verified that this problem is NOT fixed in the latest CDEPS version.
@swensosc gives the fix as the following:
I think I found a bug in cdeps while helping katya. In components/cdeps/streams/dshr_strdata_mod.F90, the format statements in lines 1012-1018 are wrong and the a should be 2a e.g '(a,i8)' should be '(2a,i8)', otherwise it dies due to that without going further.
The code in streams/dshr_strdata_mod.F90 has a bad format when the dtlimit error is written out. This is in cdeps1.0.28 We found this issue in CTSM here:
https://github.com/ESCOMP/CTSM/pull/2155#issuecomment-2052133362
The error/traceback looks like this:
The error is in this block of code: