Changeset 2737 in lmdz_wrf


Ignore:
Timestamp:
Oct 28, 2019, 8:38:40 PM (5 years ago)
Author:
lfita
Message:

Adding check on 1D variables with a miminum name's length

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/UWyoming_snd_nc.py

    r2736 r2737  
    378378# Getting specific 1D values
    379379for ic in range(len(txtn)):
     380    if len(txtn[ic]) < 2: continue
    380381    Sn = txtn[ic]
    381382    CFvalues = gen.variables_values(Sn)
Note: See TracChangeset for help on using the changeset viewer.