put_global_attributes Subroutine

public subroutine put_global_attributes(this, title_str, inst_str, source_str, comment_str, references_str, creator_name, creator_email_str, contributor_name, project_str, conventions_str, prior_history_str)

Arguments

Type IntentOptional Attributes Name
class(netcdf_file) :: this
character(len=*), intent(in), optional :: title_str
character(len=*), intent(in), optional :: inst_str
character(len=*), intent(in), optional :: source_str
character(len=*), intent(in), optional :: comment_str
character(len=*), intent(in), optional :: references_str
character(len=*), intent(in), optional :: creator_name
character(len=*), intent(in), optional :: creator_email_str
character(len=*), intent(in), optional :: contributor_name
character(len=*), intent(in), optional :: project_str
character(len=*), intent(in), optional :: conventions_str
character(len=*), intent(in), optional :: prior_history_str

Calls

proc~~put_global_attributes~2~~CallsGraph proc~put_global_attributes~2 put_global_attributes nf90_put_att nf90_put_att proc~put_global_attributes~2->nf90_put_att

Contents