ICTP / RegCM

ICTP Regional Climate Model
https://www.ictp.it/esp/about
Other
57 stars 43 forks source link

Optimizing OASIS calls timings #50

Closed DesmetQuentin closed 3 months ago

DesmetQuentin commented 4 months ago

Hi Graziano! A small update for the OASIS interface

Sending through OASIS is quick and non-blocking, thus it should be done as soon as possible. (Receiving from OASIS is blocking, i.e., RegCM would wait for the other components, thus on the contrary, we should receive the fields as late as possible, but it's already this way in the code).

Cheers