CADWRDeltaModeling / schimpy

Python package for SCHISM
https://cadwrdeltamodeling.github.io/schimpy/
MIT License
9 stars 6 forks source link

Params (param.py) class needs a tracer_names() method and other classes should use it #36

Open water-e opened 1 year ago

water-e commented 1 year ago

There is tracer names functionality in the hotstart generation code. Would like to move this into Params.

Signature probably has to be params.tracer_names(mods=['HYDRO','AGE']) and would take into account schism's order, variables like nage_tracer and the compiled models.

Two milestones: first code the functionality, second is to move it back so it is used by schism hotstart.