Changeset 723 in lmdz_wrf


Ignore:
Timestamp:
Apr 26, 2016, 4:57:48 PM (9 years ago)
Author:
lfita
Message:

Adding `fracs' to 'Partialmap_Entiremap'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/nc_var_tools.py

    r722 r723  
    1901619016        [lonlatProjfile]: file with the lon,lat of the desired projection. 'None' to be computed and written on fly
    1901719017        [fracd]: Percentage of the fractions within perform the first guess search
     19018        [fracs]: frequency of points at which syncronize file with calculations
    1901819019      filen= name of the netCDF file
    1901919020      varn= name of the variable
     
    1904919050    Projfile = values.split(',')[5]
    1905019051    fracd = np.float(values.split(',')[6])
     19052    fracs = int(values.split(',')[7])
    1905119053
    1905219054    if Projfile == 'None':
Note: See TracChangeset for help on using the changeset viewer.