You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Create a conda environment. On NCAR's CISL machines (derecho and casper), these can be loaded by running the following on the command line:
17
+
```
18
+
module load conda
19
+
conda env create -f env/ldf_v0.0.yaml
20
+
conda activate ldf_v0.0
21
+
```
22
+
23
+
**Note** This is somewhat redundant, as it's a clone of cupid-analysis, but land diagnostics need the latest version of uxarray (25.3.0), and this will prevent overwriting your other conda environments.
24
+
25
+
Also, along with these python requirements, the `ncrcat` NetCDF Operator (NCO) is also needed. On the CISL machines this can be loaded by simply running:
26
+
```
27
+
module load nco/5.2.4
28
+
```
29
+
on the command line.
30
+
_Note_, I'm not sure specifying the nco version is critical, but it does seem to help get around an issues where nco errors seemed to prevent additiof area and landfrac onto timeseries files when using the default 5.3.1 version of NCO on casper.
31
+
32
+
## Running ADF diagnostics
33
+
34
+
Detailed instructions for users and developers are availabe on this repository's [wiki](https://github.com/NCAR/ADF/wiki).
This should generate a collection of time series files, climatology (climo) files, re-gridded climo files, and example ADF diagnostic figures, all in their respective directories.
39
+
40
+
If you get NCO failures at the generate timeseries stage that end up causing LDF to fail, see issue [#365](https://github.com/NCAR/ADF/issues/365)
41
+
42
+
When additional memory is needed sometimes need to run interactive session on casper:
43
+
`execcasper -A P93300041 -l select=1:ncpus=4:mem=64GB`
44
+
1
45
## TEST for Land Diags:
2
46
3
47
For this branch there are (3) ways to run the ADF:
@@ -10,7 +54,7 @@ For (1), the config yaml file will be essentially the same, but with a couple of
10
54
- in `diag_basic_info` set the `unstructured_plotting` argument to `true`
11
55
- in each of the test and baseline section supply a mesh file in the `mesh_file` argument
12
56
13
-
Example yaml file: `config_unstructured_plots.yaml`
57
+
Example yaml file: `config_clm_unstructured_plots.yaml`
14
58
15
59
For (2), the config yaml file will need some additional arguments:
16
60
- in each of the test and baseline sections, supply the following arguments:
@@ -21,14 +65,15 @@ For (2), the config yaml file will need some additional arguments:
0 commit comments