MAPL_SimpleBundleWrite Interface

public interface MAPL_SimpleBundleWrite

Module Procedures

private subroutine MAPL_SimpleBundleWrite1(self, filename, Clock, verbose, rc)

Writes a MAPL SimpleBundle to file fiven an ESMF Clock object. The file opened, written to, and closed.

Arguments

Type IntentOptional Attributes Name
type(MAPL_SimpleBundle) :: self
character(len=*), intent(in) :: filename
type(ESMF_Clock), intent(inout) :: Clock
logical, intent(in), optional :: verbose
integer, intent(out), optional :: rc

private subroutine MAPL_SimpleBundleWrite2(self, filename, time, verbose, rc)

Writes a MAPL SimpleBundle to file fiven an ESMF Time object. The file opened, written to, and closed. A fake timestep of 30 minutes is assumed.

Arguments

Type IntentOptional Attributes Name
type(MAPL_SimpleBundle) :: self
character(len=*), intent(in) :: filename
type(ESMF_Time), intent(in) :: time
logical, intent(in), optional :: verbose
integer, intent(out), optional :: rc