Changes between Initial Version and Version 1 of Ticket #488


Ignore:
Timestamp:
02/18/11 05:46:16 (13 years ago)
Author:
arango
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #488

    • Property ResolutionFixed
    • Property Status newclosed
  • Ticket #488 – Description

    initial v1  
    55The 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.
    66
     7Added an MPI exchange to routine '''scale_omega''' to we get identical files in different distributed memory partitions. See src:ticket:487 for previous change.