/[lmdze]/trunk/Sources/phylmd/CV30_routines/cv30_feed.f
ViewVC logotype

Diff of /trunk/Sources/phylmd/CV30_routines/cv30_feed.f

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 196 by guez, Mon May 23 13:50:39 2016 UTC revision 197 by guez, Tue May 24 12:25:29 2016 UTC
# Line 76  contains Line 76  contains
76         else         else
77            icb1(i) = locate(- ph1(i, 3:nl - 2), - plcl1(i), my_lbound = 3)            icb1(i) = locate(- ph1(i, 3:nl - 2), - plcl1(i), my_lbound = 3)
78            ! {2 <= icb1(i) <= nl - 3}            ! {2 <= icb1(i) <= nl - 3}
79            ! {ph1(i, icb1(i) + 1) < plcl1(i) <= ph1(i, icb1(i))}            ! {ph1(i, icb1(i) + 1) < plcl1(i)}
80              ! {plcl1(i) <= ph1(i, icb1(i)) or icb1(i) == 2}
81         end if         end if
82      end do      end do
83    
84      where (icb1 == nl - 2 .and. iflag1 == 0) iflag1 = 9      where (icb1 == nl - 2 .and. iflag1 == 0) iflag1 = 9
85      ! {(2 <= icb1(i) <= nl - 3 and ph1(i, icb1(i) + 1) < plcl1(i) <=  
86      ! ph1(i, icb1(i))) or iflag1 /= 0}      ! {(2 <= icb1(i) <= nl - 3 and ph1(i, icb1(i) + 1) < plcl1(i) and
87        ! (plcl1(i) <= ph1(i, icb1(i)) or icb1(i) == 2)) or iflag1(i) /=
88        ! 0}
89    
90    end SUBROUTINE cv30_feed    end SUBROUTINE cv30_feed
91    

Legend:
Removed from v.196  
changed lines
  Added in v.197

  ViewVC Help
Powered by ViewVC 1.1.21