WriteField_p Interface

public interface WriteField_p

Calls

interface~~writefield_p~~CallsGraph interface~writefield_p WriteField_p proc~write_field3d_p write_field3D_p interface~writefield_p->proc~write_field3d_p proc~write_field1d_p write_field1D_p interface~writefield_p->proc~write_field1d_p proc~write_field2d_p write_field2D_p interface~writefield_p->proc~write_field2d_p proc~gather_field Gather_Field proc~write_field3d_p->proc~gather_field interface~writefield WriteField proc~write_field3d_p->interface~writefield proc~write_field1d_p->proc~gather_field proc~write_field1d_p->interface~writefield proc~write_field2d_p->proc~gather_field proc~write_field2d_p->interface~writefield proc~pack_data Pack_Data proc~gather_field->proc~pack_data proc~mpi_gatherv MPI_GATHERV proc~gather_field->proc~mpi_gatherv proc~abort_gcm abort_gcm proc~gather_field->proc~abort_gcm proc~unpack_data Unpack_Data proc~gather_field->proc~unpack_data proc~lmdz_mpi_wrapper_abort lmdz_mpi_wrapper_abort proc~mpi_gatherv->proc~lmdz_mpi_wrapper_abort proc~mpi_abort MPI_ABORT proc~abort_gcm->proc~mpi_abort getin_dump getin_dump proc~abort_gcm->getin_dump restclo restclo proc~abort_gcm->restclo histclo histclo proc~abort_gcm->histclo proc~mpi_abort->proc~lmdz_mpi_wrapper_abort

Contents


Module Procedures

public subroutine write_field3D_p(name, Field)

Arguments

Type IntentOptional Attributes Name
character(len=*) :: name
real, dimension(:,:,:) :: Field

public subroutine write_field2D_p(name, Field)

Arguments

Type IntentOptional Attributes Name
character(len=*) :: name
real, dimension(:,:) :: Field

public subroutine write_field1D_p(name, Field)

Arguments

Type IntentOptional Attributes Name
character(len=*) :: name
real, dimension(:) :: Field