Changeset 725 in lmdz_wrf
- Timestamp:
- Apr 26, 2016, 4:59:57 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/nc_var_tools.py
r724 r725 19000 19000 """ Function to transform from a partial global map (e.g.: only land points) to an entire one 19001 19001 Coincidence of points is done throughout a first guess from fractions of the total domain of search 19002 values= [lonmame],[latname],[fillVal],[resolution],[kind],[lonlatProjfile],[fracd] 19002 values= [lonmame],[latname],[fillVal],[resolution],[kind],[lonlatProjfile],[fracd],[fracs] 19003 19003 [lonname]: name of the longitude variable 19004 19004 [latname]: name of the latitude variable … … 19031 19031 19032 19032 arguments = '[lonmame],[latname],[fillVal],[resolution],[kind],' + \ 19033 '[lonlatProjfile],[fracd] '19033 '[lonlatProjfile],[fracd],[fracs]' 19034 19034 check_arguments(fname, values, arguments, ',') 19035 19035
Note: See TracChangeset
for help on using the changeset viewer.