Changeset 2616 in lmdz_wrf for trunk/tools


Ignore:
Timestamp:
Jun 18, 2019, 4:05:44 AM (6 years ago)
Author:
lfita
Message:

Fixing sections list from: 'prefchannelstarboardA_buoy1' and 'prefchannelstarboardB_buoy1'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/geometry_tools.py

    r2615 r2616  
    32803280    buoy = ma.masked_equal(buoy, gen.fillValueF)
    32813281
    3282     buoysecs = ['buoy', 'sign']
     3282    buoysecs = ['buoy', 'sign', 'third1', 'third2', 'third3']
    32833283    buoydic = {'buoy': [buoy[0:N2,:],'-','g',1.5],                                   \
    32843284      'sign': [buoy[N2+1:N2+N3+1,:],'-','r',1.5], 'third1': [third1,'-','r',1.5],    \
     
    33243324    buoy = ma.masked_equal(buoy, gen.fillValueF)
    33253325
    3326     buoysecs = ['buoy', 'sign']
     3326    buoysecs = ['buoy', 'sign', 'third1', 'third2', 'third3']
    33273327    buoydic = {'buoy': [buoy[0:N2,:],'-','g',1.5],                                   \
    33283328      'sign': [buoy[N2+1:N2+N3+1,:],'-','g',1.5], 'third1': [third1,'-','g',1.5],    \
Note: See TracChangeset for help on using the changeset viewer.