-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnamelist.init_atmosphere
54 lines (54 loc) · 1.38 KB
/
namelist.init_atmosphere
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
&nhyd_model
config_init_case = 7
config_start_time = '2010-10-23_00:00:00'
config_stop_time = '2010-10-23_00:00:00'
config_theta_adv_order = 3
config_coef_3rd_order = 0.25
/
&dimensions
config_nvertlevels = 55
config_nsoillevels = 4
config_nfglevels = 38
config_nfgsoillevels = 4
/
&data_sources
config_geog_data_path = '/glade/work/wrfhelp/WPS_GEOG/'
config_met_prefix = 'CFSR'
config_sfc_prefix = 'SST'
config_fg_interval = 86400
config_landuse_data = 'MODIFIED_IGBP_MODIS_NOAH'
config_topo_data = 'GMTED2010'
config_vegfrac_data = 'MODIS'
config_albedo_data = 'MODIS'
config_maxsnowalbedo_data = 'MODIS'
config_supersample_factor = 3
config_use_spechumd = false
/
&vertical_grid
config_ztop = 30000.0
config_nsmterrain = 1
config_smooth_surfaces = true
config_dzmin = 0.3
config_nsm = 30
config_tc_vertical_grid = true
config_blend_bdy_terrain = false
/
&interpolation_control
config_extrap_airtemp = 'linear'
/
&preproc_stages
config_static_interp = true
config_native_gwd_static = true
config_vertical_grid = true
config_met_interp = true
config_input_sst = false
config_frac_seaice = true
config_tsk_seaice_threshold = 100.
/
&io
config_pio_num_iotasks = 0
config_pio_stride = 1
/
&decomposition
config_block_decomp_file_prefix = 'x1.40962.graph.info.part.'
/