Ignore:
Timestamp:
Jun 8, 2017, 1:09:20 AM (8 years ago)
Author:
jvatant
Message:

Fix the accidental removal of changes from MT at r1714 in r1715 in callcorrk
JVO

File:
1 edited

Legend:

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

    r1715 r1716  
    573573
    574574      if(kastprof)then
    575 
     575     
     576         if(.not.global1d)then ! garde-fou/safeguard added by MT (to be removed in the future)
     577            write(*,*) 'You have to fix mu0, '
     578            write(*,*) 'the cosinus of the solar angle'
     579            stop
     580         endif
     581         
    576582         ! Initial values equivalent to mugaz.
    577583         DO l=1,nlayer
Note: See TracChangeset for help on using the changeset viewer.