Changes between Initial Version and Version 1 of Ticket #353
- Timestamp:
- 09/02/09 21:02:42 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #353
- Property Resolution → Fixed
- Property Status new → closed
- Property Summary Failure from wrt_stations when LdefSTA is false. → Failure from wrt_stations.F when LdefSTA is false.
-
Ticket #353 – Description
initial v1 1 The same thing happens with floats. This patch to inp_par works: 1 Turn off the processing of stations and floats if not running long enough to create such NetCDF files. That is, '''LdefSTA(ng)''' is false because '''nSTA(ng) < ntimes''' or '''nSTA(ng) = 0''' when '''nrrec = 0'''. Therefore, we also need '''Lstations(ng)''' to be false. 2 3 The following patch to '''inp_par.F''' fix the [https://www.myroms.org/forum/viewtopic.php?f=17&t=1499 problem]: 2 4 3 5 {{{