rom-py / rompy

Relocatable Ocean Modelling in PYthon (rompy) combines templated cookie-cutter model configuration with various xarray extensions to assist in the setup and evaluation of coastal ocean model
https://rom-py.github.io/rompy/
BSD 3-Clause "New" or "Revised" License
2 stars 9 forks source link

Move templates #46

Open tomdurrant opened 9 months ago

tomdurrant commented 9 months ago

Currently templates sit in:

rompy/templates/

These templates are used by config objects that sit in

rompy//config.py

This is confusing, and makes it more complicated to implement new models. It is proposed that the templates live in the respective model config directories, i.e:

rompy/model/templates/

rafa-guedes commented 9 months ago

I'd suggest we also moved around a few more things:

tomdurrant commented 4 months ago

I agree with these. Adding to wp3