4 | | 2) This brought up the error, so I backtracked, reinstated the original usage profile for these variables, and instead cloned them and changed the usage profile of the cloned variables. At this point there are 2 copies of each variable in STASH, one going to 'secondary store', the other to pp4 (or whatever pp file it was). |
5 | | 3) The error still came up and at this point I had a good look in the documentation to try and fathom what STASH was doing and I realised that TALLTS, the **time** profile associated with the variables, was not being written to the STASHC file which is where rdbasis was reading from, but the variables requesting TALLTS as their time profile, were, causing it to fail as it could not find TALLTS. |
6 | | 4) Next, I removed TALLTS completely, created a new one with name ALLTS that was identical to it and assigned all the variables that were on TALLTS to ALLTS. This fixed the unrecognised time profile error but brought up the same error with the usage profile associated with most of these variables - UPUKCA. |
| 4 | 2) This brought up the error, so I backtracked, reinstated the original usage profile for these diagnostics, and instead cloned them and changed the usage profile of the cloned variables. At this point there are 2 copies of each variable in STASH, one going to 'secondary store', the other to pp4 (or whatever pp file it was). |
| 5 | 3) The error still came up and at this point I had a good look in the documentation to try and fathom what STASH was doing and I realised that TALLTS, the **time** profile associated with the diagnostics, was not being written to the STASHC file which is where rdbasis was reading from, but the diagnostics requesting TALLTS as their time profile, were, causing it to fail as it could not find TALLTS. I then removed the diagnostics that were outputting to a fieldsfile so that we were back to one copy of each diagnostic going to the 'secondary store'. |
| 6 | 4) Next, I removed TALLTS completely, created a new one with name ALLTS that was identical to it and assigned all the diagnostics that were on TALLTS to ALLTS. This fixed the unrecognised time profile error but brought up the same error with the usage profile associated with most of these diagnostics - UPUKCA. |