Changes between Initial Version and Version 3 of Ticket #277


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #277

    • Property Priority changed from major to minor
    • Property Status changed from new to closed
    • Property Resolution changed from to fixed
  • Ticket #277 – Description

    initial v3  
    11Hello,
    22
    3 I am trying to understand the initialization of particles in init_domainfill.f90. I'm having trouble understanding the following lines (54 to 57) :
     3I am trying to understand the initialization of particles in `init_domainfill.f90`. I'm having trouble understanding the following lines (54 to 57) :
     4
     5{{{
    46
    57  nx_we(1)=max(int(xpoint1(1)),0)
     
    79  ny_sn(1)=max(int(ypoint1(1)),0)
    810  ny_sn(2)=min((int(ypoint2(1))+1),nymin1)
     11}}}
     12
    913
    1014As far as I understand nx_we, ny_sn are the grid indices for western, eastern, southern and northern boundary of the release domain.
hosted by ZAMG