id summary reporter owner description type status priority milestone component version severity resolution keywords cc 1817 Uninitialized arrays in domzgr.F90 mdunphy mathiot "= Context = The arrays misfdep and risfdep are not initialized in routine zgr_bat in domzgr.F90 for the case where ln_zco=TRUE = Analysis = Without the initialization, array mikt gets built from random data, and that causes out of bounds / segfaults later on in routine sbc_ssm in sbcssm.F90. = Fix = Hoist the initialization of misfdep and risfdep to the top of routine zgr_bat such that the arrays are always initialized. Patch attached." Bug closed low OCE v3.6 fixed