From 25d423ae88eb195125f8fabba92dfab251292c41 Mon Sep 17 00:00:00 2001 From: lisagoodrich <33230218+lisagoodrich@users.noreply.github.com> Date: Fri, 8 Nov 2024 16:05:45 -0700 Subject: [PATCH] trying stuff --- .../PointStat_fcstCESM_obsFLUXNET2015_TCI.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/use_cases/model_applications/land_surface/PointStat_fcstCESM_obsFLUXNET2015_TCI.py b/docs/use_cases/model_applications/land_surface/PointStat_fcstCESM_obsFLUXNET2015_TCI.py index 29c46eec2..f877f0580 100644 --- a/docs/use_cases/model_applications/land_surface/PointStat_fcstCESM_obsFLUXNET2015_TCI.py +++ b/docs/use_cases/model_applications/land_surface/PointStat_fcstCESM_obsFLUXNET2015_TCI.py @@ -23,7 +23,6 @@ # # Dirmeyer, P. A., 2011: The terrestrial segment of soil moisture-climate coupling. # *Geophys. Res. Lett.*, **38**, L16702, `doi: 10.1029/2011GL048268 `_. -# ############################################################################## # Version Added @@ -47,16 +46,17 @@ # This tarball should be unpacked into the directory that you will set the value of INPUT_BASE. See `Running METplus`_ section for more information. # # **Data Source:** CESM - NSF NCAR Climate & Global Dynamics (CGD); FLUXNET2015 "SUBSET" Data Product: https://fluxnet.org/data/fluxnet2015-dataset/subset-data-product/ - -############################################################################## +# +# +# # Python Dependencies -# ------------------- +# # # This use case requires the following Python dependencies:: # -# * Xarray -# * Pandas -# * METcalcpy 3.0.0+ +# * Xarray +# * Pandas +# * METcalcpy 3.0.0+ ############################################################################## # METplus Components