Changeset 437 in lmdz_wrf for trunk


Ignore:
Timestamp:
May 26, 2015, 3:20:42 PM (10 years ago)
Author:
lfita
Message:

Proper way to have `multi_var' output file name in 'tevolboxtraj'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/nc_var_tools.py

    r436 r437  
    1113711137# Creation of the netCDF file
    1113811138##
    11139     if len(varn) > 1:
     11139    if varn.find(',') != -1:
    1114011140        varnS = 'multi-var'
    1114111141    else:
Note: See TracChangeset for help on using the changeset viewer.