Changeset 2615 in lmdz_wrf for trunk/tools
- Timestamp:
- Jun 18, 2019, 3:28:05 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/geometry_tools.py
r2614 r2615 887 887 icut.append(newecut[icc]) 888 888 ipt.append(newept[icc]) 889 print ' xval=', xval, 'cut, ip; ipt ep; ept ________'890 for ic in range(Ncuts):891 print ' ', ic, icut[ic], ';', ipt[ic], ecut[ic], ';', ept[ic]889 #print ' xval=', xval, 'cut, ip; ipt ep; ept ________' 890 #for ic in range(Ncuts): 891 # print ' ', ic, icut[ic], ';', ipt[ic], ecut[ic], ';', ept[ic] 892 892 893 893 # Length of joining lines
Note: See TracChangeset
for help on using the changeset viewer.