Hi people,
My question is so simple.
I run the test case Downwelling/Upwelling, but I can't find the files ocean_grd.nc and ocean_ini.nc.
Where is the input files which the ROMS uses to run this test case?
I would like find it because I want to replace with my input files.
I don't know which version of ROMS you are using, however, you don't need to have ocean_grd.nc and ocean_ini.nc in the upwelling case. Because 'grid' and 'initial condition' is defined 'analytically'. Let's see the 'upwelling.h'.
I asked this question because I want to put my own input files of grid, forcings, so on, following this test.
So, the test doesn't call any input file? Then, how the model make all the calculus? With which input data?
The first step to put my case is upload a "myfile.h", so, How can I to define my forcings and my grid in this situation?
model inputs (as forcing, grid, boundary conditions, initial conditions, ect) can be defined analytically or through external files (netCDF format).
I think that the easiest way is to define analytically them. To do this you have to define the appropriate CPP options in 'myfile.h' then modify the related files called 'ana_ **.h' (called as the defined 'ana'-CPP-options) with inserting analytical expressions of your case.
I suggest you look 'ana_ **.h' files defined in 'upwelling.h' sample file that are located in the 'trunk /ROMS/Functionals'directory.
The last thing: for realistic simulation I had to define some model inputs by esternal files, in particular bathymetry, grid and tidal forcing (look in WikiROMS).
hello Mariafattorini,
after defining those files (forcing file, grid etc (netcdf files)) how do you link them to the model? do we put them to the data directory to be read by executable file?
any one can help please!!