Changes between Initial Version and Version 1 of Ticket #488
- Timestamp:
- 02/18/11 05:46:16 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #488
- Property Resolution → Fixed
- Property Status new → closed
-
Ticket #488 – Description
initial v1 5 5 The solution is to have a call to '''ana_psource''' in routine '''get_idata''' (and respective ADM, TLM, and RPM versions), so the locations of the point sources is known before '''set_masks''' and '''wpoints''' are called. Notice that the point sources locations were already processed in routine '''get_idata''' but when reading from input NetCDF forcing file. Now, it also processes analytical point sources locations. 6 6 7 Added an MPI exchange to routine '''scale_omega''' to we get identical files in different distributed memory partitions. See src:ticket:487 for previous change.