From 5832590cfe6609d03f62fe1875c3540f94a3bbde Mon Sep 17 00:00:00 2001 From: Stefano Serafin <stefano.serafin@univie.ac.at> Date: Wed, 1 Mar 2023 08:26:44 +0000 Subject: [PATCH] WRF.md: defined document structure --- WRF.md | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) diff --git a/WRF.md b/WRF.md index 8b13789..8e23dd7 100644 --- a/WRF.md +++ b/WRF.md @@ -1 +1,56 @@ +# What is WRF, where to get information about it + +# Organization of the source code + +# Overview of common tasks + +# Compiling the model + +# Running an idealized simulation + +# Running a real-case simulation + +# Suggested workflow + +# Analysing model output + +# Important namelist settings + +# Advanced use + +## Changing the source code + +## Conditional compilation + +## Customizing model output + +## Adding namelist variables + +## Running offline nested simulations + +# Specific tasks + +## Before running the model + +### Defining the vertical grid + +### Defining a new geographical database + +### Using ECMWF data as IC/BC + +### Spinning up soil fields + +### Using observation nudging + +## After running the model + +### Interpolating model output to a new grid + +### Subsetting model output + +### Further compression of model output (data packing) + +### Converting model output to CF-compliant NetCDF + +# Useful tools -- GitLab