Available Versions:
version 4.6.1
The Weather Research and Forecasting (WRF) Model is a state-of-the-art numerical weather prediction system developed to meet both atmospheric research and operational forecasting demands.
It offers a flexible, scalable platform capable of simulating a broad spectrum of meteorological phenomena — from large-scale global patterns to localized events like thunderstorms and hurricanes.
WRF supports high-resolution simulations and effectively captures the complex interactions between the atmosphere and other Earth system components, including land surfaces and oceans.With Inductiva, you can speed up your WRF simulations by sending them to Cloud machines with hundreds of cores and terabytes of disk space.
Running your WRF simulations on the Cloud is easy. All you need is to create a short Python script that points Inductiva to the simulation artifacts you have on your computer, and we will take it from there.
On the right, we show how to use the Inductiva API to send a WRF simulation to a 180 vCPU machine (c3d-highcpu-180) hosted on Google Cloud (GCP).
You can copy paste this Python script and adapt it to your own case. Your simulation will start right away, without waiting in a queue.
"""WRF Simulation."""
import inductiva
# Instantiate machine group
cloud_machine = inductiva.resources.MachineGroup( \
provider="GCP",
machine_type="c3d-highcpu-180")
# Initialize the Simulator
wrf = inductiva.simulators.WRF( \
version="4.6.1")
# Run simulation
task = wrf.run( \
input_dir="/Path/to/my/wrf/files",
case_name="your_case_name", # e.g., "em_real"
on=cloud_machine)
task.wait()
cloud_machine.terminate()
task.download_outputs()
We've got 26 simulators ready for you to explore.
Just one click away from running your favorite open-source simulators on the cloud and at scale!
Why not give it a try? Explore our example codes and discover everything our API can offer.
AMR-Wind
CaNS
COAWST
CP2K
Delft3D
DualSPHysics
FVCOM
FDS
GROMACS
GX
NWChem
OpenFAST
OpenFOAM (ESI)
OpenFOAM (Foundation)
OpenSees
OpenTelemac
Quantum ESPRESSO
REEF3D
SCHISM
SFINCS
SNL-SWAN
SPlisHSPlasH
SWAN
SWASH
WRF
XBeach