1+ # #######################################################################
2+ [ccpp-table-properties]
3+ name = MPAS_suite_interstitial_1
4+ type = scheme
5+ dependencies = ../../hooks/machine.F
6+
7+ # #######################################################################
8+ [ccpp-arg-table]
9+ name = MPAS_suite_interstitial_1_run
10+ type = scheme
11+ [im]
12+ standard_name = horizontal_loop_extent
13+ long_name = horizontal loop extent
14+ units = count
15+ dimensions = ()
16+ type = integer
17+ intent = in
18+ [levs]
19+ standard_name = vertical_layer_dimension
20+ long_name = vertical layer dimension
21+ units = count
22+ dimensions = ()
23+ type = integer
24+ intent = in
25+ [ntrac]
26+ standard_name = number_of_tracers
27+ long_name = number of tracers
28+ units = count
29+ dimensions = ()
30+ type = integer
31+ intent = in
32+ [dudt]
33+ standard_name = process_split_cumulative_tendency_of_x_wind
34+ long_name = tendency of the x wind
35+ units = m s-2
36+ dimensions = (horizontal_loop_extent,vertical_layer_dimension)
37+ type = real
38+ kind = kind_phys
39+ intent = out
40+ [dvdt]
41+ standard_name = process_split_cumulative_tendency_of_y_wind
42+ long_name = tendency of the y wind
43+ units = m s-2
44+ dimensions = (horizontal_loop_extent,vertical_layer_dimension)
45+ type = real
46+ kind = kind_phys
47+ intent = out
48+ [dtdt]
49+ standard_name = process_split_cumulative_tendency_of_air_temperature
50+ long_name = tendency of the temperature
51+ units = K s-1
52+ dimensions = (horizontal_loop_extent,vertical_layer_dimension)
53+ type = real
54+ kind = kind_phys
55+ intent = out
56+ [dqdt]
57+ standard_name = process_split_cumulative_tendency_of_tracers
58+ long_name = tendency of the tracers
59+ units = kg kg-1 s-1
60+ dimensions = (horizontal_loop_extent,vertical_layer_dimension,number_of_tracers)
61+ type = real
62+ kind = kind_phys
63+ intent = out
64+ [errmsg]
65+ standard_name = ccpp_error_message
66+ long_name = error message for error handling in CCPP
67+ units = none
68+ dimensions = ()
69+ type = character
70+ kind = len=*
71+ intent = out
72+ [errflg]
73+ standard_name = ccpp_error_code
74+ long_name = error code for error handling in CCPP
75+ units = 1
76+ dimensions = ()
77+ type = integer
78+ intent = out
0 commit comments