Changeset 347 in lmdz_wrf
- Timestamp:
- Mar 10, 2015, 11:40:52 AM (10 years ago)
- Location:
- trunk/tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/drawing.py
r237 r347 1613 1613 if values == 'h': 1614 1614 print fname + '_____________________________________________________________' 1615 print draw_lines .__doc__1615 print draw_lines_time.__doc__ 1616 1616 quit() 1617 1617 -
trunk/tools/drawing_tools.py
r345 r347 1981 1981 # print it,':',timeoutv[it], timeoutS[it] 1982 1982 1983 if len(timeoutv) < 1 or len(timeoutS) < 1: 1984 print errormsg 1985 print ' ' + fname + ': no time values are generated!' 1986 print ' values passed:',timev 1987 print ' units:',units 1988 print ' desired kind:',kind 1989 print ' format:',tfmt 1990 print ' function values ___ __ _' 1991 print ' reference date:',refdate 1992 print ' first date:',firstTdt 1993 print ' last date:',lastTdt 1994 print ' icrement:',basedt,trefunits 1995 1996 quit(-1) 1997 1983 1998 return timeoutv, timeoutS 1984 1999
Note: See TracChangeset
for help on using the changeset viewer.