Changeset 777 for trunk/LMDZ.MARS/util/zrecast.F90
- Timestamp:
- Sep 11, 2012, 3:50:51 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/util/zrecast.F90
r632 r777 565 565 ! ask for # of points and end values for pressure or above areoid cases 566 566 write(*,*) "" 567 if ((ztype.le.2).or.(ztype. le.4)) then567 if ((ztype.le.2).or.(ztype.ge.4)) then 568 568 write(*,*) "Enter min and max of vertical coordinate (Pa or m)" 569 569 write(*,*) " (in that order and on the same line)" … … 573 573 read(*,*) zamin,zamax 574 574 endif 575 endif ! of if ((ztype.le.2).or.(ztype. le.4))575 endif ! of if ((ztype.le.2).or.(ztype.ge.4)) 576 576 577 577 ! Build corresponding vertical coordinates … … 668 668 read(*,*) zareoid(i) 669 669 enddo 670 else if (ztype.eq. 2) then ! above local surface670 else if (ztype.eq.3) then ! above local surface 671 671 allocate(zsurface(nblev),stat=ierr) 672 672 if (ierr.ne.0) then
Note: See TracChangeset
for help on using the changeset viewer.