Changeset 4641 for palm/trunk/SOURCE/netcdf_data_input_mod.f90
- Timestamp:
- Aug 13, 2020 9:57:07 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/netcdf_data_input_mod.f90
r4507 r4641 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! 23 ! 22 ! 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! To follow (UC)2 standard, change default of attribute data_content 28 ! 29 ! 4507 2020-04-22 18:21:45Z gronemeier 27 30 ! - bugfix: check terrain height for fill values directly after reading 28 31 ! - changes: … … 520 523 !-- attribute. 521 524 TYPE global_atts_type 522 CHARACTER(LEN=200) :: acronym = ' ' !< acronym of institution523 CHARACTER(LEN=7) :: acronym_char = 'acronym' !< name of attribute524 CHARACTER(LEN=200) :: author = ' ' !< first name, last name, email adress525 CHARACTER(LEN=6) :: author_char = 'author' !< name of attribute526 CHARACTER(LEN=200) :: campaign = 'PALM-4U' !< name of campaign527 CHARACTER(LEN=8) :: campaign_char = 'campaign' !< name of attribute528 CHARACTER(LEN=200) :: comment = ' ' !< comment to data529 CHARACTER(LEN=7) :: comment_char = 'comment' !< name of attribute530 CHARACTER(LEN=200) :: contact_person = ' ' !< first name, last name, email adress525 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 531 534 CHARACTER(LEN=14) :: contact_person_char = 'contact_person' !< name of attribute 532 CHARACTER(LEN=200) :: conventions = 'CF-1.7' !< netCDF convention533 CHARACTER(LEN=11) :: conventions_char = 'Conventions' !< name of attribute534 CHARACTER(LEN=23 ) :: creation_time = ' ' !< creation time of data set535 CHARACTER(LEN=13) :: creation_time_char = 'creation_time' !< name of attribute536 CHARACTER(LEN=200) :: data_content = ' '!< content of data set537 CHARACTER(LEN=12) :: data_content_char = 'data_content' !< name of attribute538 CHARACTER(LEN=200) :: dependencies = ' ' !< dependencies of data set539 CHARACTER(LEN=12) :: dependencies_char = 'dependencies' !< name of attribute540 CHARACTER(LEN=200) :: history = ' ' !< information about data processing541 CHARACTER(LEN=7) :: history_char = 'history' !< name of attribute542 CHARACTER(LEN=200) :: institution = ' ' !< name of responsible institution543 CHARACTER(LEN=11) :: institution_char = 'institution' !< name of attribute544 CHARACTER(LEN=200) :: keywords = ' ' !< keywords of data set545 CHARACTER(LEN=8) :: keywords_char = 'keywords' !< name of attribute546 CHARACTER(LEN=200) :: licence = ' ' !< licence of data set547 CHARACTER(LEN=7) :: licence_char = 'licence' !< name of attribute548 CHARACTER(LEN=200) :: location = ' ' !< place which refers to data set549 CHARACTER(LEN=8) :: location_char = 'location' !< name of attribute550 CHARACTER(LEN=10) :: origin_lat_char = 'origin_lat' !< name of attribute551 CHARACTER(LEN=10) :: origin_lon_char = 'origin_lon' !< name of attribute552 CHARACTER(LEN=23 ) :: origin_time = '2000-01-01 00:00:00 +00' 553 CHARACTER(LEN=11) :: origin_time_char = 'origin_time' !< name of attribute554 CHARACTER(LEN=8) :: origin_x_char = 'origin_x' !< name of attribute555 CHARACTER(LEN=8) :: origin_y_char = 'origin_y' !< name of attribute556 CHARACTER(LEN=8) :: origin_z_char = 'origin_z' !< name of attribute557 CHARACTER(LEN=12) :: palm_version_char = 'palm_version' !< name of attribute558 CHARACTER(LEN=200) :: references = ' ' !< literature referring to data set559 CHARACTER(LEN=10) :: references_char = 'references' !< name of attribute535 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 560 563 CHARACTER(LEN=14) :: rotation_angle_char = 'rotation_angle' !< name of attribute 561 CHARACTER(LEN=200) :: site = ' ' !< name of model domain562 CHARACTER(LEN=4) :: site_char = 'site' !< name of attribute563 CHARACTER(LEN=200) :: source = ' ' !< source of data set564 CHARACTER(LEN=6) :: source_char = 'source' !< name of attribute565 CHARACTER(LEN=200) :: title = ' ' !< title of data set566 CHARACTER(LEN=5) :: title_char = 'title' !< name of attribute567 CHARACTER(LEN=7) :: version_char = 'version' !< name of attribute564 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 568 571 569 572 INTEGER(iwp) :: version !< version of data set
Note: See TracChangeset
for help on using the changeset viewer.