-
Notifications
You must be signed in to change notification settings - Fork 6
/
input.nml
83 lines (71 loc) · 1.32 KB
/
input.nml
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
71
72
73
74
75
76
77
78
79
80
81
82
83
&MOM_input_nml
output_directory = '.',
input_filename = 'n',
restart_input_dir = 'INPUT',
restart_output_dir = 'RESTART',
parameter_filename = 'MOM_input'
/
&SIS_input_nml
output_directory = '.',
input_filename = 'n',
restart_input_dir = 'INPUT',
restart_output_dir = 'RESTART',
parameter_filename = 'SIS_input'
/
&fms_nml
domains_stack_size = 1600000,
stack_size = 0,
clock_grain = 'LOOP'
/
&fms2_io_nml
netcdf_default_format = "netcdf4"
shuffle = .true.,
deflate = 5
/
&coupler_nml
months = 3,
days = 0,
hours = 0,
current_date = 1991,1,1,0,0,0,
calendar = 'NOLEAP',
dt_cpld = 3600,
dt_atmos = 3600,
do_atmos = .false.,
do_land = .false.,
do_ice = .true.,
do_ocean = .true.,
do_flux = .true.,
atmos_npes = 0,
concurrent = .false.,
use_lag_fluxes = .false.,
check_stocks = 0
/
&flux_exchange_nml
debug_stocks = .false.,
divert_stocks_report = .true.,
do_area_weighted_flux = .false.
/
&ice_albedo_nml
t_range = 10.
/
&monin_obukhov_nml
neutral = .true.
/
&ocean_albedo_nml
ocean_albedo_option = 2
/
&ocean_rough_nml
rough_scheme = 'beljaars'
/
&sat_vapor_pres_nml
construct_table_wrt_liq = .true.,
construct_table_wrt_liq_and_ice = .true.
/
&surface_flux_nml
ncar_ocean_flux = .true.,
raoult_sat_vap = .true.
/
&xgrid_nml
make_exchange_reproduce = .false.,
interp_method = 'second_order'
/