trondkr / model2roms

Model2roms is a Python toolbox for creating forcing files required to run Regional Ocean Modeling System (ROMS)
MIT License
58 stars 34 forks source link

MED2ROMS #20

Open javadbabagoli opened 1 month ago

javadbabagoli commented 1 month ago

Hi,

Thanks for your good code.

Can I use your code to make the initial condition of Mediterranean reanalysis data(https://data.marine.copernicus.eu/product/MEDSEA_MULTIYEAR_PHY_006_004/description) to ROMS?

Best,

Javad

trondactea commented 1 month ago

Hi, yes you can but you would need to provide some information as to the correct name of variables. If you search for "GLORYS" in all of the files, you will see what details you need to provide for your model. Basically, where GLORYS is mentioned create an equivalent function/variable for your model (e.g. MEDSEA). For example the filename for MEDSEA needs an equivalent function like for GLORYS get_GLORYS_filename. It should be quick to do and it should work fine. Feel free to post a pull request and I will add your code to model2roms once you have it implemented.