Changes between Initial Version and Version 1 of Ticket #700
- Timestamp:
- 06/06/16 23:13:30 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #700
- Property Resolution → Done
- Property Status new → closed
-
Ticket #700 – Description
initial v1 1 The bed bottom sediment output switches in ROMS '''ocean.in''' standard input :1 The bed bottom sediment output switches in ROMS '''ocean.in''' standard input file: 2 2 3 3 {{{ … … 28 28 Hout(idBott) == T T T T T T T T T F F F F F F F 29 29 }}} 30 were move to input script '''sediment.in''' and reformatted for easy use:30 were moved to input script '''sediment.in''' and reformatted for easy use: 31 31 32 32 {{{ … … 52 52 }}} 53 53 54 In addition, the script '''sediment.in''' was reordered to more logical distribution of the sediment standard input parameters. However, ROMS can read the parameters in input scripts in any arbitrary order except dimension parameters at the top of '''ocean.in'''. 55 56 54 57 ---- 55 58 56 Similarly, the switches in input script station.in:59 Similarly, the switches in input script '''station.in''': 57 60 58 61 {{{ … … 83 86 Sout(idBott) == T T T T T T T T T T T T T T T T 84 87 }}} 88 85 89 were reformatted as: 86 90 … … 106 110 Sout(ishgt) == T ! saltation saltation height 107 111 }}} 108 112 113 for easy use. 114 115 ---- 116 117 Many thanks to John Warner to suggesting this change. It makes more sense to have these output logical switches in the '''sediment.in''' input script. 118 119 120 ---- 121 122 '''WARNING:''' All the '''ocean.in''', '''sediment.in''', and '''station.in''' input scripts in the trunk and test repositories were changed. The old format for these switches will ignored in ROMS. However, if any of these variables are desired in the output NetCDF files users need the new format for these switches.