-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[develop] feat: predefined grid support for smoke/dust component (#1190)
* Adds support for SRW predefined grids to the smoke/dust component. NA grids currently fail in prep tasks due to incorrect sources for ICs (need GFS not RAP/HRRR). Currently supported grids: CONUS 13km, CONUS 3km, CONUS 25km. Note that predefined grid data is currently staged on Hera. * Smoke/dust task runs in parallel. * Adds unit tests. * Adds support for T1 platforms. * Scripts refactored to use an initialize-run-finalize strategy. Scripts have been broken into modules more reminiscent of a library. --------- Co-authored-by: Chan-hoo.Jeon <chan-hoo.jeon@noaa.gov> Co-authored-by: Chan-hoo Jeon <Chan-hoo.Jeon@gaea65.ncrc.gov> Co-authored-by: michael.lueken <Michael.Lueken@noaa.gov> Co-authored-by: Chan-Hoo.Jeon-NOAA <60152248+chan-hoo@users.noreply.github.com>
- Loading branch information
1 parent
1d252b0
commit 33f4587
Showing
59 changed files
with
2,797 additions
and
1,643 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,3 +27,4 @@ conda_loc | |
|
||
*.swp | ||
__pycache__ | ||
.idea |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
smoke\_dust.core.regrid package | ||
=============================== | ||
|
||
.. automodule:: smoke_dust.core.regrid | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Submodules | ||
---------- | ||
|
||
smoke\_dust.core.regrid.common module | ||
------------------------------------- | ||
|
||
.. automodule:: smoke_dust.core.regrid.common | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
smoke\_dust.core.regrid.processor module | ||
---------------------------------------- | ||
|
||
.. automodule:: smoke_dust.core.regrid.processor | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
smoke\_dust.core package | ||
======================== | ||
|
||
.. automodule:: smoke_dust.core | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Subpackages | ||
----------- | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
|
||
smoke_dust.core.regrid | ||
|
||
Submodules | ||
---------- | ||
|
||
smoke\_dust.core.common module | ||
------------------------------ | ||
|
||
.. automodule:: smoke_dust.core.common | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
smoke\_dust.core.context module | ||
------------------------------- | ||
|
||
.. automodule:: smoke_dust.core.context | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
smoke\_dust.core.cycle module | ||
----------------------------- | ||
|
||
.. automodule:: smoke_dust.core.cycle | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
smoke\_dust.core.preprocessor module | ||
------------------------------------ | ||
|
||
.. automodule:: smoke_dust.core.preprocessor | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
smoke\_dust.core.variable module | ||
-------------------------------- | ||
|
||
.. automodule:: smoke_dust.core.variable | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
smoke\_dust package | ||
=================== | ||
|
||
.. automodule:: smoke_dust | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Subpackages | ||
----------- | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
|
||
smoke_dust.core | ||
|
||
Submodules | ||
---------- | ||
|
||
smoke\_dust.add\_smoke module | ||
----------------------------- | ||
|
||
.. automodule:: smoke_dust.add_smoke | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
smoke\_dust.generate\_emissions module | ||
-------------------------------------- | ||
|
||
.. automodule:: smoke_dust.generate_emissions | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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.