Skip to content

olivierbonte/Land_Atmosphere_interactions_notes_public

Repository files navigation

Land_Atmosphere_interactions_notes

Repository containing the practical material for the course of Land-Atmosphere Interactions. This course materials is also hosted as a website at https://obonte.quarto.pub/land-atmosphere-interactions-practicals/.

The assignment (without solutions) can be found on a public repository. The solutions are in a private repository, access to which can be granted upon contacting me.

Installation instructions

First, make a local copy of this repository using

git clone https://github.com/olivierbonte/Land_Atmosphere_interactions_notes.git

or download as zip file and unzip. In each case, make sure to navigate inside the Land_Atmosphere_interactions_notes practical before executing any of the command line interface (CLI) instructions below.

Go to the Quarto download page and download Quarto for your operating system (OS). This repository was built using Quarto 1.6.40.

Next, make sure you have (Mini)Conda installed (download links found here). Next open your CLI (or Anaconda prompt) and type:

conda env create -f environment.yml
conda activate la_interactions_quarto

In this repository, the final output is rendered to pdf. Therefore, a LaTeX distribution is needed. If you don't have a Tex distribution installed on your machine, install the TinyTex distribution, a lightweight version of TeX Live, with following command in the CLI:

quarto install tinytex

To render the diagrams, made with Mermaid, quarto needs the Chrome or Edge browser. If neither is present on your device, you can opt to download a lightweight version of chrome with following CLI command:

quarto install chromium

There are several ways to use Quarto, but here VS Code is used as interface. With VS Code installed for you OS, perform the following:

  1. Under extensions, install the Quarto extension.
  2. Follow the instructions here and select la_interations_quarto as your Python interpreter for VS Code.
  3. To have a nice preview of your .qmd quarto document, use Ctrl + Shift + k. After modifying the .qmd document, use the same key combination to render the preview again. Alternatively, run quarto preview in the CLI (this should normally eliminate the need to use Ctrl + Shift + k repeatedly).
  4. To render the entire set of documents as one .pdf, type quarto render in the command line. Under the _book folder, you can then find the render .pdf.

About

Repository containing the practical material for the course of Land-Atmosphere Interactions at Ghent University (https://studiekiezer.ugent.be/2025/studiefiche/en/I002451)

Resources

Stars

Watchers

Forks

Packages

No packages published