Changeset 1428 in lmdz_wrf


Ignore:
Timestamp:
Jan 20, 2017, 12:41:45 PM (8 years ago)
Author:
lfita
Message:

Adding:

`mthDYNAMICO_toCF': Function to pass a mthDYNAMICO original file to CF-conventions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/nc_var.py

    r1406 r1428  
    104104# maskvar: Function to mask a variable using a mask. It is assumed that mask[...,dimM,dimJ,dimK] and
    105105# model_characteristics: Function to provide major characterisitcs of a given model output
     106# mthDYNAMICO_toCF: Function to pass a mthDYNAMICO original file to CF-conventions
    106107# ncreplace: Function to replace something from a netCDF file
    107108# ncstepdiff: Function to compute differencies between time-steps (deacumulate) a netCDF file
     
    171172  'grmattr', 'idims', 'igattrs', 'increaseDimvar', 'isgattrs',                       \
    172173  'isvattrs', 'ivars', 'ivattrs', 'LMDZ_toCF', 'maskvar', 'model_characteristics',   \
    173   'ncreplace', 'ncstepdiff', 'netcdf_concatenation', 'netcdf_fold_concatenation',    \
     174  'mthDYNAMICO_toCF', 'ncreplace', 'ncstepdiff', 'netcdf_concatenation',             \
     175  'netcdf_fold_concatenation',                                                       \
    174176  'netcdf_fold_concatenation_HMT', 'reproject', 'Partialmap_Entiremap',              \
    175177  'Partialmap_EntiremapFor', 'Partialmap_EntiremapForExact',                         \
     
    374376elif oper == 'model_characteristics':
    375377    ncvar.model_characteristics(opts.values, opts.ncfile)
     378elif oper == 'mthDYNAMICO_toCF':
     379    ncvar.mthDYNAMICO_toCF(opts.values, opts.ncfile)
    376380elif oper == 'ncreplace':
    377381    ncvar.ncreplace(opts.values, opts.ncfile, opts.varname)
Note: See TracChangeset for help on using the changeset viewer.