To create an upload with all calculations in a directory structure:
then this will be in parsers/exciting.
```
zip -r <upload-file>.zip <directory>/*
```
Go to the [NOMAD upload page](https://nomad-lab.eu/prod/rae/gui/uploads) to upload files
or find instructions about how to upload files from the command line.
## Input Filenames
## Using the parser
Variable names & variable definitions are case sensitive
You can use NOMAD's parsers and normalizers locally on your computer. You need to install
NOMAD's pypi package:
Some variable names point to other variable names, e.g., `inputgwFile`. <br>
```
pip install nomad-lab
```
Sorted by variable name
To parse code input/output from the command line, you can use NOMAD's command line
interface (CLI) and print the processing results output to stdout:
ToDo:
- split the table into two groups: necessary and optional input files.
- search for changes of `PWD`: `grep -H -r "chdir"` # os.chdir()
- A "developers" version of the filename list could look like the table below, however, the "users" version should just be a concise version of the second column, using examples instead of nested definitions. E.g.,using `EPSILON_*.OUT` instead of `'EPSILON_' + ext + ... +.'OUT'`