Andrew M. Bradley
Andrew M. Bradley
I think the line number is the function's end, suggesting that it's in the hand off to the calling function that the error has occurred, which is consistent with my...
I agree that's the fix.
Note that the stack trace above points to an end-run call in shoc.F90 at this point: ```F90 ! Check to ensure Tl1_1 and Tl1_2 are not negative. endrun otherwise if...
I looked at the modal_aero_wateruptake.F90 code. One thing I noticed, but almost certainly unrelated, is that in the allocation phase, one sees ```F90 !$OMP PARALLEL allocate(maer(pcols,pver,nmodes),stat=istat) if (istat .ne. 0)...