model2roms icon indicating copy to clipboard operation
model2roms copied to clipboard

MED2ROMS

Open javadbabagoli opened this issue 1 year ago • 1 comments

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

javadbabagoli avatar Sep 10 '24 10:09 javadbabagoli

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.

trondactea avatar Sep 10 '24 16:09 trondactea