-
Notifications
You must be signed in to change notification settings - Fork 157
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HAFS related moving-nesting, nest coupling, and movable output grid c…
…apabilities (#501) * Add the storm-following or specified moving-nesting capability for both the regional and global configuration. * Expand the UFS/HAFS FV3ATM-HYCOM ocean coupling to support the static and moving nesting configuration. * Expand the write grid component to support outputting the moving nest domain properly. * Five HAFS related moving-nesting regression tests are added to test these newly added features. The regional_hafs RT was removed. Co-authored-by: Dom Heinzeller <climbfuji@ymail.com> Co-authored-by: Dom Heinzeller <dom.heinzeller@icloud.com> Co-authored-by: Grant Firl <grantf@ucar.edu> Co-authored-by: Daniel Rosen <daniel.rosen@noaa.gov> Co-authored-by: man.zhang <Man.Zhang@noaa.gov> Co-authored-by: William Ramstrom <William.Ramstrom@noaa.gov> Co-authored-by: Ufuk Turuncoglu <ufuk.turuncoglu@noaa.gov> Co-authored-by: Dusan Jovic <dusan.jovic@noaa.gov> Co-authored-by: A-Kyle <kyle.ahern@noaa.gov> Co-authored-by: Gerhard Theurich <theurich@sourcespring.net> Co-authored-by: Dusan Jovic <48258889+DusanJovic-NOAA@users.noreply.github.com>
- Loading branch information
1 parent
cec4d38
commit 6e6d9c7
Showing
10 changed files
with
1,208 additions
and
295 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
Submodule atmos_cubed_sphere
updated
18 files
+15 −0 | CMakeLists.txt | |
+237 −24 | driver/fvGFS/atmosphere.F90 | |
+13 −2 | model/fv_arrays.F90 | |
+18 −4 | model/fv_control.F90 | |
+12 −0 | model/fv_grid_utils.F90 | |
+84 −1 | model/fv_nesting.F90 | |
+175 −0 | moving_nest/bounding_box.F90 | |
+2,740 −0 | moving_nest/fv_moving_nest.F90 | |
+1,199 −0 | moving_nest/fv_moving_nest_main.F90 | |
+1,737 −0 | moving_nest/fv_moving_nest_physics.F90 | |
+621 −0 | moving_nest/fv_moving_nest_types.F90 | |
+3,858 −0 | moving_nest/fv_moving_nest_utils.F90 | |
+1,837 −0 | moving_nest/fv_tracker.F90 | |
+84 −0 | tools/fv_diagnostics.F90 | |
+3 −0 | tools/fv_diagnostics.h | |
+425 −51 | tools/fv_grid_tools.F90 | |
+292 −0 | tools/fv_mp_mod.F90 | |
+1 −1 | tools/fv_surf_map.F90 |
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.