euroargodev / OSnet-GulfStream

A model to predict T/S profiles in the Gulf Stream region from surface data
GNU General Public License v3.0
3 stars 1 forks source link

Complementing inputs with default variables #5

Closed gmaze closed 2 years ago

gmaze commented 2 years ago

It could be quite boring to make sure that the input datasets has the 12 required variables for Osnet to make prediction, especially for fields that are in fact technical (dayOfYear) or from a climatology (MDT, BATHY).

In #1 I have started to implement utility functions to retrieve MDT and Bathymetry from 2 climatological fields that will be shipped with the library as internal assets. Users will also have the option to use their own fields.

But what about the other fields ?

I propose to ship the library with climatology of all fields, so that by default, the user will always be able to make predictions easily. What do you think ?

gmaze commented 2 years ago

I have tested predictions using climatology for SLA and SST Make sense I guess, this would be nice to allow users to get started just after installation of the library

@EPauthenet @quai20 @loicbachelot , Do you agree ?

EPauthenet commented 2 years ago

Sounds good to me!