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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/netcdf_data_input_mod.f90

    r4507 r4641  
    2020! Current revisions:
    2121! -----------------
    22 ! 
    23 ! 
     22!
     23!
    2424! Former revisions:
    2525! -----------------
    2626! $Id$
     27! To follow (UC)2 standard, change default of attribute data_content
     28!
     29! 4507 2020-04-22 18:21:45Z gronemeier
    2730! - bugfix: check terrain height for fill values directly after reading
    2831! - changes:
     
    520523!-- attribute.
    521524    TYPE global_atts_type
    522        CHARACTER(LEN=200) ::  acronym = ' '                      !< acronym of institution
    523        CHARACTER(LEN=7)   ::  acronym_char = 'acronym'           !< name of attribute
    524        CHARACTER(LEN=200) ::  author  = ' '                      !< first name, last name, email adress
    525        CHARACTER(LEN=6)   ::  author_char = 'author'             !< name of attribute
    526        CHARACTER(LEN=200) ::  campaign = 'PALM-4U'               !< name of campaign
    527        CHARACTER(LEN=8)   ::  campaign_char = 'campaign'         !< name of attribute
    528        CHARACTER(LEN=200) ::  comment = ' '                      !< comment to data
    529        CHARACTER(LEN=7)   ::  comment_char = 'comment'           !< name of attribute
    530        CHARACTER(LEN=200) ::  contact_person = ' '               !< first name, last name, email adress
     525       CHARACTER(LEN=200) ::  acronym = ' '                           !< acronym of institution
     526       CHARACTER(LEN=7)   ::  acronym_char = 'acronym'                !< name of attribute
     527       CHARACTER(LEN=200) ::  author  = ' '                           !< first name, last name, email adress
     528       CHARACTER(LEN=6)   ::  author_char = 'author'                  !< name of attribute
     529       CHARACTER(LEN=200) ::  campaign = 'PALM-4U'                    !< name of campaign
     530       CHARACTER(LEN=8)   ::  campaign_char = 'campaign'              !< name of attribute
     531       CHARACTER(LEN=200) ::  comment = ' '                           !< comment to data
     532       CHARACTER(LEN=7)   ::  comment_char = 'comment'                !< name of attribute
     533       CHARACTER(LEN=200) ::  contact_person = ' '                    !< first name, last name, email adress
    531534       CHARACTER(LEN=14)  ::  contact_person_char = 'contact_person'  !< name of attribute
    532        CHARACTER(LEN=200) ::  conventions = 'CF-1.7'             !< netCDF convention
    533        CHARACTER(LEN=11)  ::  conventions_char = 'Conventions'   !< name of attribute
    534        CHARACTER(LEN=23 ) ::  creation_time = ' '                !< creation time of data set
    535        CHARACTER(LEN=13)  ::  creation_time_char = 'creation_time'  !< name of attribute
    536        CHARACTER(LEN=200) ::  data_content = ' '                 !< content of data set
    537        CHARACTER(LEN=12)  ::  data_content_char = 'data_content' !< name of attribute
    538        CHARACTER(LEN=200) ::  dependencies = ' '                 !< dependencies of data set
    539        CHARACTER(LEN=12)  ::  dependencies_char = 'dependencies' !< name of attribute
    540        CHARACTER(LEN=200) ::  history = ' '                      !< information about data processing
    541        CHARACTER(LEN=7)   ::  history_char = 'history'           !< name of attribute
    542        CHARACTER(LEN=200) ::  institution = ' '                  !< name of responsible institution
    543        CHARACTER(LEN=11)  ::  institution_char = 'institution'   !< name of attribute
    544        CHARACTER(LEN=200) ::  keywords = ' '                     !< keywords of data set
    545        CHARACTER(LEN=8)   ::  keywords_char = 'keywords'         !< name of attribute
    546        CHARACTER(LEN=200) ::  licence = ' '                      !< licence of data set
    547        CHARACTER(LEN=7)   ::  licence_char = 'licence'           !< name of attribute
    548        CHARACTER(LEN=200) ::  location = ' '                     !< place which refers to data set
    549        CHARACTER(LEN=8)   ::  location_char = 'location'         !< name of attribute
    550        CHARACTER(LEN=10)  ::  origin_lat_char = 'origin_lat'     !< name of attribute
    551        CHARACTER(LEN=10)  ::  origin_lon_char = 'origin_lon'     !< name of attribute
    552        CHARACTER(LEN=23 ) ::  origin_time = '2000-01-01 00:00:00 +00'  !< reference time
    553        CHARACTER(LEN=11)  ::  origin_time_char = 'origin_time'   !< name of attribute
    554        CHARACTER(LEN=8)   ::  origin_x_char = 'origin_x'         !< name of attribute
    555        CHARACTER(LEN=8)   ::  origin_y_char = 'origin_y'         !< name of attribute
    556        CHARACTER(LEN=8)   ::  origin_z_char = 'origin_z'         !< name of attribute
    557        CHARACTER(LEN=12)  ::  palm_version_char = 'palm_version' !< name of attribute
    558        CHARACTER(LEN=200) ::  references = ' '                   !< literature referring to data set
    559        CHARACTER(LEN=10)  ::  references_char = 'references'     !< name of attribute
     535       CHARACTER(LEN=200) ::  conventions = 'CF-1.7'                  !< netCDF convention
     536       CHARACTER(LEN=11)  ::  conventions_char = 'Conventions'        !< name of attribute
     537       CHARACTER(LEN=23 ) ::  creation_time = ' '                     !< creation time of data set
     538       CHARACTER(LEN=13)  ::  creation_time_char = 'creation_time'    !< name of attribute
     539       CHARACTER(LEN=200) ::  data_content = 'airmeteo'               !< content of data set
     540       CHARACTER(LEN=12)  ::  data_content_char = 'data_content'      !< name of attribute
     541       CHARACTER(LEN=200) ::  dependencies = ' '                      !< dependencies of data set
     542       CHARACTER(LEN=12)  ::  dependencies_char = 'dependencies'      !< name of attribute
     543       CHARACTER(LEN=200) ::  history = ' '                           !< information about data processing
     544       CHARACTER(LEN=7)   ::  history_char = 'history'                !< name of attribute
     545       CHARACTER(LEN=200) ::  institution = ' '                       !< name of responsible institution
     546       CHARACTER(LEN=11)  ::  institution_char = 'institution'        !< name of attribute
     547       CHARACTER(LEN=200) ::  keywords = ' '                          !< keywords of data set
     548       CHARACTER(LEN=8)   ::  keywords_char = 'keywords'              !< name of attribute
     549       CHARACTER(LEN=200) ::  licence = ' '                           !< licence of data set
     550       CHARACTER(LEN=7)   ::  licence_char = 'licence'                !< name of attribute
     551       CHARACTER(LEN=200) ::  location = ' '                          !< place which refers to data set
     552       CHARACTER(LEN=8)   ::  location_char = 'location'              !< name of attribute
     553       CHARACTER(LEN=10)  ::  origin_lat_char = 'origin_lat'          !< name of attribute
     554       CHARACTER(LEN=10)  ::  origin_lon_char = 'origin_lon'          !< name of attribute
     555       CHARACTER(LEN=23 ) ::  origin_time = '2000-01-01 00:00:00 +00' !< reference time
     556       CHARACTER(LEN=11)  ::  origin_time_char = 'origin_time'        !< name of attribute
     557       CHARACTER(LEN=8)   ::  origin_x_char = 'origin_x'              !< name of attribute
     558       CHARACTER(LEN=8)   ::  origin_y_char = 'origin_y'              !< name of attribute
     559       CHARACTER(LEN=8)   ::  origin_z_char = 'origin_z'              !< name of attribute
     560       CHARACTER(LEN=12)  ::  palm_version_char = 'palm_version'      !< name of attribute
     561       CHARACTER(LEN=200) ::  references = ' '                        !< literature referring to data set
     562       CHARACTER(LEN=10)  ::  references_char = 'references'          !< name of attribute
    560563       CHARACTER(LEN=14)  ::  rotation_angle_char = 'rotation_angle'  !< name of attribute
    561        CHARACTER(LEN=200) ::  site = ' '                         !< name of model domain
    562        CHARACTER(LEN=4)   ::  site_char = 'site'                 !< name of attribute
    563        CHARACTER(LEN=200) ::  source = ' '                       !< source of data set
    564        CHARACTER(LEN=6)   ::  source_char = 'source'             !< name of attribute
    565        CHARACTER(LEN=200) ::  title = ' '                        !< title of data set
    566        CHARACTER(LEN=5)   ::  title_char = 'title'               !< name of attribute
    567        CHARACTER(LEN=7)   ::  version_char = 'version'           !< name of attribute
     564       CHARACTER(LEN=200) ::  site = ' '                              !< name of model domain
     565       CHARACTER(LEN=4)   ::  site_char = 'site'                      !< name of attribute
     566       CHARACTER(LEN=200) ::  source = ' '                            !< source of data set
     567       CHARACTER(LEN=6)   ::  source_char = 'source'                  !< name of attribute
     568       CHARACTER(LEN=200) ::  title = ' '                             !< title of data set
     569       CHARACTER(LEN=5)   ::  title_char = 'title'                    !< name of attribute
     570       CHARACTER(LEN=7)   ::  version_char = 'version'                !< name of attribute
    568571
    569572       INTEGER(iwp) ::  version              !< version of data set
Note: See TracChangeset for help on using the changeset viewer.