Ignore:
Timestamp:
Jul 24, 2014, 6:26:10 PM (10 years ago)
Author:
lguez
Message:

Exclude "out.def" of the comparison of ".def" files with
diffdef. "out.def" is neither an input file neither a file written by
IOIPSL like the files "used_*.def". So "out.def" contains some
duplicate lines with "used_guide.def", and the script diffdef would
signal that as an error.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/phylmd/calbeta_clim.F90

    r2098 r2101  
    2323  real lat_sahel,beta(klon)
    2424  real lat_nord,lat_sud
     25
     26  include "iniprint.h"
    2527  !==============================================
    2628
     
    3335  time_radian=(time+15.)*2.*pi / year_len
    3436
    35   print*,'BETA time_radian',time_radian,time
     37  if (prt_level >= 1) print *, 'time_radian time', time_radian, time
    3638
    3739  lat(:)=180.*lat_radian(:)/pi !lat(:)=lat_radian(:)
Note: See TracChangeset for help on using the changeset viewer.