MAPL_StringTemplate Module


Uses

  • module~~mapl_stringtemplate~~UsesGraph module~mapl_stringtemplate MAPL_StringTemplate ESMF ESMF module~mapl_stringtemplate->ESMF module~mapl_exceptionhandling MAPL_ExceptionHandling module~mapl_stringtemplate->module~mapl_exceptionhandling module~mapl_keywordenforcermod MAPL_KeywordEnforcerMod module~mapl_stringtemplate->module~mapl_keywordenforcermod module~mapl_errorhandlingmod MAPL_ErrorHandlingMod module~mapl_exceptionhandling->module~mapl_errorhandlingmod module~mapl_throwmod MAPL_ThrowMod module~mapl_exceptionhandling->module~mapl_throwmod module~mapl_errorhandlingmod->module~mapl_throwmod mpi mpi module~mapl_errorhandlingmod->mpi

Used by

  • module~~mapl_stringtemplate~~UsedByGraph module~mapl_stringtemplate MAPL_StringTemplate module~historytrajectory_implement HistoryTrajectory_implement module~historytrajectory_implement->module~mapl_stringtemplate module~mapl_cfiomod MAPL_CFIOMod module~mapl_cfiomod->module~mapl_stringtemplate module~mapl_esmffieldbundleread MAPL_ESMFFieldBundleRead module~mapl_esmffieldbundleread->module~mapl_stringtemplate module~mapl_extdataabstractfilehandler MAPL_ExtdataAbstractFileHandler module~mapl_extdataabstractfilehandler->module~mapl_stringtemplate module~mapl_extdataclimfilehandler MAPL_ExtdataClimFileHandler module~mapl_extdataclimfilehandler->module~mapl_stringtemplate module~mapl_extdatafilestream MAPL_ExtDataFileStream module~mapl_extdatafilestream->module~mapl_stringtemplate module~mapl_extdatagridcomp2g MAPL_ExtDataGridComp2G module~mapl_extdatagridcomp2g->module~mapl_stringtemplate module~mapl_extdatagridcompmod MAPL_ExtDataGridCompMod module~mapl_extdatagridcompmod->module~mapl_stringtemplate module~mapl_extdatasimplefilehandler MAPL_ExtdataSimpleFileHandler module~mapl_extdatasimplefilehandler->module~mapl_stringtemplate module~mapl_genericmod MAPL_GenericMod module~mapl_genericmod->module~mapl_stringtemplate module~mapl_historygridcompmod MAPL_HistoryGridCompMod module~mapl_historygridcompmod->module~mapl_stringtemplate module~masksamplergeosatmod MaskSamplerGeosatMod module~masksamplergeosatmod->module~mapl_stringtemplate proc~get_filename_from_template get_filename_from_template proc~get_filename_from_template->module~mapl_stringtemplate proc~get_filename_from_template_use_index get_filename_from_template_use_index proc~get_filename_from_template_use_index->module~mapl_stringtemplate

Subroutines

public subroutine StrTemplate(str, tmpl, class, xid, nymd, nhms, stat, preserve)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(out) :: str
character(len=*), intent(in) :: tmpl
character(len=*), intent(in), optional :: class
character(len=*), intent(in), optional :: xid
integer, intent(in), optional :: nymd
integer, intent(in), optional :: nhms
integer, intent(out), optional :: stat
logical, intent(in), optional :: preserve

public subroutine fill_grads_template(output_string, template, unusable, experiment_id, nymd, nhms, time, preserve, rc)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(out) :: output_string
character(len=*), intent(in) :: template
class(KeywordEnforcer), intent(in), optional :: unusable
character(len=*), intent(in), optional :: experiment_id
integer, intent(in), optional :: nymd
integer, intent(in), optional :: nhms
type(ESMF_Time), intent(in), optional :: time
logical, intent(in), optional :: preserve
integer, intent(out), optional :: rc