tilupy.initsimus ================ .. py:module:: tilupy.initsimus Functions --------- .. autoapisummary:: tilupy.initsimus.write Module Contents --------------- Functions ^^^^^^^^^ .. py:function:: write(model_name: str, raster_topo: str, raster_mass: str, tmax: float, dt_im: float, rheology_type: str, rheology_params: dict = None, folder_out: str = None, **kwargs) Dynamically imports the corresponding initiation module from :data:`tilupy.models..initsimus` and use the corresponding :data:`write_simu()` function. :param model_name: Model to create simulation files. :type model_name: str :param raster_topo: Path for an ASCII topography. :type raster_topo: str, optional :param raster_mass: Path for an ASCII initial mass. :type raster_mass: str, optional :param tmax: Maximum simulation time. :type tmax: float :param dt_im: Output image interval (in time steps). :type dt_im: float :param rheology_type: Rheology to use for the simulation. :type rheology_type: str :param rheology_params: Parameters specific to the selected rheology. :type rheology_params: dict :param folder_out: Output folder where simulation inputs will be saved. :type folder_out: str, optional :param \*\*kwargs: Additional arguments for specific models.