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
Currently the schism namelist files have a mix of upper and lower case variable names. This doesn't matter at runtime as Fortran is case insenstive. Python is not. To avoid confusion, and as a syle decision, I propose we enforce lowercase variable names
Currently the schism namelist files have a mix of upper and lower case variable names. This doesn't matter at runtime as Fortran is case insenstive. Python is not. To avoid confusion, and as a syle decision, I propose we enforce lowercase variable names