-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathinput.nml
123 lines (106 loc) · 2.68 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
&MOM_input_nml
output_directory = '.',
input_filename = 'n'
restart_input_dir = 'INPUT',
restart_output_dir = 'RESTART',
parameter_filename = 'MOM_input',
'MOM_override'
/
&SIS_input_nml
output_directory = './',
input_filename = 'n'
restart_input_dir = 'INPUT/',
restart_output_dir = 'RESTART/',
parameter_filename = 'SIS_input',
'SIS_override' /
&atmos_model_nml
layout = 0, 0
/
&coupler_nml
months = 0,
days = 10,
hours = 0,
current_date = 1992,1,1,0,0,0,
calendar = 'julian',
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
/
&diag_manager_nml
max_axes = 100,
max_files = 63,
max_num_axis_sets = 100,
max_input_fields = 699
max_output_fields = 699
mix_snapshot_average_fields=.false.
flush_nc_files = .true.
/
&flux_exchange_nml
debug_stocks = .FALSE.
divert_stocks_report = .TRUE.
do_area_weighted_flux = .FALSE.
/
&fms_io_nml
fms_netcdf_restart=.true.
threading_read='multi'
max_files_r = 200
max_files_w = 200
checksum_required = .false.
/
&fms_nml
clock_grain='ROUTINE'
clock_flags='NONE'
domains_stack_size = 5000000
stack_size =0
/
&ice_albedo_nml
t_range = 10.
/
&ice_model_nml
/
&icebergs_nml
verbose=.false.,
verbose_hrs=24,
traj_sample_hrs=24,
debug=.false.,
really_debug=.false.,
use_slow_find=.true.,
add_weight_to_ocean=.true.,
passive_mode=.false.,
generate_test_icebergs=.false.,
speed_limit=0.,
use_roundoff_fix=.true.,
make_calving_reproduce=.true.,
/
&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.
/
&topography_nml
topog_file = 'INPUT/navy_topography.data.nc'
/
&xgrid_nml
make_exchange_reproduce = .false.
interp_method = 'second_order'
/