forked from wrf-model/WRF
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ARW Trajectory Diagnostics (wrf-model#84)
KEYWORDS: trajectory SOURCE: internal DESCRIPTION OF CHANGES: The original "trajectory" code in routine module_em.F only computed the trajectory spatial coordinates per trajectory, per time step. The new code, in share/module_trajectory.F, takes trajectory coordinate values and linearly interpolates in x,y, and z to get the value of up 100 variables per trajectory per time step. The code will detect and handle trajectory coordinate values that are between the grid parcels. The user may have up to 1000 trajectories per domain and as mentioned up to 100 variables per trajectory. LIST OF MODIFIED FILES: M Registry/Registry.EM_COMMON M Registry/Registry.NMM M chem/chem_driver.F M chem/depend.chem M dyn_em/module_em.F M dyn_em/solve_em.F M dyn_em/start_em.F M external/RSL_LITE/module_dm.F M main/depend.common M share/Makefile M share/module_check_a_mundo.F A share/module_trajectory.F M share/solve_interface.F TESTS CONDUCTED: 1. WTF reg test, version 3.04, has been successfully completed. 2. The code has been tested in ACOM by Mary Barth, Megan Bella, and Gabrielle Pfister.
- Loading branch information
1 parent
0f00166
commit 8cb2192
Showing
13 changed files
with
3,165 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.