Skip to content

Add Perlin noise for temperature and composition fields #838

@Minerallo

Description

@Minerallo

Description:

I would like to introduce Perlin noise distribution for both temperature and composition fields.

Tasks:

  • Make current noise implementation (see PR #651) available as an option for the temperature field.
  • Implement Perlin noise generation for both temperature and composition, using the approach from Reputeless/PerlinNoise.
    • Integrate PerlinNoise class into World Builder source.
    • Add parameter handling to specify Perlin noise properties (e.g., frequency, amplitude).
    • Expose Perlin noise configuration in the input JSON schema for both fields.
  • Add unit tests to validate noise generation and output range.
  • Add documentation and example JSON configurations to demonstrate usage.

This feature would be particularly valuable for testing and initializing heterogeneous conditions in geodynamic models.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions