Changes between Initial Version and Version 1 of Ticket #695


Ignore:
Timestamp:
05/10/16 00:09:33 (8 years ago)
Author:
arango
Comment:

Oops, thank you. I don't know why the DO-loop disappeared.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #695

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

    initial v1  
    1 In read_phypar.F, lines 2736 through 2750 check the point source methodologies
     1In '''read_phypar.F''', lines 2736 through 2750 check the point source methodologies
    22{{{
    33!
     
    1717       END IF
    1818}}}
    19 This needs to be enclosed in a loop over ng:
     19This needs to be enclosed in a loop over '''ng''':
    2020{{{
    2121      DO ng=1,Ngrids
     
    2525      END DO
    2626}}}
    27 Otherwise, ng has the value it acquired on exit from the previous such loop, which leads to an out-of-bound access in LuvSrc(ng) and LwSrc(ng)
     27Otherwise, '''ng''' has the value it acquired on exit from the previous such loop, which leads to an out-of-bound access in '''!LuvSrc(ng''') and '''!LwSrc(ng)'''.