Changeset 1526 for trunk/LMDZ.GENERIC/libf/phystd/bilinearbig.F90
- Timestamp:
- Apr 1, 2016, 3:07:57 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phystd/bilinearbig.F90
r1315 r1526 56 56 ! ... and for y within the temperature range 57 57 if ((y.lt.y_arr(1)).or.(y.gt.y_arr(nY))) then 58 write(*,*) 'Warning from bilinear H2H2:'58 write(*,*) 'Warning from bilinearbig routine:' 59 59 write(*,*) 'Outside continuum temperature range!' 60 60 if(y.lt.y_arr(1))then
Note: See TracChangeset
for help on using the changeset viewer.