diff --git a/_toc.yml b/_toc.yml index e0132cd87..a3aa79e21 100644 --- a/_toc.yml +++ b/_toc.yml @@ -102,31 +102,6 @@ chapters: - file: notebooks/sourcemods/exercises/exercise_add_field - file: notebooks/sourcemods/exercises/exercise_rain_threshold -- file: notebooks/diagnostics/diagnostics - sections: - - file: notebooks/diagnostics/cam/cam - sections: - - file: notebooks/diagnostics/cam/basics_cam - - file: notebooks/diagnostics/cam/advanced_cam - - file: notebooks/diagnostics/cam/cam_se_native_example - - file: notebooks/diagnostics/cam-chem_waccm - - file: notebooks/diagnostics/clm_ctsm/clm_ctsm - sections: - - file: notebooks/diagnostics/clm_ctsm/basics_clm - - file: notebooks/diagnostics/pop/pop - sections: - - file: notebooks/diagnostics/pop/basics_pop - - file: notebooks/diagnostics/pop/advanced_pop - - file: notebooks/diagnostics/cice/cice - sections: - - file: notebooks/diagnostics/cice/basics_cice - - file: notebooks/diagnostics/cice/advanced_cice - - file: notebooks/diagnostics/additional/additional - sections: - - file: notebooks/diagnostics/additional/postprocessing - - file: notebooks/diagnostics/additional/cvdp - - file: notebooks/diagnostics/additional/analysis_tools - - file: notebooks/challenge/challenge sections: - file: notebooks/challenge/cam/cam @@ -172,6 +147,31 @@ chapters: sections: - file: notebooks/challenge/bgc/bgc_exercise_1 +- file: notebooks/diagnostics/diagnostics + sections: + - file: notebooks/diagnostics/cam/cam + sections: + - file: notebooks/diagnostics/cam/basics_cam + - file: notebooks/diagnostics/cam/advanced_cam + - file: notebooks/diagnostics/cam/cam_se_native_example + - file: notebooks/diagnostics/cam-chem_waccm + - file: notebooks/diagnostics/clm_ctsm/clm_ctsm + sections: + - file: notebooks/diagnostics/clm_ctsm/basics_clm + - file: notebooks/diagnostics/pop/pop + sections: + - file: notebooks/diagnostics/pop/basics_pop + - file: notebooks/diagnostics/pop/advanced_pop + - file: notebooks/diagnostics/cice/cice + sections: + - file: notebooks/diagnostics/cice/basics_cice + - file: notebooks/diagnostics/cice/advanced_cice + - file: notebooks/diagnostics/additional/additional + sections: + - file: notebooks/diagnostics/additional/postprocessing + - file: notebooks/diagnostics/additional/cvdp + - file: notebooks/diagnostics/additional/analysis_tools + - file: notebooks/resources/resources_overview sections: - file: notebooks/resources/ncar_hpc diff --git a/notebooks/prereqs/prereqs_overview.ipynb b/notebooks/prereqs/prereqs_overview.ipynb index 9e74d5263..c5400c658 100644 --- a/notebooks/prereqs/prereqs_overview.ipynb +++ b/notebooks/prereqs/prereqs_overview.ipynb @@ -134,263 +134,6 @@ "" ] }, - { - "cell_type": "markdown", - "id": "e731c34f-4386-4869-bdb7-a6e479f07a63", - "metadata": {}, - "source": [ - "### Running on derecho" - ] - }, - { - "cell_type": "markdown", - "id": "202de099-dc2d-47d2-99fb-b6f1b87d654c", - "metadata": {}, - "source": [ - "This tutorial material is designed for use with the derecho HPC system. All of your CESM experiment builds and jobs will be run on derecho.\n", - "\n", - "Please see the link below for more information about the derecho system, including a quick start guide with information about logging into derecho from a terminal, setting up your environment, submitting jobs, etc. " - ] - }, - { - "cell_type": "markdown", - "id": "235c1c69-da82-4cff-95bf-02c1bb2db897", - "metadata": {}, - "source": [ - "
Figure: Some modules available on NCAR HPC resources. D: Default Module. L: Module is loaded.
*" - ] - }, - { - "cell_type": "markdown", - "id": "c523021e-9328-4e0b-8c40-15bcf2ebab75", - "metadata": {}, - "source": [ - "The modules highlighted in blue are text editors discussed further in the [text editors section](https://ncar.github.io/CESM-Tutorial/notebooks/resources/text_editors.html).\n", - "\n", - "The modules highlighted in red are netCDF tools that will be discussed further in the [netCDF section](https://ncar.github.io/CESM-Tutorial/notebooks/resources/netcdf.html).\n", - "\n", - "Note that there are many other analysis software tools available to load into your NCAR HPC environment. These include: idl, julia, matlab, R, python, ncl, etc. While some of these tools are discussed in the [analysis tools section](https://ncar.github.io/CESM-Tutorial/notebooks/diagnostics/additional/analysis_tools.html), we do not highlight them all here and encourage you to further explore your environment and needs." - ] - }, - { - "cell_type": "markdown", - "id": "65848ac8-1cad-47bf-b680-8b129ce4e25d", - "metadata": {}, - "source": [ - "### Loading a new module to your environment\n", - "\n", - "You can load one of the available modules (here we show loading ncview) using the following at the command line: " - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "ad9db6c8-91a9-4c3e-84b4-6e6fb65de213", - "metadata": {}, - "outputs": [], - "source": [ - "module load ncview" - ] - }, - { - "cell_type": "markdown", - "id": "a1e13c85-65d1-4904-a07b-6cba1249ddfd", - "metadata": {}, - "source": [ - "