forked from MPAS-Dev/MPAS-Model
-
Notifications
You must be signed in to change notification settings - Fork 0
/
namelist.input.init_atmosphere
48 lines (41 loc) · 1.03 KB
/
namelist.input.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
&nhyd_model
config_init_case = 7
config_theta_adv_order = 3
config_start_time = '2010-10-23_00:00:00'
config_stop_time = '2010-10-23_00:00:00'
/
&dimensions
config_nvertlevels = 41
config_nsoillevels = 4
config_nfglevels = 38
config_nfgsoillevels = 4
/
&data_sources
config_geog_data_path = '/glade/p/work/wrfhelp/WPS_GEOG/'
config_met_prefix = 'CFSR'
config_sfc_prefix = 'SST'
config_fg_interval = 21600
/
&vertical_grid
config_ztop = 30000.0
config_nsmterrain = 1
config_smooth_surfaces = .true.
/
&preproc_stages
config_static_interp = .true.
config_vertical_grid = .true.
config_met_interp = .true.
config_input_sst = .false.
/
&io
config_input_name = 'grid.nc'
config_output_name = 'init.nc'
config_sfc_update_name = 'sfc_update.nc'
config_pio_num_iotasks = 0
config_pio_stride = 1
/
&decomposition
config_block_decomp_file_prefix = 'graph.info.part.'
/
&restart
/