Skip to content
This repository has been archived by the owner on Dec 7, 2022. It is now read-only.

dksasaki/py-model-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

py-model-framework

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! :)

WHAT CAN BE DONE WITH THIS FRAMEWORK?

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.

INPUT DATA REQUIREMENTS

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.

EXAMPLES

model_grid1 model_grid2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages