CABLE-LSM / CABLE-Trac-archive

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

bug when "casa-dump_write" is set to TRUE #294

Closed penguian closed 2 years ago

penguian commented 2 years ago

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


The variable climate%mtemp_max was being referenced when not allocated, when creating the casas_dump_t & casa_dump_ts variables. cable_user%call_climate hasn’t been set. Compiling with,

export CFLAGS='-g -O0 -fp-model precise -traceback -check all'

will flag the problem.

Bugs identified by Paul Ryan. Corrections have been made and tested by ypw. Those corrections work. Check out ^/branches/Users/yxw599/cable-3.0_beta version 8053


Issue migrated from trac:294 at 2023-11-27 11:37:24 +1100

penguian commented 2 years ago

@yxw599@nci.org.au uploaded file fix.patch (1.9 KiB)

corrections made by Paul Ryan

penguian commented 2 years ago

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

penguian commented 2 years ago

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

penguian commented 2 years ago

@jxs599@nci.org.au set milestone to 1. Closed

penguian commented 2 years ago

@jxs599@nci.org.au commented


Merged into tagged CABLE-3.0 beta

penguian commented 1 year ago

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