File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change
1
+ ## TEST for Land Diags:
1
2
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
+
You can’t perform that action at this time.
0 commit comments