diff --git a/docs/assets/model_evaluation/model_earth.jpg b/docs/assets/model_evaluation/model_earth.jpg new file mode 100644 index 000000000..62f576b4d Binary files /dev/null and b/docs/assets/model_evaluation/model_earth.jpg differ diff --git a/docs/model_evaluation/community_med/index.md b/docs/model_evaluation/community_med/index.md index bcd7eb8d0..8408a418b 100644 --- a/docs/model_evaluation/community_med/index.md +++ b/docs/model_evaluation/community_med/index.md @@ -1,27 +1,28 @@
- +
Observational Catalogues
Observational Catalogues
- +
- Model Catalogues + Model Catalogues
Model Catalogues
- +
Data Formatting
Data Formatting
- +
Evaluation Recipes
diff --git a/docs/model_evaluation/data/data_format.md b/docs/model_evaluation/data/data_format.md index ed84ee2ee..11168dad2 100644 --- a/docs/model_evaluation/data/data_format.md +++ b/docs/model_evaluation/data/data_format.md @@ -59,7 +59,7 @@ dataset ```
- Example of an actual NetCDF file with data (precipitation/rainfall over the dimensions latitude, longitude, and time) and metadata. + Example of an actual NetCDF file with data (precipitation/rainfall over the dimensions latitude, longitude, and time) and metadata.
## Other Data formats diff --git a/docs/model_evaluation/model_diagnostics/index.md b/docs/model_evaluation/model_diagnostics/index.md deleted file mode 100644 index 84405c863..000000000 --- a/docs/model_evaluation/model_diagnostics/index.md +++ /dev/null @@ -1,73 +0,0 @@ - -# ACCESS-NRI Model Live Diagnostics - -## What is Model Live Diagnostics? - -Model Live Diagnostics is a simple, accessible and easy to use Jupter-based framework for the ACCESS modelling community to monitor, visualise and evaluate the behaviour of models in real time (live) while they run on Gadi. - -In addition to monitoring a live model, the package also provides the functionality to load, visualise and compare legacy ACCESS model data with the live model. - -For more information and tutorials, please visit
Model Diagnostics Documentation - - -## Showcase: Monitoring total seawater mass of an ACCESS-CM2 run - -In this showcase, monitoring the progress of an [ACCESS Coupled Model 2 (ACCESS-CM2)](/models/run-a-model/run-access-cm) run will be shown. - -To start a session that automatically checks for new model output within a given period of 20 minutes: - -``` -import med_diagnostics -session = med_diagnostics.session.CreateModelDiagnosticsSession(model_type='CM2', model_path='path/to/your/live/model/data/output', period=20) -``` - -
- For more details on paths and packages refer to the ACCESS-NRI Model Diagnostics documentation. -
- -When the session starts, you will see the following session summary: - -
- Output of the Model Live Diagnostics after a session has been started and a new catalogue is being built. -
- -
- The blue status message box appears while the new intake catalogue is being built from the live model data. Depending on the size of the model data, this can take several minutes. -
- -Once the live model data catalogue has been successfully built, the blue status message will update. -
-The orange status message will report the time and date of the last live model catalogue build, as shown below: -
- Output of the Model Live Diagnostics after the catalogue has been built. -
- -All available datasets for the selected model will be listed in the dropdown menu. -
-Select the dataset that you want to monitor (e.g., `ocean_scalar.1mon`) and click `Load dataset`. - -
- Output of the Model Live Diagnostics with a dropdown menu of available datasets. -
- -Once loaded, a plot will display the first data variable selected from the list. -
-Use the dropdown menu to select and plot any available model variables listed. - -
- Plot of total liquid seawater mass over time of the ‘live’ ACCES CM2 run. -
- -It is also possible to load and compare legacy data, such as other ACCESS-CM2 models by578 and by578a: - -
- Plot of total liquid seawater mass over time of the ‘live’ ACCES CM2 run when compared to legacy model data. -
diff --git a/docs/models/run-a-model/run-access-cm.md b/docs/models/run-a-model/run-access-cm.md index c1f6b6f9a..5cadabd71 100644 --- a/docs/models/run-a-model/run-access-cm.md +++ b/docs/models/run-a-model/run-access-cm.md @@ -409,7 +409,7 @@ In the example above, a failure occurred for the _09500101_ simulation cycle (i. ### Model Live Diagnostics -ACCESS-NRI developed the [Model Live Diagnostics](/model_evaluation/model_diagnostics) framework to check, monitor, visualise, and evaluate model behaviour and progress of ACCESS models currently running on _Gadi_.
+ACCESS-NRI developed the [Model Live Diagnostics](/model_evaluation/evaluation_on_gadi/model_live_diagnostics) framework to check, monitor, visualise, and evaluate model behaviour and progress of ACCESS models currently running on _Gadi_.
For a complete documentation on how to use this framework, check the [Model Live Diagnostics documentation](https://med-live-diagnostics.readthedocs.io/en/latest/index.html). ## Stop, restart and reload suites diff --git a/docs/models/run-a-model/run-access-esm.md b/docs/models/run-a-model/run-access-esm.md index bbec36356..8c37c6780 100644 --- a/docs/models/run-a-model/run-access-esm.md +++ b/docs/models/run-a-model/run-access-esm.md @@ -236,7 +236,7 @@ You can examine the contents of these files to check on the status of a run as i ### Model Live Diagnostics -ACCESS-NRI developed the [Model Live Diagnostics](/model_evaluation/model_diagnostics) framework to check, monitor, visualise, and evaluate model behaviour and progress of ACCESS models currently running on _Gadi_.
+ACCESS-NRI developed the [Model Live Diagnostics](/model_evaluation/evaluation_on_gadi/model_live_diagnostics) framework to check, monitor, visualise, and evaluate model behaviour and progress of ACCESS models currently running on _Gadi_.
For a complete documentation on how to use this framework, check the [Model Diagnostics documentation](https://med-live-diagnostics.readthedocs.io/en/latest/index.html). ### Trouble-shooting diff --git a/docs/models/run-a-model/run-access-om.md b/docs/models/run-a-model/run-access-om.md index 00481a184..768321dd8 100644 --- a/docs/models/run-a-model/run-access-om.md +++ b/docs/models/run-a-model/run-access-om.md @@ -232,7 +232,7 @@ You can examine the contents of these files to check on the status of a run as i ### Model Live Diagnostics -ACCESS-NRI developed the [Model Live Diagnostics](/model_evaluation/model_diagnostics) framework to check, monitor, visualise, and evaluate model behaviour and progress of ACCESS models currently running on _Gadi_.
+ACCESS-NRI developed the [Model Live Diagnostics](/model_evaluation/evaluation_on_gadi/model_live_diagnostics) framework to check, monitor, visualise, and evaluate model behaviour and progress of ACCESS models currently running on _Gadi_.
For a complete documentation on how to use this framework, check the [Model Diagnostics documentation](https://med-live-diagnostics.readthedocs.io/en/latest/index.html). ### Trouble-shooting diff --git a/mkdocs.yml b/mkdocs.yml index 93a755c74..d75369e7d 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -145,12 +145,12 @@ nav: - COSIMA cookbook: model_evaluation/evaluation_on_gadi/cosima.md - Model Live Diagnostics: model_evaluation/evaluation_on_gadi/model_live_diagnostics.md - METplus: model_evaluation/evaluation_on_gadi/metplus.md - - Additional Resources: - - Additional Resources: model_evaluation/community_med/index.md - - Observational Catalogues: model_evaluation/community_med/community_observational_catalogs.md - - Model Catalogues: model_evaluation/community_med/community_model_catalogs.md - - Data Formatting: model_evaluation/community_med/community_data_processing.md - - Evaluation Recipes: model_evaluation/community_med/community_med_recipes.md + - Additional Resources: + - Additional Resources: model_evaluation/community_med/index.md + - Observational Catalogues: model_evaluation/community_med/community_observational_catalogs.md + - Model Catalogues: model_evaluation/community_med/community_model_catalogs.md + - Data Formatting: model_evaluation/community_med/community_data_processing.md + - Evaluation Recipes: model_evaluation/community_med/community_med_recipes.md - Tutorials: - tutorials/index.md