Skip to content

Commit af27fd9

Browse files
authored
Merge pull request #1 from ekluzek/ekluzek-README-update
Update README.md
2 parents 819498c + d1c3eeb commit af27fd9

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,15 @@ Filenames and metadata:
1616

1717
There is a good description of metadata that should be included in inputdata files here: https://www.cesm.ucar.edu/models/cam/metadata
1818

19-
Filenames should be descriptive and should contain the date the file was created. Files published in inputdata should never be overwritten.
20-
Replacement files should be different at least by creation date.
19+
Filenames should be descriptive and should contain the date the file was created. Other information in the filename is also useful to keep as shown in the list below. Files published in inputdata should never be overwritten.
20+
Replacement files should be different at least by creation date. Files that come from CESM simualtions should normally follow the output naming conventions from https://www.cesm.ucar.edu/models/cesm2/naming-conventions#modelOutputFilenames
21+
22+
Files should be placed under the appropriate directory for the component it's used or applicable for (so under lnd/clm2 for data that applies to the CLM/CTSM land model). Subdirectories under those levels should be used to seperate data by general types as needed for that component.
23+
24+
Some suggestions on things to include in the filename:
25+
- Spatial resolution of the gridded data
26+
- Year (or years) for which the data was observed or applicable to
27+
- Institution or project source of the data
28+
- Creation date in the form of _cMMDDYY.nc
29+
- CESM casename that was used to create the data (also simulation date for it) (see output file naming conventions above)
30+
- Things needed to distinquish it from other similar files in inputdata (i.e. things like number of vertical levels, land-mask, number of Plant Functional Types, etc.)

0 commit comments

Comments
 (0)