Skip to content

Commit

Permalink
Exercise a bit more of the CTSM-specific hillslope scripts.
Browse files Browse the repository at this point in the history
By renaming some of the test hillslope gridcell files, this tests the scripts' ability to handle (a) multiple gridcells per chunk and (b) missing chunks.
  • Loading branch information
samsrabin committed Oct 15, 2024
1 parent 61122a2 commit ae15b23
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 4 deletions.
Git LFS file not shown

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
These gridcell files were generated according to the procedure given in the `representative-hillslopes` submodule's `shell_scripts/README.md`, plus the following:
```bash
mv chunk_07_HAND_4_col_hillslope_geo_params_Trapezoidal_MERIT_j_001_i_001.nc chunk_06_HAND_4_col_hillslope_geo_params_Trapezoidal_MERIT_j_001_i_001.nc
mv chunk_25_HAND_4_col_hillslope_geo_params_Trapezoidal_MERIT_j_004_i_004.nc chunk_26_HAND_4_col_hillslope_geo_params_Trapezoidal_MERIT_j_004_i_004.nc
```

I.e., chunk 7's gridcell was lumped in with chunk 6, and chunk 25 was renamed to chunk 26. This change exercises the `combine_gridcell_files` script a bit more than having one gridcell per chunk and no skipped chunks.

0 comments on commit ae15b23

Please sign in to comment.