Changes between Initial Version and Version 1 of Ticket #905
- Timestamp:
- 01/13/22 03:49:15 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #905
- Property Resolution → Done
- Property Status new → closed
-
Ticket #905 – Description
initial v1 89 89 ROMS 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. 90 90 91 A 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 91 102 ---- 92 103 == [[span(style=color: #0000FF, **RIVERPLUME1 Test Case:**)]] ==