ScalES-PPM
Loading...
Searching...
No Matches
ppm_ncdf_dump::dump_ncdf_single_array Interface Reference

Public Member Functions

subroutine dump_ncdf_single_array_sp_asize (dump_fname, a, ndims, a_shape, a_name, a_valid_range, a_fill_value, title, source, institution, a_long_name, alon, alat)
 write array to file in NetCDF format
 
subroutine dump_ncdf_single_array_sp_1d (dump_fname, a, a_name, a_valid_range, a_fill_value, title, source, institution, a_long_name, alon, alat)
 
subroutine dump_ncdf_single_array_sp_2d (dump_fname, a, a_name, a_valid_range, a_fill_value, title, source, institution, a_long_name, alon, alat)
 
subroutine dump_ncdf_single_array_sp_3d (dump_fname, a, a_name, a_valid_range, a_fill_value, title, source, institution, a_long_name, alon, alat)
 
subroutine dump_ncdf_single_array_dp_asize (dump_fname, a, ndims, a_shape, a_name, a_valid_range, a_fill_value, title, source, institution, a_long_name, alon, alat)
 
subroutine dump_ncdf_single_array_dp_1d (dump_fname, a, a_name, a_valid_range, a_fill_value, title, source, institution, a_long_name, alon, alat)
 
subroutine dump_ncdf_single_array_dp_2d (dump_fname, a, a_name, a_valid_range, a_fill_value, title, source, institution, a_long_name, alon, alat)
 
subroutine dump_ncdf_single_array_dp_3d (dump_fname, a, a_name, a_valid_range, a_fill_value, title, source, institution, a_long_name, alon, alat)
 
subroutine dump_ncdf_single_array_i4_asize (dump_fname, a, ndims, a_shape, a_name, a_valid_range, a_fill_value, title, source, institution, a_long_name, alon, alat)
 
subroutine dump_ncdf_single_array_i4_1d (dump_fname, a, a_name, a_valid_range, a_fill_value, title, source, institution, a_long_name, alon, alat)
 
subroutine dump_ncdf_single_array_i4_2d (dump_fname, a, a_name, a_valid_range, a_fill_value, title, source, institution, a_long_name, alon, alat)
 
subroutine dump_ncdf_single_array_i4_3d (dump_fname, a, a_name, a_valid_range, a_fill_value, title, source, institution, a_long_name, alon, alat)
 

Member Function/Subroutine Documentation

◆ dump_ncdf_single_array_sp_asize()

subroutine ppm_ncdf_dump::dump_ncdf_single_array::dump_ncdf_single_array_sp_asize ( character(len=*), intent(in) dump_fname,
real(sp), dimension(*), intent(in) a,
integer, intent(in) ndims,
integer, dimension(ndims), intent(in) a_shape,
character(len=*), intent(in) a_name,
real(sp), dimension(2), intent(in), optional a_valid_range,
real(sp), intent(in), optional a_fill_value,
character(len=*), intent(in), optional title,
character(len=*), intent(in), optional source,
character(len=*), intent(in), optional institution,
character(len=*), intent(in), optional a_long_name,
real(dp), dimension(:,:), intent(in), optional alon,
real(dp), dimension(:,:), intent(in), optional alat )

write array to file in NetCDF format

Parameters
dump_fnamefile name to use
aarray of data items to write
a_shapea is shaped as given in a_shape (i.e. a_shape=shape(a))
a_namemetadata name for a
a_valid_rangevalid entries in a are assumed to be within [a_valid_range(1),a_valid_range(2)]
a_fill_valueentries of a with this value are assumed undefined
titledescription of data dump
sourcedescription source of the data
institutionname of originating institution
a_long_namelong display name (is not subject to same conventions as a_name and may contain e.g. spaces)
alonlongitude array of same shape as a, if given, a is assumed to contain data on planetary grid, where each entry contains the longitude of the corresponding entry of a
alatsame as alon for latitudes

The documentation for this interface was generated from the following file:

Das diesem Bericht zugrundeliegende Vorhaben wurde mit Mitteln des Bundesministeriums für Bildung, und Forschung unter dem Förderkennzeichen 01IH08004E gefördert. Die Verantwortung für den Inhalt dieser Veröffentlichung liegt beim Autor.