From f807c49350a6561089eadd6e997be45e7f2c7c39 Mon Sep 17 00:00:00 2001 From: Stefano Serafin <stefano.serafin@univie.ac.at> Date: Sun, 5 Mar 2023 09:16:00 +0000 Subject: [PATCH] WRF.md, updated TOC --- WRF.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/WRF.md b/WRF.md index 7ed1bf4..0a196e6 100644 --- a/WRF.md +++ b/WRF.md @@ -5,6 +5,9 @@ 1. [Basic usage](#basic-usage) * [Organization of the source code](#organization-of-the-source-code) * [Compiling the model](#compiling-the-model) + * [Make the prerequisite libraries available](#make-the-prerequisite-libraries-available) + * [Configure WRF for compilation](#configure-wrf-for-compilation) + * [Compile WRF](#compile-wrf) * [Copying compiled WRF code](#copying-compiled-wrf-code) * [Running WRF in a software container](#) * [Running an idealized simulation](#) @@ -14,7 +17,7 @@ * [Important namelist settings](#) 1. [Advanced usage](#) * [Changing the source code](#) - * [Conditional compilation](#) + * [Conditional compilation](#conditional-compilation) * [Customizing model output](#) * [Adding namelist variables](#) * [Running offline nested simulations](#) -- GitLab