mcgibbon / sympl

A toolkit for building planetary/Earth system models in Python
http://sympl.readthedocs.io
Other
50 stars 14 forks source link

NetCDFMonitor errors when quantities gain additional dimensions #38

Open mcgibbon opened 6 years ago

mcgibbon commented 6 years ago

As remarked in CliMT #65, NetCDFMonitor currently errors if it is given a state where some of the quantities have more dimensions than they had previously, even though these states could be made to be consistent by broadcasting the earlier state. This should be fixed so that the component broadcasts the earlier state and stores the new data.