| 179 | == Step 4. Results == |
| 180 | |
| 181 | Output data are written to the run directory (`EXP00`). |
| 182 | |
| 183 | Diagnostic fields are controlled by the XIOS definition file (`iodef.xml`), and are grouped into files according to their grid. For a 5 day test run, the following files were produced: |
| 184 | {{{ |
| 185 | eORCA1L3P_1d_00010101_00010105_bioscalar.nc |
| 186 | eORCA1L3P_1d_00010101_00010105_grid_T.nc |
| 187 | eORCA1L3P_1d_00010101_00010105_scalar.nc |
| 188 | eORCA1L3P_1m_00010101_00010105_grid_T.nc |
| 189 | eORCA1L3P_5d_00010101_00010105_SBC.nc |
| 190 | eORCA1L3P_5d_00010101_00010105_grid_T.nc |
| 191 | eORCA1L3P_5d_00010101_00010105_grid_U.nc |
| 192 | eORCA1L3P_5d_00010101_00010105_grid_V.nc |
| 193 | eORCA1L3P_5d_00010101_00010105_grid_W.nc |
| 194 | }}} |
| 195 | |
| 196 | Restart files are written 1 per processor, and depending on how XIOS is set up, there may be mutliple files for the diagnostic output too. To concatenate these files, use the `rebuild_nemo` program (under `/work/y07/y07/umshared/bin`), with the base filename and number of files, e.g.: |
| 197 | {{{ |
| 198 | rebuild_nemo eORCA1L3P_00000160_restart 96 |
| 199 | }}} |
| 200 | |
| 201 | To quickly view netCDF files on ARCHER you can use `xconv`, which is also under `/work/y07/y07/umshared/bin`. |
| 202 | |
| 203 | Log messages (including warnings and errors) are written to `ocean.output`. |
| 204 | |