Skip to content

Commit 9cbbf4f

Browse files
Update LAND-DIAGS_README.md
1 parent 1ada52f commit 9cbbf4f

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

LAND-DIAGS_README.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,34 @@
1+
## TEST for Land Diags:
12

3+
For this branch there are (3) ways to run the ADF:
4+
5+
1) On native grid with unstructured plotting via Uxarray
6+
2) On native grid but gridded to lat/lon
7+
3) On already lat/lon gridded input files (hist, ts, or climo)
8+
9+
For (1), the config yaml file will be essentially the same, but with a couple of additional arguments:
10+
- in `diag_basic_info` set the `unstructured_plotting` argument to `true`
11+
- in each of the test and baseline section supply a mesh file in the `mesh_file` argument
12+
13+
Example yaml file: `config_unstructured_plots.yaml`
14+
15+
For (2), the config yaml file will need some additional arguments:
16+
- in each of the test and baseline sections, supply the following arguments:
17+
18+
Weights file:
19+
20+
`weights_file: /glade/work/wwieder/map_ne30pg3_to_fv0.9x1.25_scripgrids_conserve_nomask_c250108.nc`
21+
22+
Regridding method:
23+
24+
`regrid_method: 'conservative'`
25+
26+
Lat/lon file:
27+
28+
`latlon_file: /glade/derecho/scratch/wwieder/ctsm5.3.018_SP_f09_t232_mask/run/ctsm5.3.018_SP_f09_t232_mask.clm2.h0.0001-01.nc`
29+
30+
NOTE: The regridding method set in `regrid_method` MUST match the method in the weights file
31+
32+
Example yaml file: `config_ldf_native_grid_to_latlon.yaml`
33+
34+

0 commit comments

Comments
 (0)