Changeset 1669 in lmdz_wrf for trunk/tools/nc_var_tools.py


Ignore:
Timestamp:
Oct 16, 2017, 8:49:15 PM (7 years ago)
Author:
lfita
Message:

Sorting PyNCplot global attributes information adding (IFAECI)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/nc_var_tools.py

    r1649 r1669  
    10661066    newattr = set_attributek(ObjFile, 'institution', unicode('Centro de ' +          \
    10671067     'Investigaciones del Mar y la Atm' + unichr(243) + 'sfera (CIMA)'), 'U')
     1068    newattr = set_attributek(ObjFile, 'institution2', unicode('Instituto Franco-' +  \
     1069      'Argentino sobre Estudios de Clima y sus Impactos (CNRS, UMI-3351-IFAECI'), 'U')
    10681070    newattr = set_attributek(ObjFile, 'center', unicode('Consejo Nacional de ' +     \
    10691071      'Investigaciones Cient' + unichr(237) + 'ficas y T' + unichr(233) +            \
    10701072      'cnicas (CONICET)'), 'U')
    1071     ObjFile.setncattr('university', 'Universidad de Buenos Aires')
     1073    ObjFile.setncattr('university', 'Universidad de Buenos Aires (UBA)')
    10721074    ObjFile.setncattr('city', 'Buenos Aires')
    10731075    ObjFile.setncattr('country', 'Argentina')
    10741076    ObjFile.setncattr('tool', 'PyNCplot')
    1075     ObjFile.setncattr('url', 'http://www.xn--llusfb-5va.cat/python/PyNCplot/')
     1077    ObjFile.setncattr('url', 'http://www.xn--llusfb-5va.cat/python/PyNCplot')
    10761078    ObjFile.setncattr('script', pyscript)
    10771079    ObjFile.setncattr('function', funcname)
Note: See TracChangeset for help on using the changeset viewer.