@@ -6,15 +6,15 @@ All CoReSSD data and code live under a single root on the NASA Discover HPC clus
66/discover/nobackup/projects/coressd
77```
88
9- ## Known Top-Level Structure
9+ ## Top-Level Structure
1010
1111```
1212/discover/nobackup/projects/coressd
1313├── OSU/
1414│ └── MOD10A1F.061/MODIS_Proc/
1515│ └── download_snow/ # raw MOD10A1F CGF tiles
1616├── mwrzesie/
17- │ └── runOL/out.OL/SURFACEMODEL/ # NoahMP/LIS outputs (generated by M. Wrzesien)
17+ │ └── runOL/out.OL/SURFACEMODEL/ # Raw NoahMP/LIS outputs (generated by M. Wrzesien)
1818├── Blender/
1919│ ├── Inputs/ # staged LIS + MODIS inputs, by water year
2020│ │ └── WYxxxx/
@@ -29,13 +29,13 @@ All CoReSSD data and code live under a single root on the NASA Discover HPC clus
2929│ │ └── clipped_WYxxxx/
3030│ └── Runs/
3131│ └── WYxxxx/
32- │ ├── temp_nc/ # per- slice Blender outputs (delete after merging)
33- │ └── outputs/ # final PAN-American merged NetCDF files
32+ │ ├── temp_nc/ # slice Blender outputs (delete after merging)
33+ │ └── outputs/ # final continental merged NetCDF files
3434├── Github/
3535│ ├── verse/ # Blender Julia + Python scripts
3636│ ├── Slurm_Blender/ # slurm job scripts for input generation & post-processing
3737│ ├── slurm_jobs/ # auto-generated by submit_slurm.jl at run time
38- │ └── wshed/ # watershed bounding-box data
38+ │ └── wshed/ # watershed bounding-box data for test runs
3939├── csd_dev/ # CoReSSD intermediary processing (MATLAB)
4040├── csd_aux_data/
4141│ └── aux_data -> symlink # shapefiles, DEM, projection, ocean mask
0 commit comments