nlesc-smcm / i-emic

An implicit Earth system model of intermediate complexity
Apache License 2.0
6 stars 7 forks source link

Ocean::solve gets called during the constructor #109

Open Sbte opened 4 years ago

Sbte commented 4 years ago

The calls are: getLandMask -> analyzeJacobian2 -> initialState ->solve. This is even before initializePreconditioner is called during the constructor, which seems unintended.