Data & ReproMaterials, Engineering & SimulationFreedomIntelligence/OpenClaw-Medical-SkillsData & Reproduction
TI

time-stepping

Maintainer FreedomIntelligence · Last updated April 1, 2026

Plan and control time-step policies for simulations. Use when coupling CFL/physics limits with adaptive stepping, ramping initial transients, scheduling outputs/checkpoints, or planning restart strategies for long runs.

OpenClawNanoClawAnalysisReproductiontime-stepping📊 data science & toolscomputational simulation & ontologyplan

Original source

FreedomIntelligence/OpenClaw-Medical-Skills

https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills/tree/main/skills/time-stepping

Maintainer
FreedomIntelligence
License
MIT
Last updated
April 1, 2026

Skill Snapshot

Key Details From SKILL.md

2 min

Key Notes

  • Provide a reliable workflow for choosing, ramping, and monitoring time steps plus output/checkpoint cadence.
  • python3 scripts/timestep_planner.py --dt-target 1e-4 --dt-limit 2e-4 --safety 0.8 --ramp-steps 10 --json.

Source Doc

Excerpt From SKILL.md

Requirements

  • Python 3.8+
  • No external dependencies (uses stdlib)

Inputs to Gather

InputDescriptionExample
Stability limitsCFL/Fourier/reaction limitsdt_max = 1e-4
Target dtDesired time step1e-5
Total run timeSimulation duration10 s
Output intervalTime between outputs0.1 s
Checkpoint costTime to write checkpoint120 s

Ramping Strategy

Problem TypeRamp StepsInitial dt
Smooth ICNone neededFull dt
Sharp gradients5-100.1 × dt
Phase change10-200.01 × dt
Cold start10-500.001 × dt

Use cases

  • Use when coupling CFL/physics limits with adaptive stepping, ramping initial transients, scheduling outputs/checkpoints, or planning restart strategies for long runs.

Not for

  • Do not rely on this catalog entry alone for installation or maintenance details.

Related skills

Related skills

Back to directory
AS
Data & ReproMaterials, Engineering & Simulation

Astropy

Astropy is the core Python package for astronomy, providing essential functionality for astronomical research and data analysis. Use astropy…

Claude CodeAnalysis
K-Dense-AI/claude-scientific-skillsView
CO
Data & ReproMaterials, Engineering & Simulation

convergence-study

Spatial and temporal convergence analysis with Richardson extrapolation and Grid Convergence Index (GCI) for solution verification.

OpenClawNanoClawAnalysis
FreedomIntelligence/OpenClaw-Medical-SkillsView
DI
Data & ReproMaterials, Engineering & Simulation

differentiation-schemes

Select and apply numerical differentiation schemes for PDE/ODE discretization. Use when choosing finite difference/volume/spectral schemes,…

OpenClawNanoClawAnalysis
FreedomIntelligence/OpenClaw-Medical-SkillsView
FL
Data & ReproMaterials, Engineering & Simulation

FluidSim

FluidSim is an object-oriented Python framework for high-performance computational fluid dynamics (CFD) simulations. It provides solvers for…

Claude CodeAnalysis
K-Dense-AI/claude-scientific-skillsView