示例#1
0
文件: grid.py 项目: relaxar/mcidasv
def sumFromBaseTime(field):
    """set the value of each time step N:
    D(N)= D(N) + D(0)
    """
    return GridMath.sumFromBaseTime(field)
示例#2
0
def sumFromBaseTime(field):
    """set the value of each time step N:
    D(N)= D(N) + D(0)
    """
    return GridMath.sumFromBaseTime(field);