Hi,
I'm new to ROMS and I'm still trying to find my way through the code. I had some trouble compiling initially, but thanks to help from these forums, I'm past that. I've also been able to run some of the test cases successfully. Now, I'm planning to run my own application.
Now, if there were input files, like the grid or forcing, I know they should be in netcdf format. However, what if you don't have any input netcdf files, for the grid for example? I can't seem to find that part of the code where you can "switch-on" the usage of an input netcdf grid file. I've tried looking in cppdefs.h, ocean_*.in, and the mod_param.F files, and I could not seem to find anything that accomplishes this. Can anyone help point me in the right direction?
Loric
specifiying usage of input netcdf files
Thanks for directing me to this. It was a big help. Hmmm, now I'm trying to run the test cases with actual netcdf file inputs. In particular, I'm trying to run the Weddell Sea and Adriatic Sea test cases. However, the input netcdf files are missing. Do these have to be downloaded elsewhere? But I'll try looking into the directories, just in case I'm not looking hard enough.