Changeset 1598 in lmdz_wrf
- Timestamp:
- Aug 3, 2017, 1:05:27 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/tools/nc_var_tools.py ΒΆ
r1597 r1598 1058 1058 # Global values 1059 1059 ObjFile.setncattr('author', 'L. Fita') 1060 newattr = set_attributek(ObjFile, 'institution', unicode('Laboratoire ' + \ 1061 'de M' + unichr(233) + 't' + unichr(233) + 'orologie Dynamique'), 'U') 1062 ObjFile.setncattr('university', 'Pierre et Marie Curie - Jussieu, Paris 06') 1063 ObjFile.setncattr('center', 'Centre National de Recherches Scientifiques') 1064 ObjFile.setncattr('city', 'Paris') 1065 ObjFile.setncattr('country', 'France') 1060 #newattr = set_attributek(ObjFile, 'institution', unicode('Laboratoire ' + \ 1061 # 'de M' + unichr(233) + 't' + unichr(233) + 'orologie Dynamique'), 'U') 1062 #ObjFile.setncattr('university', 'Pierre et Marie Curie - Jussieu, Paris 06') 1063 #ObjFile.setncattr('center', 'Centre National de Recherches Scientifiques') 1064 #ObjFile.setncattr('city', 'Paris') 1065 #ObjFile.setncattr('country', 'France') 1066 newattr = set_attributek(ObjFile, 'institution', unicode('Centro de ' + \ 1067 'Investigaciones del Mar y la Atm' + unichr(243) + 'sfera (CIMA)'), 'U') 1068 newattr = set_attributek(ObjFile, 'center', unicode('Consejo Nacional de ' + \ 1069 'Investigaciones Cient' + unichr(237) + 'ficas y T' + unichr(233) + \ 1070 'cnicas (CONICET)'), 'U') 1071 ObjFile.setncattr('university', 'Universidad de Buenos Aires') 1072 ObjFile.setncattr('city', 'Buenos Aires') 1073 ObjFile.setncattr('country', 'Argentina') 1066 1074 ObjFile.setncattr('tool', 'PyNCplot') 1067 1075 ObjFile.setncattr('url', 'http://www.xn--llusfb-5va.cat/python/PyNCplot/')
Note: See TracChangeset
for help on using the changeset viewer.