Changeset 848 in lmdz_wrf for trunk


Ignore:
Timestamp:
Jun 16, 2016, 7:00:31 PM (8 years ago)
Author:
lfita
Message:

Modifying function explanations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/nc_var_tools.py

    r847 r848  
    6666# lonlatProj: Function to compute longitudes and latitudes for a given projection following subroutine calc_resolution_in from ORCHIDEE/src_global/module_InterpWeight
    6767# maskvar: Function to mask a variable using a mask. It is assumed that mask[...,dimM,dimJ,dimK] and var[...,dimM,dimJ,dimK] share the last dimensions
    68 # ModelCharacteristics: Class object to determine major characterisitcs of a given model output
     68# ModelChar: Class object to determine major characterisitcs of a given model output
     69# model_characteristics: Functino to provide major characterisitcs of a given model output
    6970# ncreplace: Function to replace something from a netCDF file
    7071# ncstepdiff: Function to compute differencies between time-steps (deacumulate) a netCDF file
     
    1523315234
    1523415235def model_characteristics(values, ncfile):
    15235     """ Class object to determine major characterisitcs of a given model output
     15236    """ Functino to provide major characterisitcs of a given model output
    1523615237      values= [model]
    1523715238        model: name of the model
Note: See TracChangeset for help on using the changeset viewer.