From a6af9ac397af83261c7e92838e8c516e3b57efce Mon Sep 17 00:00:00 2001 From: Sam Rabin Date: Tue, 15 Oct 2024 17:31:27 -0600 Subject: [PATCH] Edit paths in creating-hillslope-datasets.rst. --- .../using-clm-tools/creating-hillslope-datasets.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/source/users_guide/using-clm-tools/creating-hillslope-datasets.rst b/doc/source/users_guide/using-clm-tools/creating-hillslope-datasets.rst index 49b828db7b..faa124b09e 100644 --- a/doc/source/users_guide/using-clm-tools/creating-hillslope-datasets.rst +++ b/doc/source/users_guide/using-clm-tools/creating-hillslope-datasets.rst @@ -39,9 +39,9 @@ This example can be run on the NSF NCAR Casper machine; it assumes you've activa .. code-block:: bash - fsurdat=/glade/campaign/cesm/cesmdata/inputdata/lnd/clm2/surfdata_esmf/ctsm5.2.0/surfdata_5x5_amazon_hist_2000_78pfts_c240216.nc - indir=/glade/derecho/scratch/samrabin/hillslopes_5x5_amazon/hand_analysis_global - outdir=/glade/derecho/scratch/samrabin/hillslopes_5x5_amazon/hand_analysis_global/combined + fsurdat=python/ctsm/test/testinputs/surfdata_5x5_amazon_hist_16pfts_CMIP6_2000_c231031.nc + indir=$SCRATCH/hillslopes_5x5_amazon/hand_analysis_global + outdir=$SCRATCH/hillslopes_5x5_amazon/hand_analysis_global/combined python tools/hillslopes/combine_gridcell_files \ -i $fsurdat \ @@ -67,8 +67,8 @@ This example can be run on the NSF NCAR Casper machine; it assumes you've activa .. code-block:: bash - fsurdat=/glade/campaign/cesm/cesmdata/inputdata/lnd/clm2/surfdata_esmf/ctsm5.2.0/surfdata_5x5_amazon_hist_2000_78pfts_c240216.nc - indir=/glade/derecho/scratch/samrabin/hillslopes_5x5_amazon/hand_analysis_global/combined + fsurdat=python/ctsm/test/testinputs/surfdata_5x5_amazon_hist_16pfts_CMIP6_2000_c231031.nc + indir=$SCRATCH/hillslopes_5x5_amazon/hand_analysis_global/combined outfile=${indir}/$(basename ${fsurdat} | sed "s@surfdata@hilldata@") python tools/hillslopes/combine_chunk_files \