Ignore:
Timestamp:
Jan 4, 2014, 5:09:41 PM (11 years ago)
Author:
aslmd
Message:

LMDZ.GENERIC. a suggestion by JL. do not modify tlevrad (if outside tgasmin or tgasmax) because used in source function.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/libf/phystd/callcorrk.F90

    r1145 r1147  
    657657              print*,'  ... but do not let this happen too often ... '
    658658              print*,'***********************************************'
    659               tlevrad(k)=tgasmin
     659              !tlevrad(k)=tgasmin
    660660            endif
    661661         elseif(tlevrad(k).gt.tgasmax)then
     
    672672              print*,'  ... but do not let this happen too often ... '
    673673              print*,'***********************************************'
    674               tlevrad(k)=tgasmax
     674              !tlevrad(k)=tgasmax
    675675            endif
    676676         endif
Note: See TracChangeset for help on using the changeset viewer.