Changes between Initial Version and Version 1 of Ticket #680
- Timestamp:
- 08/19/15 22:07:35 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #680
- Property Resolution → Done
- Property Status new → closed
-
Ticket #680 – Description
initial v1 1 1 '''STATIONS''': 2 2 3 The routine '''read_stapar.F''' that reads the station input script ('''stations.in''') was updated so the CPP option '''STATIONS''' is more robust across nested grids. Only one '''stations.in''' is needed in nested applications. As in '''ocean.in''', we just need to use the plural symbol '''==''' after the '''KEYWORD''' fornested grids parameters.4 5 For example, in a four nested grid application we can have:3 The routine '''read_stapar.F''' that reads the stations input script ('''stations.in''') was updated so the CPP option '''STATIONS''' is more robust across nested grids. Only one '''stations.in''' input script is needed in nested applications. As in '''ocean.in''', we just need to use the plural symbol '''==''' after the '''KEYWORD''' for relevant nested grids parameters. 4 5 For example, in a four nested grids application we can have: 6 6 7 7 {{{ … … 145 145 }}} 146 146 147 Users need to pay attention to all the above parameters. In particular ,'''Lstations''', '''NSTATION''', and '''POS'''.147 Users need to pay attention to all the above parameters. In particular: '''Lstations''', '''NSTATION''', and '''POS'''. 148 148 149 149 ---- … … 151 151 '''FLOATS''': 152 152 153 Similarly, one '''floats.in''' is need in nested applications when the CPP option '''FLOATS''' is activated. Currently, the floats trajectories are independent of each nested grid. That is, once that the trajectory exit a particular grid it will not continue into the other nested grids. 154 155 As mentioned above, we just need to use the plural symbol '''==''' after the '''KEYWORD''' for nested grids parameters. For example, in a four nested grid application we can have:153 Similarly, one '''floats.in''' is need in nested applications when the CPP option '''FLOATS''' is activated. Currently, the floats trajectories are independent of each nested grid. That is, once that the trajectory exit a particular grid it will not continue into the other nested grids. We will figure out in the future how to allow this but it is not high in our priority list. 154 155 As mentioned above, we just need to use the plural symbol '''==''' after the '''KEYWORD''' for nested grids parameters. For example, in a four nested grids application we can have: 156 156 157 157 {{{