How use different files as fluxes

Hi
I made grids for my basin. Now I am going to make fluxes and initial condition files. Unfortunately, there is no data on coads5 for my basin and I have to download each file separately from different websites like ECMWF or NCEP. I do this and replace these files on COADS5. However, after applying make _forcing command, I have faced errors because I think that I should change some codes. Unfortunately, I am not able to do this. Please help me for your interesting comments.

Hi,

It is a complex problem that involves a lot of coding.

Here is a solution in python to use ERA5 with ROMS. It might be a good stating point.

https://github.com/trondkr/ERA5-ROMS

We have some code to use WRF output files, if you are interested.

Hello Andres.

Considering the previous question and your answer, I would like to have the possibility to know a little more how to implement WRF outputs in the CROCO model. mainly which variables should be used and how to process them.

Any advice would be a great help, thank you very much.