ESMF_CalendarSet Interface

public interface ESMF_CalendarSet

Calls

interface~~esmf_calendarset~~CallsGraph interface~esmf_calendarset ESMF_CalendarSet proc~esmf_calendarsetbuiltin ESMF_CalendarSetBuiltIn interface~esmf_calendarset->proc~esmf_calendarsetbuiltin proc~esmf_calendarsetcustom ESMF_CalendarSetCustom interface~esmf_calendarset->proc~esmf_calendarsetcustom c_esmc_calendarsetbuiltin c_esmc_calendarsetbuiltin proc~esmf_calendarsetbuiltin->c_esmc_calendarsetbuiltin proc~esmf_calendargetinit ESMF_CalendarGetInit proc~esmf_calendarsetbuiltin->proc~esmf_calendargetinit proc~esmf_imerr ESMF_IMErr proc~esmf_calendarsetbuiltin->proc~esmf_imerr proc~esmf_logfounderror ESMF_LogFoundError proc~esmf_calendarsetbuiltin->proc~esmf_logfounderror c_esmc_calendarsetcustom0 c_esmc_calendarsetcustom0 proc~esmf_calendarsetcustom->c_esmc_calendarsetcustom0 c_esmc_calendarsetcustom1 c_esmc_calendarsetcustom1 proc~esmf_calendarsetcustom->c_esmc_calendarsetcustom1 proc~esmf_calendarsetcustom->proc~esmf_calendargetinit proc~esmf_calendarsetcustom->proc~esmf_imerr proc~esmf_calendarsetcustom->proc~esmf_logfounderror proc~esmf_imerr->proc~esmf_logfounderror proc~esmf_initcheckdeep ESMF_InitCheckDeep proc~esmf_imerr->proc~esmf_initcheckdeep esmf_breakpoint esmf_breakpoint proc~esmf_logfounderror->esmf_breakpoint proc~esmf_logrc2msg ESMF_LogRc2Msg proc~esmf_logfounderror->proc~esmf_logrc2msg proc~esmf_logwrite ESMF_LogWrite proc~esmf_logfounderror->proc~esmf_logwrite c_esmc_loggeterrormsg c_esmc_loggeterrormsg proc~esmf_logrc2msg->c_esmc_loggeterrormsg c_esmc_vmwtime c_esmc_vmwtime proc~esmf_logwrite->c_esmc_vmwtime proc~esmf_logclose ESMF_LogClose proc~esmf_logwrite->proc~esmf_logclose proc~esmf_logflush ESMF_LogFlush proc~esmf_logwrite->proc~esmf_logflush proc~esmf_logopenfile ESMF_LogOpenFile proc~esmf_logwrite->proc~esmf_logopenfile proc~esmf_utiliounitflush ESMF_UtilIOUnitFlush proc~esmf_logwrite->proc~esmf_utiliounitflush proc~esmf_utilstring2array ESMF_UtilString2Array proc~esmf_logwrite->proc~esmf_utilstring2array

Module Procedures

private subroutine ESMF_CalendarSetBuiltIn(calendar, calkindflag, keywordEnforcer, name, rc)

Arguments

Type IntentOptional Attributes Name
type(ESMF_Calendar), intent(inout) :: calendar
type(ESMF_CalKind_Flag), intent(in) :: calkindflag
type(ESMF_KeywordEnforcer), optional :: keywordEnforcer
character(len=*), intent(in), optional :: name
integer, intent(out), optional :: rc

private subroutine ESMF_CalendarSetCustom(calendar, keywordEnforcer, daysPerMonth, secondsPerDay, daysPerYear, daysPerYearDn, daysPerYearDd, name, rc)

Arguments

Type IntentOptional Attributes Name
type(ESMF_Calendar), intent(inout) :: calendar
type(ESMF_KeywordEnforcer), optional :: keywordEnforcer
integer, intent(in), optional :: daysPerMonth(:)
integer(kind=ESMF_KIND_I4), intent(in), optional :: secondsPerDay
integer(kind=ESMF_KIND_I4), intent(in), optional :: daysPerYear
integer(kind=ESMF_KIND_I4), intent(in), optional :: daysPerYearDn
integer(kind=ESMF_KIND_I4), intent(in), optional :: daysPerYearDd
character(len=*), intent(in), optional :: name
integer, intent(out), optional :: rc