Skip to content

Commit

Permalink
Edit paths in creating-hillslope-datasets.rst.
Browse files Browse the repository at this point in the history
  • Loading branch information
samsrabin committed Oct 15, 2024
1 parent c7dbb53 commit a6af9ac
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand All @@ -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 \
Expand Down

0 comments on commit a6af9ac

Please sign in to comment.