Ignore:
Timestamp:
May 14, 2014, 3:12:01 PM (11 years ago)
Author:
emillour
Message:

Mars GCM:

  • Bug fix in jthermcalc.F: rounding issues in computation of the solar zenith angle when SZA slightly greater than 90
  • Corrected misleading warning in nlte_tcool.F

FGG

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/nlte_tcool.F

    r1226 r1260  
    420420                                !  Comprobar que las temps no se salen del grid del histograma
    421421      do i=1,nl_cts_real
    422          if (t_cts(i) .gt. 400.0) then
     422         if (t_cts(i) .gt. thist_stored(1,mm_stored(1))) then
    423423            write (*,*) '!!!! WARNING    Temp higher than Histogram.'
    424424            write (*,*) ' ZGRID: Histogram will be extrapolated. '
Note: See TracChangeset for help on using the changeset viewer.