Changeset 1669 in lmdz_wrf for trunk/tools/nc_var_tools.py
- Timestamp:
- Oct 16, 2017, 8:49:15 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/nc_var_tools.py
r1649 r1669 1066 1066 newattr = set_attributek(ObjFile, 'institution', unicode('Centro de ' + \ 1067 1067 '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') 1068 1070 newattr = set_attributek(ObjFile, 'center', unicode('Consejo Nacional de ' + \ 1069 1071 'Investigaciones Cient' + unichr(237) + 'ficas y T' + unichr(233) + \ 1070 1072 'cnicas (CONICET)'), 'U') 1071 ObjFile.setncattr('university', 'Universidad de Buenos Aires ')1073 ObjFile.setncattr('university', 'Universidad de Buenos Aires (UBA)') 1072 1074 ObjFile.setncattr('city', 'Buenos Aires') 1073 1075 ObjFile.setncattr('country', 'Argentina') 1074 1076 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') 1076 1078 ObjFile.setncattr('script', pyscript) 1077 1079 ObjFile.setncattr('function', funcname)
Note: See TracChangeset
for help on using the changeset viewer.