Changeset 1316 in lmdz_wrf


Ignore:
Timestamp:
Nov 10, 2016, 7:24:13 PM (8 years ago)
Author:
lfita
Message:

Adding "'" on the printing in file of 'compute_opersvarsfiles'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/model_graphics.py

    r1314 r1316  
    29412941              '@' + 'sub|' + ifile1 + '|' + vninF
    29422942            pyins = 'python ' + pyH + "/nc_var.py -o compute_opersvarsfiles -S '" +  \
    2943               values + "' -v " + varvals
     2943              values + "' -v '" + varvals + "'"
    29442944
    29452945            try:
     
    35103510              '@' + 'sub|' + ifile1 + '|' + vninF
    35113511            pyins = 'python ' + pyH + "/nc_var.py -o compute_opersvarsfiles -S '" +  \
    3512               values + "' -v " + varvals
     3512              values + "' -v '" + varvals + "'"
    35133513
    35143514            try:
Note: See TracChangeset for help on using the changeset viewer.