source: Roms_tools/Run/roms_stations.in @ 2

Last change on this file since 2 was 1, checked in by cholod, 13 years ago

import Roms_Agrif

File size: 1.5 KB
Line 
11  STAtitle (a80)
2ROMS_AGRIF  - Station Location
32  STAt0,  STAx0,  STAy0,  STAz0, STgrd, STAcoor
4    0.0     18.27  -32.08  -5.0     1       1
599 END of station input data
6!
7!------------------------------------------------------------------------------
8! Initial station location KEYWORDS. 
9!------------------------------------------------------------------------------
10!
11! STgrd       Nested grid number.
12!
13! STAcoor     Horizontal location coordinate type:
14!
15!              STAcoor = 0,  grid units:  1 =< STAx0 =< Lm(ng)+1,
16!                                         1 =< STAy0 =< Mm(ng)+1
17!
18!              STAcoor = 1,  STAx0 is longitude (west values are negative).
19!                            STAy0 is latitude (south values are negative).
20!
21! STAt0       Time (days) of station release after model initialization .
22!
23! STAx0       Station x-location (real; grid units or longitude).
24!
25! STAy0       Station y-location (real; grid units or latitude).
26!
27! STAz0       Station z-location (real; vertical level or depth).
28!              - If STAz0 < 0 , STAz0 is the depth in meters. 
29!              - If STAz0 > 0 and 0 < STAz0 =< N,
30!              STAz0 is the position relative to the W grid
31!              (0 = bottom; N = surface).
32!              - If ALL_SIGMA is defined, all sigma levels are stored
33!
34!              WARNING: If the depth in meters at particular horizontal
35!                       is not bounded, the stations are released at the
36!                       surface.
37!
38!------------------------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.