Changeset 725 in lmdz_wrf


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

Adding `fracs' on the documentation as an argument to check

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/nc_var_tools.py

    r724 r725  
    1900019000    """ Function to transform from a partial global map (e.g.: only land points) to an entire one
    1900119001      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]
    1900319003        [lonname]: name of the longitude variable
    1900419004        [latname]: name of the latitude variable
     
    1903119031
    1903219032    arguments = '[lonmame],[latname],[fillVal],[resolution],[kind],' +               \
    19033       '[lonlatProjfile],[fracd]'
     19033      '[lonlatProjfile],[fracd],[fracs]'
    1903419034    check_arguments(fname, values, arguments, ',')
    1903519035
Note: See TracChangeset for help on using the changeset viewer.