-
Notifications
You must be signed in to change notification settings - Fork 24
/
WWMCARegridConfig_default
71 lines (61 loc) · 1.8 KB
/
WWMCARegridConfig_default
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
////////////////////////////////////////////////////////////////////////////////
//
// WWMCA-Regrid configuration file.
//
// For additional information, please see the MET User's Guide.
//
////////////////////////////////////////////////////////////////////////////////
//
// Specify the grid to which the data should be interpolated in one of the
// following ways:
//
// - The path to a gridded data file whose grid should be used
//
// - Name ("GNNN" where NNN indicates the three digit NCEP grid number)
//
// - lambert Nx Ny lat_ll lon_ll lon_orient D_km R_km standard_parallel_1
// [standard_parallel_2] N|S
//
// - stereo Nx Ny lat_ll lon_ll lon_orient D_km R_km lat_scale N|S
//
// - latlon Nx Ny lat_ll lon_ll delta_lat delta_lon
//
// - mercator Nx Ny lat_ll lon_ll lat_ur lon_ur
//
regrid = {
to_grid = "lambert 614 428 12.190 -133.459 -95.0 12.19058 6367.47 25.0 N";
method = UW_MEAN;
width = 5;
vld_thresh = 0.5;
shape = SQUARE;
}
////////////////////////////////////////////////////////////////////////////////
//
// NetCDF output variable information.
//
variable_name = "Cloud_Pct";
units = "percent";
long_name = "cloud cover percent";
level = "SFC";
//
// NetCDF output variable timing information:
// - init_time and valid_time in YYYYMMDD[_HH[MMSS]] format
// - accum_time in HH[MMSS] format
//
init_time = "";
valid_time = "";
accum_time = "01";
////////////////////////////////////////////////////////////////////////////////
//
// Maximum pixel age in minutes
//
max_minutes = 120;
//
// Swap endianess of binary pixel age files
//
swap_endian = TRUE;
//
// Write the pixel age in minutes instead of cloud data
//
write_pixel_age = FALSE;
////////////////////////////////////////////////////////////////////////////////