Changes between Initial Version and Version 1 of Ticket #700


Ignore:
Timestamp:
06/06/16 23:13:30 (8 years ago)
Author:
arango
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #700

    • Property ResolutionDone
    • Property Status newclosed
  • Ticket #700 – Description

    initial v1  
    1 The bed bottom sediment output switches in ROMS '''ocean.in''' standard input:
     1The bed bottom sediment output switches in ROMS '''ocean.in''' standard input file:
    22
    33 {{{
     
    2828Hout(idBott) == T T T T T T T T T F F F F F F F
    2929}}}
    30 were move to input script '''sediment.in''' and reformatted for easy use:
     30were moved to input script '''sediment.in''' and reformatted for easy use:
    3131
    3232 {{{
     
    5252}}}
    5353
     54In 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
    5457----
    5558
    56 Similarly, the switches in input script station.in:
     59Similarly, the switches in input script '''station.in''':
    5760
    5861 {{{
     
    8386Sout(idBott) == T T T T T T T T T T T T T T T T
    8487}}}
     88
    8589were reformatted as:
    8690
     
    106110Sout(ishgt)  == T       ! saltation          saltation height
    107111}}}
    108  
     112
     113for easy use.
     114
     115----
     116
     117Many 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.