COSIMA / access-om2

Deprecated ACCESS-OM2 global ocean - sea ice coupled model code and configurations.
22 stars 23 forks source link

make configs compatible with latest libaccessom2 #262

Closed aekiss closed 2 years ago

aekiss commented 2 years ago

The standard configurations need to be updated for compatibility with the current libaccessom2 master due to changes to the forcing.json format, in particular https://github.com/COSIMA/libaccessom2/commit/a451a7f8d430077263575a0ea229f883b8d4a259 and https://github.com/COSIMA/libaccessom2/commit/467e3e2848ae50a770941325de0c2b2faa63d20d which were made to support ERA5.

Until that is done, executables should be built with libaccessom2 commit 0ab72954, which is the latest commit using the old forcing.json format.

Should probably write a script to automate updating forcing.json to the new format, so it can be applied to user configs.

Even better would be to make libaccessom2 compatible with both the old and new formats.

aekiss commented 2 years ago

Closing this issue.