Changeset 4641 for palm/trunk/SCRIPTS
- Timestamp:
- Aug 13, 2020 9:57:07 AM (4 years ago)
- Location:
- palm/trunk/SCRIPTS
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/.csd.config.default
r4481 r4641 20 20 # Current revisions: 21 21 # ----------------- 22 # 23 # 22 # 23 # 24 24 # Former revisions: 25 25 # ----------------- 26 26 # $Id$ 27 # Change default values for some global attributes to be compatible with 28 # (UC)2 data standard 29 # 30 # 4481 2020-03-31 18:55:54Z maronga 27 31 # Updated configuration 28 32 # … … 42 46 acronym = LUHimuk 43 47 comment = created with palm_csd 44 data_content = text45 dependencies = text46 keywords = text47 source = text48 campaign = text49 location = B erlin48 data_content = 49 dependencies = 50 keywords = 51 source = 52 campaign = 53 location = B 50 54 site = Berlin Mitte 51 institution = Institute of Meteorology and Climatology, Leibniz University Hannover55 institution = Leibniz University Hannover, Institute of Meterology and Climatology 52 56 palm_version = 6.0 53 57 rotation_angle = 0.0 54 references = text58 references = 55 59 56 60 -
palm/trunk/SCRIPTS/.cvd.config.default
r4400 r4641 21 21 # Current revisions: 22 22 # ----------------- 23 # 24 # 23 # 24 # 25 25 # Former revisions: 26 26 # ----------------- 27 27 # $Id$ 28 # Change default values for some global attributes to be compatible with 29 # (UC)2 data standard 30 # 31 # 4400 2020-02-10 20:32:41Z suehring 28 32 # Initial revision 29 33 # … … 47 51 contact_person = Suehring, Matthias, suehring@muk.uni-hannover.de 48 52 acronym = LUHimuk 49 comment = created with palm_cvd53 comment = 50 54 data_content = measurement coordinates 51 dependencies = none55 dependencies = 52 56 keywords = virtual measurement setup file 53 source = none57 source = 54 58 campaign = winter iop 1 55 location = B erlin59 location = B 56 60 site = Ernst Reuter Platz 57 institution = Institute of Meteorology and Climatology, Leibniz University Hannover61 institution = Leibniz UniversitÀt Hannover, Institute of Meterology and Climatology # for (UC)2 conform in/output please follow guidelines in table A3 58 62 palm_version = 6.0 59 references = none63 references = 60 64 61 65 # Section for observational input data. If non observational input data is available -
palm/trunk/SCRIPTS/palm_csd_files/palm_csd_netcdf_interface.py
r4481 r4641 20 20 # Current revisions: 21 21 # ----------------- 22 # 23 # 22 # 23 # 24 24 # Former revisions: 25 25 # ----------------- 26 26 # $Id: palm_csd_netcdf_interface.py 3668 2019-01-14 12:49:24Z maronga $ 27 # Correct wrong false_easting attribute in crs variable 28 # 29 # 3668 2019-01-14 12:49:24Z maronga 27 30 # Some improvements and new routines 28 31 # … … 334 337 temp.scale_factor_at_central_meridian = 0.9996 335 338 temp.latitude_of_projection_origin = 0.0 336 temp.false_easting = 50000 .0339 temp.false_easting = 500000.0 337 340 temp.false_northing = 0.0 338 341 temp.units = "m"
Note: See TracChangeset
for help on using the changeset viewer.