Changeset 2759 in lmdz_wrf for trunk/tools
- Timestamp:
- Nov 13, 2019, 4:36:21 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/generic_tools.py
r2758 r2759 17403 17403 if not searchInlist(availvals, stvalues[icrit]): 17404 17404 availvals.append(stvalues[icrit]) 17405 print "'" + stvalues[icrit] + "'", "'"+ stv+ "'", type(stvalues[icrit]), type(stv), stvalues[icrit] == stv17406 print begend_spaces(stvalues[icrit]), begend_spaces(stv), begend_spaces(stvalues[icrit]) == begend_spaces(stv)17407 17405 if type(stvalues[icrit]) == type('S') or type(stvalues[icrit]) == \ 17408 17406 type(unicode('S')): … … 17447 17445 return stations 17448 17446 17449 print stations_values('prov', 'Antartic')17450 quit()17451 17452 17447 def list_rmchar(listv, rmchr): 17453 17448 """ Function to remove a list of characters from its values
Note: See TracChangeset
for help on using the changeset viewer.