From 9c7445eb7867902d39c41142242072a373cfdf52 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 3 Oct 2024 12:07:51 +0000 Subject: [PATCH] Update documentation --- _modules/pysurfex/configuration.html | 2 +- _sources/index.rst.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_modules/pysurfex/configuration.html b/_modules/pysurfex/configuration.html index 83f57e7..13569b5 100644 --- a/_modules/pysurfex/configuration.html +++ b/_modules/pysurfex/configuration.html @@ -586,7 +586,7 @@

Source code for pysurfex.configuration

             gsize = float(env["LGSIZE"])
         trunc = 2  # linear
         if "TRUNC" in env:
-            trunc = int(env["TRUNC"])
+            trunc = float(env["TRUNC"])
         domain_dict = {
             "nam_pgd_grid": {"cgrid": "CONF PROJ"},
             "nam_conf_proj": {
diff --git a/_sources/index.rst.txt b/_sources/index.rst.txt
index 0abfc1a..f391e2e 100644
--- a/_sources/index.rst.txt
+++ b/_sources/index.rst.txt
@@ -1,5 +1,5 @@
 .. SURFEX Python API documentation master file, created by
-   auto_sphinx.py on Wed Sep 25 09:23:08 2024
+   auto_sphinx.py on Thu Oct  3 12:07:38 2024
    You can adapt this file completely to your liking, but it should at least
    contain the root `toctree` directive.