The current libaccessom2 master has breaking changes to the forcing.json format, in particular a451a7f and 467e3e2 which were made to support ERA5.
Consequently the standard ACCESS-OM2 configurations are incompatible with the latest libaccessom2 - see COSIMA/access-om2#262.
It would be much nicer to support both the old and new formats. This backwards compatibility would probably require a version number in forcing.json (which would signify the original format if absent).
The current libaccessom2 master has breaking changes to the
forcing.jsonformat, in particular a451a7f and 467e3e2 which were made to support ERA5.Consequently the standard ACCESS-OM2 configurations are incompatible with the latest libaccessom2 - see COSIMA/access-om2#262.
It would be much nicer to support both the old and new formats. This backwards compatibility would probably require a version number in
forcing.json(which would signify the original format if absent).