print_base Interface

interface
private module subroutine print_base(this, file, unit, print_header_footer)

Arguments

Type IntentOptional Attributes Name
class(base_layer_type), intent(in) :: this

Instance of the layer

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

File name

integer, intent(in), optional :: unit

Unit number

logical, intent(in), optional :: print_header_footer

Boolean whether to print header and footer

Description

Print the layer to a file with additional information