Changeset 723 in lmdz_wrf
- Timestamp:
- Apr 26, 2016, 4:57:48 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/nc_var_tools.py
r722 r723 19016 19016 [lonlatProjfile]: file with the lon,lat of the desired projection. 'None' to be computed and written on fly 19017 19017 [fracd]: Percentage of the fractions within perform the first guess search 19018 [fracs]: frequency of points at which syncronize file with calculations 19018 19019 filen= name of the netCDF file 19019 19020 varn= name of the variable … … 19049 19050 Projfile = values.split(',')[5] 19050 19051 fracd = np.float(values.split(',')[6]) 19052 fracs = int(values.split(',')[7]) 19051 19053 19052 19054 if Projfile == 'None':
Note: See TracChangeset
for help on using the changeset viewer.