meom-group / eophis

Couple Python and Machine Learning models with Geophysical simulation codes through OASIS
https://eophis.readthedocs.io/en/latest/
MIT License
9 stars 1 forks source link

OASIS abort if too high RUNTIME value - Revision #33

Open alexis-barge opened 1 month ago

alexis-barge commented 1 month ago

OASIS parser is limited to 8 digits numbers when reading exchanges frequencies. If defining STATIC exchanges with RUNTIME bigger than 8 digits, OASIS will read truncated values. Leading to synchronicty errors.

For instance:

Revision : do not set STATIC frequency value equal to RUNTIME but a 8 digits constrained value. It means that STATIC exchanges will be performed several time, the idea is to set this value in order to perform STATIC exchange as less as possible.

OR