You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the example, /example/Yellow_Sea/make_YELLOW_grd_v2.py
How can I run the following script:
grd_v1 = pyroms.grid.get_ROMS_grid('YELLOW')
using my own arguments?
What's the meaning of gridid?
I don't understand the hist_file and grid_file. Could you please give me an example?
Thanks
Li Jian
The text was updated successfully, but these errors were encountered:
The ID there, "YELLOW", is a key into the gridid.txt file. The YELLOW chunk there tells the location of the horizontal grid, plus information about the vertical grid structure:
id = YELLOW
name = YELLOW
grdfile = /home/romsuser/Yellow_Sea/yellow_sea_grid.nc
N = 42
grdtype = roms
Vtrans = 1
theta_s = 5
theta_b = 0.4
Tcline = 5
I have always added my domains to the gridid.txt file so that I haven't needed to use the other form: grd_v1 = pyroms.grid.get_ROMS_grid('GREEN', zeta=zeta, hist_file='path_to_green_hist.nc', grid_file='path_to_green_grid.nc')
For the example, /example/Yellow_Sea/make_YELLOW_grd_v2.py
How can I run the following script:
grd_v1 = pyroms.grid.get_ROMS_grid('YELLOW')
using my own arguments?
What's the meaning of gridid?
I don't understand the hist_file and grid_file. Could you please give me an example?
Thanks
Li Jian
The text was updated successfully, but these errors were encountered: