gs2_metadata Module

Write some standard metadata to a netCDF file

Standalone module to avoid circular dependencies


Contents


Subroutines

public subroutine create_metadata(file_id, title, header, comments)

Add some standard metadata as global attributes to the file:

Read more…

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: file_id

NetCDF ID of the file

character(len=*), intent(in) :: title

Brief description of the file contents

type(standard_header_type), intent(in), optional :: header

Pre-generated header with UUID and date information

character(len=*), intent(in), optional :: comments

Comments on this file, for example a human-friendly description