COSIMA / cice5

Clone of The Los Alamos sea ice model (CICE) with ACCESS drivers. See https://github.com/CICE-Consortium/CICE-svn-trunk/tree/cice-5.1.2
4 stars 13 forks source link

I2o restarts #51

Closed russfiedler closed 2 years ago

russfiedler commented 3 years ago

This change defines all restart variables in i2o.nc in one go and then writing rather than defining and writing each one individually. This potentially avoids needless copying when redefining variables.

russfiedler commented 3 years ago

A similar issue affects MOM. Since it's a much simpler decomposition I'm sure it could be solved using the standard io_layout. Still the redefining of variable is an issue.

aidanheerdegen commented 3 years ago

Not having much joy with this @russfiedler, want me to review?

russfiedler commented 3 years ago

Thanks. That would be great..

aidanheerdegen commented 2 years ago

This is the original zombie PR. I started tested it a couple of weeks ago, and of course ... anyway. I ran the vanilla 1deg_jra55_ryf config with cdb90109bbd9e58509b7a63b2f6e087bdf6a2411 and compiled this PR and ran same config. Results were identical.