Skip to contents

These functions define how different rice field management systems are assigned to spatial clusters within the simulation. Each cluster can be associated with a specific management strategy, allowing for heterogeneous management across the simulation domain.

Usage

default_cluster_map(seed = 840)

new_cluster_map(default_management_system = new_management_system())

Arguments

seed

[numeric(1)]
Seed for random number generation in the assignation of clusters to management systems.

default_management_system

[erahumed_management_system]
A default management system assigned to all clusters initially. Typically created with new_management_system() or a helper like jsendra().

Value

An object of class erahumed_cluster_map.

Details

  • new_cluster_map() initializes a cluster map with all clusters assigned the same default management system.

  • default_cluster_map() provides a predefined map inspired by current practices in the Albufera Natural Park. Specifically, it uses the J. Sendra system as the default, and allocates small proportions of Bomba (10% in tancats) and Clearfield (10% in ditches 1–19). This map is a convenient starting point for scenario simulation or customization.

Cluster assignments can be modified using allocate_surface().