From e49916e51c7d534c618ac9baf245f58837003188 Mon Sep 17 00:00:00 2001 From: Pao Corrales Date: Wed, 14 Feb 2024 13:20:54 -0300 Subject: [PATCH] fix link --- content/observations/02-conv-bufr.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/observations/02-conv-bufr.qmd b/content/observations/02-conv-bufr.qmd index 342db8d..33f26be 100644 --- a/content/observations/02-conv-bufr.qmd +++ b/content/observations/02-conv-bufr.qmd @@ -13,7 +13,7 @@ This requires to incorporate these new observations [available at @garcia2019] t ## Add observations to a prepBUFR file -In the [previous section](obs/01-bufr.qmd) I briefly explained how to read and write a bufr file. To *add* new observations to an existing file (o to a new file!) we use the same functions mentioned [here](#an-introduction-on-how-to-read-and-write-bufr-files) and structure of the routine is also similar. But we also need to figure out how to read the new observations into fortran and how to create new reports. +In the [previous section](01-bufr.qmd) I briefly explained how to read and write a bufr file. To *add* new observations to an existing file (o to a new file!) we use the same functions mentioned [here](#an-introduction-on-how-to-read-and-write-bufr-files) and structure of the routine is also similar. But we also need to figure out how to read the new observations into fortran and how to create new reports. The code I'm sharing here assume that the new observations are in csv format and has the following look (without the header):