Changeset 1940 for trunk/LMDZ.GENERIC


Ignore:
Timestamp:
Jun 1, 2018, 11:19:41 AM (7 years ago)
Author:
jvatant
Message:

Adjust some outptut warnings about out-of-bounds temperature
that were not in agreement with what's actually done.
--JVO

File:
1 edited

Legend:

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

    r1829 r1940  
    721721            else
    722722              print*,'***********************************************'
    723               print*,'we allow model to continue with tlevrad=tgasmin'
     723              print*,'we allow model to continue with tlevrad<tgasmin'
    724724              print*,'  ... we assume we know what you are doing ... '
    725725              print*,'  ... but do not let this happen too often ... '
    726726              print*,'***********************************************'
    727               !tlevrad(k)=tgasmin
     727              !tlevrad(k)=tgasmin ! Used in the source function !
    728728            endif
    729729         elseif(tlevrad(k).gt.tgasmax)then
     
    736736            else
    737737              print*,'***********************************************'
    738               print*,'we allow model to continue with tlevrad=tgasmax' 
     738              print*,'we allow model to continue with tlevrad<tgasmax' 
    739739              print*,'  ... we assume we know what you are doing ... '
    740740              print*,'  ... but do not let this happen too often ... '
    741741              print*,'***********************************************'
    742               !tlevrad(k)=tgasmax
     742              !tlevrad(k)=tgasmax ! Used in the source function !
    743743            endif
    744744         endif
     
    754754            else
    755755              print*,'***********************************************'
    756               print*,'we allow model to continue with tmid=tgasmin'
     756              print*,'we allow model to continue but with tmid=tgasmin'
    757757              print*,'  ... we assume we know what you are doing ... '
    758758              print*,'  ... but do not let this happen too often ... '
     
    769769            else
    770770              print*,'***********************************************'
    771               print*,'we allow model to continue with tmid=tgasmin'
     771              print*,'we allow model to continue but  with tmid=tgasmin'
    772772              print*,'  ... we assume we know what you are doing ... '
    773773              print*,'  ... but do not let this happen too often ... '
Note: See TracChangeset for help on using the changeset viewer.