We use a low res DRAGON run as an example. Here is a script `go_cvdp.sh` which you can modify to run CVDP.
We use a low res DRAGON run as an example. Here is a script `go_cvdp.sh` which you can modify to run CVDP.
```brainfuck=bash
```bash
#!/bin/bash -x
#!/bin/bash -x
CDO="cdo -P 48"
CDO="cdo -P 48"
module load ncl
module load ncl
...
@@ -2169,6 +2169,34 @@ While variance/covariance gives you the combined variability on all time scales,
...
@@ -2169,6 +2169,34 @@ While variance/covariance gives you the combined variability on all time scales,
The spectra can be simulataneously computed for each grid point on the native grid so that we can obtain 2D maps of how variability and bi-variate relations may look like on different frequency/timescales.
The spectra can be simulataneously computed for each grid point on the native grid so that we can obtain 2D maps of how variability and bi-variate relations may look like on different frequency/timescales.
<details><summary><b> Example script for how variance looks </b></summary>