164 | | Generate the DRS structure: |
165 | | |
166 | | {{{ |
167 | | esgprep drs list --project cordex /path/to/02_EuroCORDEX_INTERIM_044_v20140616/ |
168 | | esgprep drs tree --project cordex /path/to/02_EuroCORDEX_INTERIM_044_v20140616/ |
169 | | esgprep drs todo --project cordex /path/to/02_EuroCORDEX_INTERIM_044_v20140616/ |
170 | | esgprep drs upgrade --project cordex /path/to/02_EuroCORDEX_INTERIM_044_v20140616/ |
171 | | }}} |
172 | | |
173 | | If version must be overridden execute the following instead: |
174 | | |
175 | | {{{ |
176 | | esgprep drs list --project cordex /path/to/02_EuroCORDEX_INTERIM_044_v20140616/ --version YYYYMMDD |
177 | | esgprep drs tree --project cordex /path/to/02_EuroCORDEX_INTERIM_044_v20140616/ --version YYYYMMDD |
178 | | esgprep drs todo --project cordex /path/to/02_EuroCORDEX_INTERIM_044_v20140616/ --version YYYYMMDD |
179 | | esgprep drs upgrade --project cordex /path/to/02_EuroCORDEX_INTERIM_044_v20140616/ --version YYYYMMDD |
180 | | }}} |
181 | | |
182 | | If some facet is incorrect or missing (institute_id and product in this case): |
| 164 | Generate the DRS structure. Use --version to change version. If some facet is incorrect or missing use --set-value (institute_id and product in this case): |