Changeset 2798 in lmdz_wrf for trunk/tools
- Timestamp:
- Feb 11, 2020, 2:31:47 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/create_OBSnetcdf.py
r2686 r2798 1319 1319 1320 1320 # Global values 1321 ObjFile.setncattr('author', 'L. Fita') 1322 newattr = set_attributek(ObjFile, 'institution', unicode('Centro de ' + \ 1321 ObjFile.setncattr('file_creation', '--------') 1322 ObjFile.setncattr('file_author', 'L. Fita') 1323 newattr = set_attributek(ObjFile, 'file_a_institution', unicode('Centro de ' + \ 1323 1324 'Investigaciones del Mar y la Atm' + unichr(243) + 'sfera (CIMA)'), 'U') 1324 newattr = set_attributek(ObjFile, 'institution2', unicode('Instituto Franco-' + \ 1325 'Argentino sobre Estudios de Clima y sus Impactos (CNRS, UMI-3351-IFAECI'), 'U') 1325 newattr = set_attributek(ObjFile, 'file_a_institution2', unicode('Instituto ' + \ 1326 'Franco-Argentino sobre Estudios de Clima y sus Impactos (CNRS, UMI-3351-' + \ 1327 'IFAECI'), 'U') 1326 1328 newattr = set_attributek(ObjFile, 'center', unicode('Consejo Nacional de ' + \ 1327 1329 'Investigaciones Cient' + unichr(237) + 'ficas y T' + unichr(233) + \ 1328 1330 'cnicas (CONICET)'), 'U') 1329 1331 ObjFile.setncattr('university', 'Universidad de Buenos Aires (UBA)') 1330 ObjFile.setncattr('city', ' Buenos Aires')1332 ObjFile.setncattr('city', 'C. A. Buenos Aires') 1331 1333 ObjFile.setncattr('country', 'Argentina') 1332 1334 ObjFile.setncattr('tool', 'PyNCplot')
Note: See TracChangeset
for help on using the changeset viewer.