...
If 'CLIMAT_diagnos=1' in 'configexp.cfg' the model output will get further processed.
The diagnostics contain:
- monthly means (*_moyenne) and variances (*_variance) calculated for all model output fields
- 2-D time series (*_ts) for selected fields (if requested and available)
Inside the 'Diagnostics' directory is one directory per month, starting with the name of the experiment and ending with a year and month: ${exp}_YYYYMM
...
${type}${exp}_YYYYMM_[moyenne/variance/ts]
Where:
- type is one of the above 4 letter codes, indicating the type of data inside the file.
- exp is the name of the experiment
- YYYYMM is the current year and month
- [moyenne/variance/ts] one of the three:
moyenne | usually monthly mean; or if there are only a few days in the month the average over these days |
variance | total variance over all timesteps of this month |
ts | timeseries of selected fields if requested |
Fixed fields
Fixed fields can generally be found under the 'Samples' directory inside the directory ending on '*_step0'.
ME will be in the dm-file, all other fixed fields are usually in the pm-file.
Time series (station data)
...