Skip to content

Commit

Permalink
Per #2741, attempting to resolve errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jprestop committed Nov 11, 2024
1 parent fe0ba53 commit 0efb07d
Showing 1 changed file with 32 additions and 30 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,10 @@
# Datasets
# --------
#
# | **Forecast:** CESM 1979-1983 Simulations
# | * Community Land Model (CLM) file
# | * Community Atmosphere Model (CAM) file
# | **Forecast:** CESM 1979-1983 Simulations
# |
# | * Community Land Model (CLM) file
# | * Community Atmosphere Model (CAM) file
#
# **Observation:** Raw FLUXNET2015 observations
#
Expand Down Expand Up @@ -242,6 +243,7 @@
#
# [UPDATE_SECTION_CONTENT]
#

##############################################################################
# Running METplus
# ---------------
Expand All @@ -265,42 +267,42 @@
# Output for the use case will be found in 3 folders (relative to **OUTPUT_BASE**).
# Those folders are::
#
# * PyEmbedIngest
# * PointStat
# * PlotPointObs
# * PyEmbedIngest
# * PointStat
# * PlotPointObs
#
# The PyEmbedIngest folder contains all of the TCI output calculated using CESM files in NETCDF format::
#
# * regrid_data_plane_DJF.nc
# * regrid_data_plane_JJA.nc
# * regrid_data_plane_MAM.nc
# * regrid_data_plane_SON.nc
# * regrid_data_plane_DJF.nc
# * regrid_data_plane_JJA.nc
# * regrid_data_plane_MAM.nc
# * regrid_data_plane_SON.nc
#
# The PointStat folder contains all of the following output from the PointStat call::
#
# * point_stat_DJF_000000L_19790101_000000V_cnt.txt
# * point_stat_DJF_000000L_19790101_000000V_ctc.txt
# * point_stat_DJF_000000L_19790101_000000V_mpr.txt
# * point_stat_DJF_000000L_19790101_000000V.stat
# * point_stat_JJA_000000L_19790101_000000V_cnt.txt
# * point_stat_JJA_000000L_19790101_000000V_ctc.txt
# * point_stat_JJA_000000L_19790101_000000V_mpr.txt
# * point_stat_JJA_000000L_19790101_000000V.stat
# * point_stat_MAM_000000L_19790101_000000V_cnt.txt
# * point_stat_MAM_000000L_19790101_000000V_ctc.txt
# * point_stat_MAM_000000L_19790101_000000V_mpr.txt
# * point_stat_MAM_000000L_19790101_000000V.stat
# * point_stat_SON_000000L_19790101_000000V_cnt.txt
# * point_stat_SON_000000L_19790101_000000V_ctc.txt
# * point_stat_SON_000000L_19790101_000000V_mpr.txt
# * point_stat_SON_000000L_19790101_000000V.stat
# * point_stat_DJF_000000L_19790101_000000V_cnt.txt
# * point_stat_DJF_000000L_19790101_000000V_ctc.txt
# * point_stat_DJF_000000L_19790101_000000V_mpr.txt
# * point_stat_DJF_000000L_19790101_000000V.stat
# * point_stat_JJA_000000L_19790101_000000V_cnt.txt
# * point_stat_JJA_000000L_19790101_000000V_ctc.txt
# * point_stat_JJA_000000L_19790101_000000V_mpr.txt
# * point_stat_JJA_000000L_19790101_000000V.stat
# * point_stat_MAM_000000L_19790101_000000V_cnt.txt
# * point_stat_MAM_000000L_19790101_000000V_ctc.txt
# * point_stat_MAM_000000L_19790101_000000V_mpr.txt
# * point_stat_MAM_000000L_19790101_000000V.stat
# * point_stat_SON_000000L_19790101_000000V_cnt.txt
# * point_stat_SON_000000L_19790101_000000V_ctc.txt
# * point_stat_SON_000000L_19790101_000000V_mpr.txt
# * point_stat_SON_000000L_19790101_000000V.stat
#
# The PlotPointObs folder contains all of the plots from the PlotPointObs call::
#
# * cesm_fluxnet2015_DJF.ps
# * cesm_fluxnet2015_JJA.ps
# * cesm_fluxnet2015_MAM.ps
# * cesm_fluxnet2015_SON.ps
# * cesm_fluxnet2015_DJF.ps
# * cesm_fluxnet2015_JJA.ps
# * cesm_fluxnet2015_MAM.ps
# * cesm_fluxnet2015_SON.ps

##############################################################################
# Keywords
Expand Down

0 comments on commit 0efb07d

Please sign in to comment.