Hello everyone,
I am currently working on a case study and would like to compute air parcel backtrajectories using WRF output. However, I'm running into some confusion regarding the recommended approach.
Is there a supported, internal option in WRF for computing backward trajectories (not forward)? The documentation only mentions traj_opt = 1 for forward trajectories.
I’ve considered using HYSPLIT, but was told the resolution may be too coarse for our needs. Would a custom Python script using 3D wind fields (e.g., with Runge-Kutta integration) be a viable alternative? Has anyone implemented this and validated the output?
If anyone can share references or workflows they’ve used for high-resolution backtrajectory analysis from WRF output, I’d be grateful.
I am currently working on a case study and would like to compute air parcel backtrajectories using WRF output. However, I'm running into some confusion regarding the recommended approach.
Is there a supported, internal option in WRF for computing backward trajectories (not forward)? The documentation only mentions traj_opt = 1 for forward trajectories.
I’ve considered using HYSPLIT, but was told the resolution may be too coarse for our needs. Would a custom Python script using 3D wind fields (e.g., with Runge-Kutta integration) be a viable alternative? Has anyone implemented this and validated the output?
If anyone can share references or workflows they’ve used for high-resolution backtrajectory analysis from WRF output, I’d be grateful.