source: trunk/Roms_agrif/stations.in @ 3

Last change on this file since 3 was 3, checked in by pinsard, 17 years ago

add Roms_agrif level (forgot in changeset:2)

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