This framework creates the input data for our model. It is written in Python.
(it follows the Don't Repeat Yourself principle when coding - DRY) Let's not code the same thing twice! :)
This framework creates the TS and elevation boundaries and TS initial condition of your model by:
- nesting results from the netcdf model output
- creating homogenous boundaries.
Time changing may be done, but it requires some editting.
It requires: netcdf model output (coarser_grid_output directory):
-
model coordinates indexes
-
model coordinates
-
temperature results
-
salinity results
-
eta results
model_grid (input_data directory):
- model_grid file (see ECOMSED manual):
-
model_grid requires all the points in the I,J domain
If you want to install python packages in a very simple way, click here
The required libraries are numpy, matplotlib, xray, basemap, scipy.