Changeset 1733 in lmdz_wrf


Ignore:
Timestamp:
Dec 16, 2017, 7:06:46 PM (7 years ago)
Author:
lfita
Message:

Fixing call of right function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/nc_var.py

    r1732 r1733  
    1717## e.g. # nc_var.py -o setvar_asciivalues -S 'nombres_zonas.dat' -f SouthAm_Climzones.nc -v regionn
    1818## e.g. # nc_var.py -o WRF_to_newCF -f wrfout_d01_1995-01-01_00\:00\:00 -S 'XLONG:XLAT:Times:19491201000000:minutes' -v QVAPOR,T2,Q2
     19## e.g. # nc_var.py -o reconstruct_matrix_from_vector -f cruncep_halfdeg_1958.nc -S 'nav_lon:nav_lat:-90.:-7.:-67.:15.:latlon:0.05' -v all
     20
    1921
    2022## e.g. ccrc468-17 # ./nc_var.py -v time -f 123/CCRC_NARCliM_Sydney_All_1990-1999_pr10max.nc -o out -S 1:-1
     
    423425    ncvar.Partialmap_EntiremapForExact(opts.values, opts.ncfile, opts.varname)
    424426elif oper == 'reconstruct_matrix_from_vector':
    425     ncvar.reproject(opts.values, opts.ncfile, opts.varname)
     427    ncvar.reconstruct_matrix_from_vector(opts.values, opts.ncfile, opts.varname)
    426428elif oper == 'reproject':
    427429    ncvar.reproject(opts.values, opts.ncfile, opts.varname)
Note: See TracChangeset for help on using the changeset viewer.