thrasher@pmc_ucsc_edu
New Member
Still trying to run down segmentation fault source. I find this in my core_lite files:
__diagnostics_NMOD_diag_physvar_ic : 758 # in file
physpkg@OL@1 : 139 # in file
# At location 0x090000000399e164 but procedure information unavailable.
# At location 0x090000000399a958 but procedure information unavailable.
physpkg : 135 # in file
stepon : 228 # in file
cam : 241 # in file
Here's what those lines are:
1. cwat_var => pbuf(ifld)%fld_ptr(1,1:pcols,1:pver,lchnk,itim)
2. call diag_physvar_ic ( c, pbuf )
3. do c=begchunk, endchunk
4. call physpkg(phys_state, gw, ztodt, phys_tend, pbuf)
5. call stepon ()
So it looks like it's having trouble writing or reading QCWAT somewhere? Or is this another useless message that has nothing to do with the actual problem?
__diagnostics_NMOD_diag_physvar_ic : 758 # in file
physpkg@OL@1 : 139 # in file
# At location 0x090000000399e164 but procedure information unavailable.
# At location 0x090000000399a958 but procedure information unavailable.
physpkg : 135 # in file
stepon : 228 # in file
cam : 241 # in file
Here's what those lines are:
1. cwat_var => pbuf(ifld)%fld_ptr(1,1:pcols,1:pver,lchnk,itim)
2. call diag_physvar_ic ( c, pbuf )
3. do c=begchunk, endchunk
4. call physpkg(phys_state, gw, ztodt, phys_tend, pbuf)
5. call stepon ()
So it looks like it's having trouble writing or reading QCWAT somewhere? Or is this another useless message that has nothing to do with the actual problem?