Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2D advection of cellular automata (Combined PR# 1804) #1870

Merged
merged 24 commits into from
Sep 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
29d1abf
2D advection of cellular automata
lisa-bengtsson Aug 16, 2023
d4b61a0
update submodule pointer to FV3
lisa-bengtsson Aug 29, 2023
3374edc
update submodule pointer to stochastic_physics
lisa-bengtsson Aug 29, 2023
eaa8104
logs
lisa-bengtsson Aug 29, 2023
3c807f5
Merge branch 'develop' of https://github.com/ufs-community/ufs-weathe…
lisa-bengtsson Aug 29, 2023
b350b18
upsdate submodule stochastic_physics
lisa-bengtsson Aug 29, 2023
1604fd3
update submodule pointer
lisa-bengtsson Sep 1, 2023
84e3433
hera intel log
lisa-bengtsson Sep 1, 2023
ad15c86
merge upstream
lisa-bengtsson Sep 1, 2023
bfea8b5
add Configuration.rst change from 1804
zach1221 Sep 1, 2023
59915ba
add Glossary.rst change from 1804
zach1221 Sep 1, 2023
bc20405
Delete doc/UsersGuide/build/.gitignore
zach1221 Sep 1, 2023
756169e
add hera RT logs: passed
zach1221 Sep 5, 2023
81fd19b
add jet RT logs: passed
zach1221 Sep 5, 2023
0a35956
add gaea RT logs: passed
zach1221 Sep 5, 2023
a1be896
add orion RT logs: passed
zach1221 Sep 5, 2023
78926d8
add cheyenne RT logs: passed
zach1221 Sep 5, 2023
1a80656
WCOSS2 RT Log
BrianCurtis-NOAA Sep 5, 2023
dac8d8d
Acorn RT Log
BrianCurtis-NOAA Sep 5, 2023
6868acb
Update submodule pointer to hash:fed14957ba8fa9789b86c2df413b76a9eef6…
lisa-bengtsson Sep 5, 2023
c326002
Update .gitmodules pointer to stochastic_physics
lisa-bengtsson Sep 5, 2023
69b8ab5
Merge branch 'CA_advect' of https://github.com/lisa-bengtsson/ufs-wea…
lisa-bengtsson Sep 5, 2023
01f6a1d
Update submodule pointer to FV3
lisa-bengtsson Sep 5, 2023
27a80d9
Update .gitmodules
lisa-bengtsson Sep 5, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions doc/UsersGuide/build/.gitignore

This file was deleted.

446 changes: 443 additions & 3 deletions doc/UsersGuide/source/Configurations.rst

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions doc/UsersGuide/source/Glossary.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ Glossary
cron table
Cron is a job scheduler accessed through the command-line on UNIX-like operating systems. It is useful for automating tasks such as regression testing. Cron periodically checks a cron table (aka crontab) to see if any tasks are are ready to execute. If so, it runs them.

data assimilation
Data assimilation is the process of combining observations, model data, and error statistics to achieve the best estimate of the state of a system. One of the major sources of error in weather and climate forecasts is uncertainty related to the initial conditions that are used to generate future predictions. Even the most precise instruments have a small range of unavoidable measurement error, which means that tiny measurement errors (e.g., related to atmospheric conditions and instrument location) can compound over time. These small differences result in very similar forecasts in the short term (i.e., minutes, hours), but they cause widely divergent forecasts in the long term. Errors in weather and climate forecasts can also arise because models are imperfect representations of reality. Data assimilation systems seek to mitigate these problems by combining the most timely observational data with a "first guess" of the atmospheric state (usually a previous forecast) and other sources of data to provide a "best guess" analysis of the atmospheric state to start a weather or climate simulation. When combined with an "ensemble" of model runs (many forecasts with slightly different conditions), data assimilation helps predict a range of possible atmospheric states, giving an overall measure of uncertainty in a given forecast.

DATM
DATM is the *Data Atmosphere* component of :term:`CDEPS`. It uses static atmospheric forcing files (derived from observations or previous atmospheric model runs) instead of output from an active atmospheric model. This reduces the complexity and computational cost associated with coupling to an active atmospheric model. The *Data Atmosphere* component is particularly useful when employing computationally intensive Data Assimilation (DA) techniques to update ocean and/or sea ice fields in a coupled model. In general, use of DATM in place of :term:`ATM` can be appropriate when users are running a coupled model and only want certain components of the model to be active. More information about DATM is available in the `CDEPS Documentation <https://escomp.github.io/CDEPS/versions/master/html/datm.html>`__.

Expand Down
1,078 changes: 539 additions & 539 deletions tests/logs/RegressionTests_acorn.log

Large diffs are not rendered by default.

1,631 changes: 817 additions & 814 deletions tests/logs/RegressionTests_cheyenne.log

Large diffs are not rendered by default.

1,092 changes: 546 additions & 546 deletions tests/logs/RegressionTests_gaea.log

Large diffs are not rendered by default.

1,532 changes: 766 additions & 766 deletions tests/logs/RegressionTests_hera.log

Large diffs are not rendered by default.

970 changes: 485 additions & 485 deletions tests/logs/RegressionTests_jet.log

Large diffs are not rendered by default.

1,152 changes: 576 additions & 576 deletions tests/logs/RegressionTests_orion.log

Large diffs are not rendered by default.

930 changes: 465 additions & 465 deletions tests/logs/RegressionTests_wcoss2.log

Large diffs are not rendered by default.