slgentil / croco

Code CROCO de base + CONFIGS qui contient les différentes configurations
0 stars 1 forks source link

vmodes minor cleaning up and improvement #24

Closed apatlpo closed 4 years ago

apatlpo commented 4 years ago

Projections.

API could be somewhat clarified I believe. When one wants to project onto modes there are several cases:

very minor detail:

NoeLahaye commented 4 years ago

Since you opened this issue, I have a question / suggestion on load_vmodes:

NoeLahaye commented 4 years ago
* Right now it is unclear whether this horizontal interpolation may be performed within the call to `project`or not.

I did not intent to have horizontal projections performed inside Vmodes. Either we should add this functionality in the class and methods -- if we think it is necessary, either we make it very clear in the API and example notebook. As far as I'm concerned, I don't need it (because I do mostly weird projections that mix different grids anyway)

apatlpo commented 4 years ago
apatlpo commented 4 years ago

relevant PR is #25