I have compiled the ROMS using the make tool (with the correct compiler definitions and paths) in the roms-2.2 directory. Then I typed (in the command line) the executable file (oceanS).
But it is no clear for me how the model is working and if the model is running well.
Someone could explain to me for the upwelling test where:
a) the input files are read or generated
b) the output files are written
c) I could get information about grid parameters
Thanks a lot
how to run the upwelling (default) test ?
how run upwelling
Hi Cecilia,
It´s easy(don´t worry I have the same problem at first time):
Put in the command line:
oceansS <ocean_upwelling> ocean.out
If necessary include the path to the file ocean_upwelling.in(file definition to your run). The file ocean ocean.out(or filename at your taste) will echo details of the processing and the results will be wrote in the executable directory.
As the initial conditions and grid are analytical creations, you can find information, for the grid creation process, in the file /Functional/ana_grid.h or in /Build/analytical.f90 SUBROUTINE ana_grid.
Hope being helpfull
J. Alvarenga
It´s easy(don´t worry I have the same problem at first time):
Put in the command line:
oceansS <ocean_upwelling> ocean.out
If necessary include the path to the file ocean_upwelling.in(file definition to your run). The file ocean ocean.out(or filename at your taste) will echo details of the processing and the results will be wrote in the executable directory.
As the initial conditions and grid are analytical creations, you can find information, for the grid creation process, in the file /Functional/ana_grid.h or in /Build/analytical.f90 SUBROUTINE ana_grid.
Hope being helpfull
J. Alvarenga
how to run the upwelling (default) test ?
Hi Cecilia,
Two possible solutions:
1)You can use the utility ncdump. Get it in:
http://www.unidata.ucar.edu/software/netcdf/
2)Install Ferret. Get it in:
http://ferret.wrc.noaa.gov/Ferret/
The option 1) is easier.
Good luck
J Alvarenga
Two possible solutions:
1)You can use the utility ncdump. Get it in:
http://www.unidata.ucar.edu/software/netcdf/
2)Install Ferret. Get it in:
http://ferret.wrc.noaa.gov/Ferret/
The option 1) is easier.
Good luck
J Alvarenga
Each person has their favorite tool(s) for this. ncdump is great for looking at a few raw numbers. Matlab is used by many, Ferret by some, IDV, NCL, and Python are used by others. ncview is a quick and dirty viewer, but won't show you things in the correct geometry unless you have a square box grid. A program that's been a workhorse for us over the years is the Fortran plotting programs Hernan wrote - they call NCAR graphics routines, now in svn.cecilia wrote: Please could you tell what editors I could use to open, visualizate and process the NetCdf output files ?
* http://www.mathworks.com/products/matlab/
* http://www.unidata.ucar.edu/software/idv/
* http://www.ncl.ucar.edu/
* http://code.google.com/p/pyroms/
* http://meteora.ucsd.edu/~pierce/ncview_home_page.html
* https://www.myroms.org/svn/src/plot/
Pick your poison! Others have matlab scripts for plotting - ask again if that's what you want to pursue.