Ignore:
Timestamp:
Apr 16, 2012, 12:22:40 PM (13 years ago)
Author:
jleconte
Message:
  • Added consistency checks for calculations including water and global1d+diurnal.
  • Corrected small bugs in precipitation scheme
File:
1 edited

Legend:

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

    r600 r622  
    274274           call getin("global1d",global1d)
    275275           write(*,*) "global1d = ",global1d
     276           ! Test of incompatibility:
     277           ! if global1d is true, there should not be any diurnal cycle
     278           if (global1d.and.diurnal) then
     279            print*,'if global1d is true, diurnal must be set to false'
     280            stop
     281           endif
     282
    276283           if (global1d) then
    277284             PRINT *,'Solar Zenith angle (deg.) ?'
Note: See TracChangeset for help on using the changeset viewer.