Changes between Initial Version and Version 1 of Ticket #905


Ignore:
Timestamp:
01/13/22 03:49:15 (2 years ago)
Author:
arango
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #905

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

    initial v1  
    8989ROMS is now very strict to how  [[span(style=color: #0000FF, **Dsrc**)]] is used, as illustrated in the code snippet above. We recommend to revise your input files to use [[span(style=color: #FF0000, **river_direction = 2**)]] when  [[span(style=color: #0000FF, **!LwSrc**)]] is used.  It is an inconvenience but we are gaining flexibility.
    9090
     91A new routine **check_sources** is added to module **mod_sources.F**  to check and report about the correctness of **river_direction** in the input **SSFNAME** NetCDF file. We recommend checking the report in the standard output file:
     92 {{{
     93 Point Sources/Sinks grid-cell flag locations counter:
     94
     95    Grid: 1, file: Data/roms_riverplume1_uvw.nc
     96                   LuvSrc = T  u-face = 1
     97                   LuvSrc = T  v-face = 0
     98                   LwSrc  = T  w-face = 10
     99}}}
     100
     101
    91102----
    92103== [[span(style=color: #0000FF, **RIVERPLUME1 Test Case:**)]] ==