Ignore:
Timestamp:
Jul 23, 2014, 3:06:33 PM (10 years ago)
Author:
lfita
Message:

Removing 'zenang' print tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/LMDZ_WRFmeas/WRFV3/lmdz/physiq.F90

    r6 r43  
    21682168           zdtime=dtime*REAL(radpas) ! pas de temps du rayonnement (s)
    21692169           CALL zenang(zlongi,jH_cur,zdtime,rlat,rlon,rmu0,fract)
    2170            PRINT *,'  Lluis: radpas: ',radpas,' fract: ',fract(llp),  &
    2171              ' zdtime: ',zdtime,' jH_cur: ',jH_cur,' rmu0: ',rmu0(llp),&
    2172              ' dtime: ',dtime,' nbapp_rad: ',nbapp_rad
    2173            PRINT *,' Lluis @rlat@: ',rlat
    2174            PRINT *,' Lluis @rlon@: ',rlon
    2175            PRINT *,' Lluis @rmu0@: ',rmu0
    2176            PRINT *,' Lluis @fract@: ',fract
    21772170         ELSE
    21782171           CALL angle(zlongi, rlat, fract, rmu0)
    21792172         ENDIF
    21802173      ENDIF
    2181       PRINT *,'  Lluis zenang_an rlat: ',rlat(llp), ' rlon:',rlon(llp), &
    2182         ' rmu0: ',rmu0(llp),' fract: ',fract(llp),' jH_cur: ',jH_cur,  &
    2183         ' cycle_diurne: ',cycle_diurne
    21842174
    21852175      if (mydebug) then
Note: See TracChangeset for help on using the changeset viewer.