CWorthy-ocean / roms-tools

Tools for setting up and running ROMS simulations
https://roms-tools.readthedocs.io
GNU General Public License v3.0
7 stars 3 forks source link

InitialConditions object? #10

Open TomNicholas opened 5 months ago

TomNicholas commented 5 months ago

A single Grid object could be used with a number of different choices of initial conditions (both in time and using different reanalysis datasets), but one choice of initial conditions can only be associated with one Grid object.

Perhaps this implies we should make some kind of InitialConditions object, which upon creation is fed an existing Grid object?