Changeset 1260 for trunk/LMDZ.MARS/libf/phymars
- Timestamp:
- May 14, 2014, 3:12:01 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/nlte_tcool.F
r1226 r1260 420 420 ! Comprobar que las temps no se salen del grid del histograma 421 421 do i=1,nl_cts_real 422 if (t_cts(i) .gt. 400.0) then422 if (t_cts(i) .gt. thist_stored(1,mm_stored(1))) then 423 423 write (*,*) '!!!! WARNING Temp higher than Histogram.' 424 424 write (*,*) ' ZGRID: Histogram will be extrapolated. '
Note: See TracChangeset
for help on using the changeset viewer.