From 5eb8429046cd0c4a431941dd2e98c3bd85dd28a9 Mon Sep 17 00:00:00 2001 From: linniahawkins <33422950+linniahawkins@users.noreply.github.com> Date: Thu, 29 May 2025 14:37:06 -0600 Subject: [PATCH] resolve issue #103: Example 1.7 typo --- .../customizing-the-clm-namelist.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/users_guide/setting-up-and-running-a-case/customizing-the-clm-namelist.rst b/doc/source/users_guide/setting-up-and-running-a-case/customizing-the-clm-namelist.rst index 2d6f58f317..a4333a2b29 100644 --- a/doc/source/users_guide/setting-up-and-running-a-case/customizing-the-clm-namelist.rst +++ b/doc/source/users_guide/setting-up-and-running-a-case/customizing-the-clm-namelist.rst @@ -186,7 +186,7 @@ Example: user_nl_clm namelist outputting some files in 1D Vector format hist_fincl5 = 'TG' hist_fincl6 = 'TG' hist_dov2xy = .true., .false., .false., .false. - hist_type2d_pertape = ' ', 'GRID', 'COLS', ' ' + hist_type1d_pertape = ' ', 'GRID', 'COLS', ' ' hist_nhtfrq = 0, -24, -24, -24 .. warning:: ``LAND`` and ``COLS`` are also options to the pertape averaging, but currently there is a bug with them and they fail to work.