Changeset 4641 for palm/trunk/SCRIPTS


Ignore:
Timestamp:
Aug 13, 2020 9:57:07 AM (4 years ago)
Author:
suehring
Message:

Virtual measurement output: change content of attribute data_content, minor changes in long-name attributes and global attributes to be in agreement with (UC)2 data standard; driver creation config files: remove dummy input strings and change default values (to be in agreement with (UC)2 data standard); palm_csd_netcdf_interface: correct wrong false_easting attribute in crs variable

Location:
palm/trunk/SCRIPTS
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/.csd.config.default

    r4481 r4641  
    2020# Current revisions:
    2121# -----------------
    22 # 
    23 # 
     22#
     23#
    2424# Former revisions:
    2525# -----------------
    2626# $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
    2731# Updated configuration
    2832#
     
    4246acronym = LUHimuk
    4347comment = created with palm_csd
    44 data_content = text
    45 dependencies = text
    46 keywords = text
    47 source = text
    48 campaign = text
    49 location = Berlin
     48data_content =
     49dependencies =
     50keywords =
     51source =
     52campaign =
     53location = B
    5054site = Berlin Mitte
    51 institution = Institute of Meteorology and Climatology, Leibniz University Hannover
     55institution = Leibniz University Hannover, Institute of Meterology and Climatology
    5256palm_version = 6.0
    5357rotation_angle = 0.0
    54 references = text
     58references =
    5559
    5660
  • palm/trunk/SCRIPTS/.cvd.config.default

    r4400 r4641  
    2121# Current revisions:
    2222# -----------------
    23 # 
    24 # 
     23#
     24#
    2525# Former revisions:
    2626# -----------------
    2727# $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
    2832# Initial revision
    2933#
     
    4751contact_person = Suehring, Matthias, suehring@muk.uni-hannover.de
    4852acronym = LUHimuk
    49 comment = created with palm_cvd
     53comment =
    5054data_content = measurement coordinates
    51 dependencies = none
     55dependencies =
    5256keywords = virtual measurement setup file
    53 source = none
     57source =
    5458campaign = winter iop 1
    55 location = Berlin
     59location = B
    5660site = Ernst Reuter Platz
    57 institution = Institute of Meteorology and Climatology, Leibniz University Hannover
     61institution = Leibniz UniversitÀt Hannover, Institute of Meterology and Climatology # for (UC)2 conform in/output please follow guidelines in table A3
    5862palm_version = 6.0
    59 references = none
     63references =
    6064
    6165# 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  
    2020# Current revisions:
    2121# -----------------
    22 # 
    23 # 
     22#
     23#
    2424# Former revisions:
    2525# -----------------
    2626# $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
    2730# Some improvements and new routines
    2831#
     
    334337   temp.scale_factor_at_central_meridian = 0.9996
    335338   temp.latitude_of_projection_origin = 0.0
    336    temp.false_easting = 50000.0
     339   temp.false_easting = 500000.0
    337340   temp.false_northing = 0.0
    338341   temp.units = "m"
Note: See TracChangeset for help on using the changeset viewer.