Changes between Initial Version and Version 1 of Ticket #277, comment 1


Ignore:
Timestamp:
Jul 16, 2020, 3:20:36 PM (4 years ago)
Author:
pesei
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #277, comment 1

    initial v1  
    33For example, the RELEASES coordinates are converted in lines 34-39 of subroutine coordtrafo.
    44 
    5   do i=1,numpoint
     5 
     6{{{
     7do i=1,numpoint
    68    xpoint1(i)=(xpoint1(i)-xlon0)/dx
    79    xpoint2(i)=(xpoint2(i)-xlon0)/dx
    810    ypoint1(i)=(ypoint1(i)-ylat0)/dy
    911    ypoint2(i)=(ypoint2(i)-ylat0)/dy
    10   end do
     12end do
     13}}}
    1114
     15
hosted by ZAMG