Hi,
I am doing a project on looking at ocean conditions and vessel risk. The idea is to look for correlations between average monthly conditions, ice coverage, and vessel incidents to try and build a risk assessment model for marine planning and development. I downloaded a large GRIB file and added it to QGIS to explore the variables but then had a hard time getting them out. I am now using python api to extract specific vars and I am running into some confusion on var names. So far these ones get me what I am looking for: ‘10m_wind_speed’, ‘2m_temperature’, ‘Land_sea_mask’, ‘sea_ice_cover’, but I would also like ‘significant_wave_height’, ‘mean_wave_period’, current speed, and Benjamin-Feir Index.
It says they are in the average monthly reanalysis but I can’t find them.
Is my naming wrong or do I need to build this from the hourly?
This is an exploratory project it started with looking specifically at sea ice but I thought the others vars might be worth exploring.