CABLE-LSM / CABLE-Trac-archive

Archive CABLE Trac contents as issues
Other
0 stars 0 forks source link

call_climate seg fault #227

Closed penguian closed 1 year ago

penguian commented 4 years ago

keyword_nogit owner:yxw599@nci.org.au resolution_fixed type_defect | by mgk576


In spincasacnp.F90 on line 147

climate%qtemp_max_last_year(:) = casamet%mtempspin(:,idoy)

should become

IF (cable_user%call_climate) THEN climate%qtemp_max_last_year(:) = casamet%mtempspin(:,idoy) ENDIF

Otherwise, you will get a seg fault running CNP


Issue migrated from trac:227 at 2023-11-27 11:29:51 +1100

penguian commented 4 years ago

@mgk576@nci.org.au commented


There is a second call below around line 320

climate%qtemp_max_last_year(:) = casamet%mtempspin(:,idoy)

The same fix is needed

penguian commented 4 years ago

@jxs599@nci.org.au set milestone to 6. Report

penguian commented 1 year ago

@ccc561@nci.org.au commented


outdated. Fixed in trunk now

penguian commented 1 year ago

@ccc561@nci.org.au changed milestone from 6. Report to 1. Closed

penguian commented 1 year ago

@ccc561@nci.org.au commented


outdated. Fixed in trunk now

penguian commented 1 year ago

@jxs599@nci.org.au changed status from new to closed

penguian commented 1 year ago

@jxs599@nci.org.au set resolution to fixed

penguian commented 1 year ago

@jxs599@nci.org.au commented


Another one I'll take your word for. I was thinking it must be fixed as I certainly run CASA globally wit the trunk.

penguian commented 1 year ago

@ccc561@nci.org.au set keywords to nogit