Jeff Whitaker
Jeff Whitaker
It built 3.11.a5. Don't see any changes between 1.5.2 and 1.6.0 that would have affected how `__add__` and `__sub__` behave.
just made a 1.6.0 release, so you could try that...
does "make html" work for you? That's the only thing that is tested right now.
Looks like something went wrong with your install then. Can you import cftime from the python interpreter?
you can set the parameters ichunk2d, jchunk2d, ichunk3d, jchunk3d, kchunk3d in model_configure to control the chunksizes used in the history files produced by the write component. If all the values...
Oops - I see you are talking about restarts here and not history files. Since restart files are written by FMS, not the write component, the chunk values in model_configure...
The write grid component can output the tiles in history files, and I think the plan is for JEDI to use these instead of the history files (@CoryMartin-NOAA can correct...
@junwang-noaa Vars that use compression or checksums or unlimited dims can't be contiguous. I think that's why chunking is on by default
global model restart files do have an unlimited time dimension
you can turn on compression for restart files using ``` &mpp_io_nml shuffle=1, deflate_level=1, / ```