Skip to content

Commit 87a8782

Browse files
committed
add link to standard names repo for more units info
1 parent 916a12a commit 87a8782

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Required python libraries (pip install):
88

99
- mkdocs
1010
- mkdocs-material
11+
- mkdocs-git-committers-plugin
12+
- mkdocs-git-revision-date-localized-plugin
1113

1214
# Pushing updates
1315
1. Clone the repository and checkout `main`

docs/conversion/create-metadata.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ Replace all `enter_*` sections with appropriate information (standard_name, unit
3535

3636

3737
- *units*: the units can be found in the standard names spreadsheet as well (`Snapshot Units` column)
38+
- You can find additional rules for units in the [ESMStandardNames repository](https://github.com/ESCOMP/ESMStandardNames/blob/main/StandardNamesRules.rst#units)
3839
- *dimensions*: Refer to the table below
3940
- If you have module level variables (variables above the "contains" line in a module file) which are declared with dimension `pver` or `pverp`, then you need to make this variable be allocatable and allocate the variable in the init routine. This is due to the fact that pver is not known at compilation time, but is rather a run-time option in CAM-SIMA
4041
- Note for pcols inside parameterizations: As only active columns will be passed to the parameterizations, there is no need for a maximum size variable anymore

0 commit comments

Comments
 (0)