Skip to content

Commit

Permalink
Yet another README update
Browse files Browse the repository at this point in the history
  • Loading branch information
jbedia committed Jun 28, 2018
1 parent e0216d8 commit 1695ffa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ range(ps.mmHg$Data)
## [1] 649.9846 792.7401
```

## Available variable derivations
## Derivation of physical quantities

In the following table the available variable derivations are summarized, including the input variables. The nomenclature of the input variables to calculate the derivations is according to the [climate4R vocabulary](https://github.com/SantanderMetGroup/loadeR/blob/devel/inst/vocabulary.txt) (see `loadeR::c4R.vocabulary()`)

Expand All @@ -40,7 +40,7 @@ The (*) symbol indicates that the function is planned but not yet available.
| function | Definition | psl | ps | tas | dpds | tdps | zgs | huss | hurs | rsds | rlds |
|----------- |------------------------------------------------- |----- |---- |----- |------ |------ |---- |------ |------ |------ |------ |
| `psl2ps` | Sea-level pressure to surface pressure | X | | X | | | X | | | | |
| `ps2psl`* | Surface pressure to sea-level pressure | | X | X | | | X | | | | |
| `ps2psl` | Surface pressure to sea-level pressure | | X | X | | | X | | | | |
| `rad2cc` | Radiation to cloud cover | | | | | | | | | X | X |
| `huss2hurs` | Specific humidity to relative humidity | | X | X | | | | X | | | |
| `hurs2huss` | Relative humidity from specific humidity | | X | X | | | | | X | | |
Expand Down

0 comments on commit 1695ffa

Please sign in to comment.