ExportGrid Interface

public interface ExportGrid

Module Procedures

private subroutine ExportGridFloatToNetCDF(grid, file, name, action)

export grid into netcdf file. Two actions are possible:

Read more…

Arguments

Type IntentOptional Attributes Name
type(grid_real), intent(in) :: grid

grid to be exported

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

netcdf file to export to

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

name of variable in netcdf

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

add or append

public subroutine ExportGridIntegerToNetCDF(grid, file, name, action)

export grid into netcdf file. Two actions are possible:

Read more…

Arguments

Type IntentOptional Attributes Name
type(grid_integer), intent(in) :: grid

grid to be exported

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

netcdf file to export to

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

name of variable in netcdf

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

add or append

private subroutine ExportGridFloatToFile(layer, fileName, fileFormat)

export grid_real to file. List of supported format:

Read more…

Arguments

Type IntentOptional Attributes Name
type(grid_real), intent(in) :: layer
character(len=*), intent(in) :: fileName
integer(kind=short), intent(in) :: fileFormat

private subroutine ExportGridIntegerToFile(layer, fileName, fileFormat)

export grid_integer to file. List of supported format:

Read more…

Arguments

Type IntentOptional Attributes Name
type(grid_integer), intent(in) :: layer
character(len=*), intent(in) :: fileName
integer(kind=short), intent(in) :: fileFormat