source: palm/trunk/SOURCE/write_var_list.f90 @ 1995

Last change on this file since 1995 was 1993, checked in by suehring, 8 years ago

last commit documented

  • Property svn:keywords set to Id
File size: 26.3 KB
Line 
1!> @file write_var_list.f90
2!--------------------------------------------------------------------------------!
3! This file is part of PALM.
4!
5! PALM is free software: you can redistribute it and/or modify it under the terms
6! of the GNU General Public License as published by the Free Software Foundation,
7! either version 3 of the License, or (at your option) any later version.
8!
9! PALM is distributed in the hope that it will be useful, but WITHOUT ANY
10! WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
11! A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
12!
13! You should have received a copy of the GNU General Public License along with
14! PALM. If not, see <http://www.gnu.org/licenses/>.
15!
16! Copyright 1997-2016 Leibniz Universitaet Hannover
17!--------------------------------------------------------------------------------!
18!
19! Current revisions:
20! -----------------
21!
22!
23! Former revisions:
24! -----------------
25! $Id: write_var_list.f90 1993 2016-08-12 15:16:41Z suehring $
26!
27! 1992 2016-08-12 15:14:59Z suehring
28! top scalarflux added
29!
30! 1957 2016-07-07 10:43:48Z suehring
31! flight module added
32!
33! 1849 2016-04-08 11:33:18Z hoffmann
34! Adapted for modularization of microphysics
35!
36! 1833 2016-04-07 14:23:03Z raasch
37! spectra_mod added
38!
39! 1831 2016-04-07 13:15:51Z hoffmann
40! turbulence renamed collision_turbulence, drizzle renamed
41! cloud_water_sedimentation
42!
43! 1783 2016-03-06 18:36:17Z raasch
44! netcdf module name changed + related changes
45!
46! 1705 2015-11-02 14:28:56Z maronga
47! Bugfix: two lines required swapping
48!
49! 1691 2015-10-26 16:17:44Z maronga
50! Added output of most_method, constant_flux_layer, zeta_min, zeta_max. Removed
51! output of prandtl_layer and rif_min, rif_max.
52!
53! 1682 2015-10-07 23:56:08Z knoop
54! Code annotations made doxygen readable
55!
56! 1585 2015-04-30 07:05:52Z maronga
57! Adapted for RRTMG
58!
59! 1551 2015-03-03 14:18:16Z maronga
60! Typo removed
61!
62! 1502 2014-12-03 18:22:31Z kanani
63! Canopy module and parameters removed (parameters are always read from
64! canopy_par NAMELIST for initial and restart runs),
65! Bugfix: added blanks in "cloud_top_radiation"-string to a total of 30
66! characters
67!
68! 1496 2014-12-02 17:25:50Z maronga
69! Renamed "radiation" -> "cloud_top_radiation"
70!
71! 1484 2014-10-21 10:53:05Z kanani
72! Changes in the course of the canopy-model modularization:
73!   parameters alpha_lad, beta_lad, lai_beta added,
74!   module plant_canopy_model_mod added,
75!   drag_coefficient, leaf_surface_concentration and scalar_exchange_coefficient
76!   renamed to canopy_drag_coeff, leaf_surface_conc and leaf_scalar_exch_coeff
77!
78! 1324 2014-03-21 09:13:16Z suehring
79! Bugfix: ONLY statement for module netcdf_control removed
80!
81! 1320 2014-03-20 08:40:49Z raasch
82! revision history before 2012 removed,
83! comment fields (!:) to be used for variable explanations added to
84! all variable declaration statements
85!
86! 1308 2014-03-13 14:58:42Z fricke
87! +do2d_xy_time_count, do2d_xz_time_count, do2d_yz_time_count,
88! +do3d_time_count
89!
90! 1241 2013-10-30 11:36:58Z heinze
91! +nudging
92! +large_scale_forcing
93!
94! 1179 2013-06-14 05:57:58Z raasch
95! +reference_state, ref_state
96!
97! 1115 2013-03-26 18:16:16Z hoffmann
98! unused variables removed
99!
100! 1065 2012-11-22 17:42:36Z hoffmann
101! +nc, c_sedimentation, turbulence, limiter_sedimentation
102! -mu_constant, mu_constant_value
103!
104! 1053 2012-11-13 17:11:03Z hoffmann
105! necessary expansions according to the two new prognostic equations (nr, qr)
106! of the two-moment cloud physics scheme:
107! +bc_*_b, bc_*_t, bc_*_t_val, *_init, *_surface, *_surface_initial_change,
108! +*_vertical_gradient, *_vertical_gradient_level, *_vertical_gradient_level_ind,
109! +surface_waterflux_*
110!
111! in addition, steering parameters parameters of the two-moment cloud physics
112! scheme:   
113! +cloud_scheme, +drizzle, +mu_constant, +mu_constant_value, +ventilation_effect
114!
115! 1036 2012-10-22 13:43:42Z raasch
116! code put under GPL (PALM 3.9)
117!
118! 1015 2012-09-27 09:23:24Z raasch
119! -adjust_mixing_length
120!
121! 1003 2012-09-14 14:35:53Z raasch
122! -grid_matching
123!
124! 1001 2012-09-13 14:08:46Z raasch
125! -cut_spline_overshoot, last_dt_change, long_filter_factor, overshoot_limit_*,
126! ups_limit_*
127!
128! 978 2012-08-09 08:28:32Z fricke
129! -km_damp_max, outflow_damping_width
130! +pt_damping_factor, pt_damping_width
131! +z0h_factor
132!
133! 940 2012-07-09 14:31:00Z raasch
134! +neutral
135!
136! 927 2012-06-06 19:15:04Z raasch
137! +masking_method
138!
139! 849 2012-03-15 10:35:09Z raasch
140! first_call_advec_particles renamed first_call_lpm
141!
142! 824 2012-02-17 09:09:57Z raasch
143! +curvature_solution_effects
144!
145! Revision 1.1  1998/03/18 20:20:38  raasch
146! Initial revision
147!
148!
149! Description:
150! ------------
151!> Writing values of control variables to restart-file (binary format).
152!> This information are only written to the file opened by PE0.
153!------------------------------------------------------------------------------!
154 SUBROUTINE write_var_list
155 
156
157    USE arrays_3d,                                                             &
158        ONLY:  inflow_damping_factor, mean_inflow_profiles, pt_init,           &
159               q_init, ref_state, s_init, sa_init, u_init, ug, v_init, vg
160
161    USE control_parameters
162   
163    USE flight_mod,                                                            &
164        ONLY:  flight_write_restart_data
165   
166    USE grid_variables,                                                        &
167        ONLY:  dx, dy
168   
169    USE indices,                                                               &
170        ONLY:  nz, nx, ny
171
172    USE microphysics_mod,                                                      &
173        ONLY:  c_sedimentation, cloud_water_sedimentation,                     &
174               collision_turbulence, limiter_sedimentation, nc_const,          &
175               ventilation_effect
176
177    USE model_1d,                                                              &
178        ONLY:  damp_level_1d, dt_pr_1d, dt_run_control_1d, end_time_1d
179   
180    USE netcdf_interface,                                                      &
181        ONLY:  netcdf_precision, output_for_t0
182   
183    USE particle_attributes,                                                   &
184        ONLY:  curvature_solution_effects, time_sort_particles
185   
186    USE pegrid
187
188    USE radiation_model_mod,                                                   &
189        ONLY:  time_radiation
190
191    USE spectra_mod,                                                           &
192        ONLY:  average_count_sp
193
194    USE statistics,                                                            &
195        ONLY:  statistic_regions, hom, hom_sum, u_max, u_max_ijk, v_max,       &
196               v_max_ijk, w_max, w_max_ijk
197
198   
199    IMPLICIT NONE
200
201    CHARACTER (LEN=10) ::  binary_version   !<
202
203
204    binary_version = '4.1'
205
206    WRITE ( 14 )  binary_version
207
208    WRITE ( 14 )  'numprocs                      '
209    WRITE ( 14 )  numprocs
210    WRITE ( 14 )  'hor_index_bounds              '
211    WRITE ( 14 )  hor_index_bounds
212    WRITE ( 14 )  'nz                            '
213    WRITE ( 14 )  nz
214    WRITE ( 14 )  'max_pr_user                   '
215    WRITE ( 14 )  max_pr_user
216    WRITE ( 14 )  'statistic_regions             '
217    WRITE ( 14 )  statistic_regions
218
219!
220!-- Caution: After changes in the following parameter-list, the
221!-- -------  version number stored in the variable binary_version has to be
222!--          increased. The same changes must also be done in the parameter-
223!--          list in read_var_list.
224
225    WRITE ( 14 )  'advected_distance_x           '
226    WRITE ( 14 )  advected_distance_x
227    WRITE ( 14 )  'advected_distance_y           '
228    WRITE ( 14 )  advected_distance_y
229    WRITE ( 14 )  'alpha_surface                 '
230    WRITE ( 14 )  alpha_surface
231    WRITE ( 14 )  'average_count_pr              '
232    WRITE ( 14 )  average_count_pr
233    WRITE ( 14 )  'average_count_sp              '
234    WRITE ( 14 )  average_count_sp
235    WRITE ( 14 )  'average_count_3d              '
236    WRITE ( 14 )  average_count_3d
237    WRITE ( 14 )  'bc_e_b                        '
238    WRITE ( 14 )  bc_e_b
239    WRITE ( 14 )  'bc_lr                         '
240    WRITE ( 14 )  bc_lr
241    WRITE ( 14 )  'bc_ns                         '
242    WRITE ( 14 )  bc_ns
243    WRITE ( 14 )  'bc_p_b                        '
244    WRITE ( 14 )  bc_p_b
245    WRITE ( 14 )  'bc_p_t                        '
246    WRITE ( 14 )  bc_p_t
247    WRITE ( 14 )  'bc_pt_b                       '
248    WRITE ( 14 )  bc_pt_b
249    WRITE ( 14 )  'bc_pt_t                       '
250    WRITE ( 14 )  bc_pt_t
251    WRITE ( 14 )  'bc_pt_t_val                   '
252    WRITE ( 14 )  bc_pt_t_val
253    WRITE ( 14 )  'bc_q_b                        '
254    WRITE ( 14 )  bc_q_b
255    WRITE ( 14 )  'bc_q_t                        '
256    WRITE ( 14 )  bc_q_t
257    WRITE ( 14 )  'bc_q_t_val                    '
258    WRITE ( 14 )  bc_q_t_val
259    WRITE ( 14 )  'bc_s_b                        '
260    WRITE ( 14 )  bc_s_b
261    WRITE ( 14 )  'bc_s_t                        '
262    WRITE ( 14 )  bc_s_t
263    WRITE ( 14 )  'bc_sa_t                       '
264    WRITE ( 14 )  bc_sa_t
265    WRITE ( 14 )  'bc_uv_b                       '
266    WRITE ( 14 )  bc_uv_b
267    WRITE ( 14 )  'bc_uv_t                       '
268    WRITE ( 14 )  bc_uv_t
269    WRITE ( 14 )  'bottom_salinityflux           '
270    WRITE ( 14 )  bottom_salinityflux
271    WRITE ( 14 )  'building_height               '
272    WRITE ( 14 )  building_height
273    WRITE ( 14 )  'building_length_x             '
274    WRITE ( 14 )  building_length_x
275    WRITE ( 14 )  'building_length_y             '
276    WRITE ( 14 )  building_length_y
277    WRITE ( 14 )  'building_wall_left            '
278    WRITE ( 14 )  building_wall_left
279    WRITE ( 14 )  'building_wall_south           '
280    WRITE ( 14 )  building_wall_south
281    WRITE ( 14 )  'call_psolver_at_all_substeps  '
282    WRITE ( 14 )  call_psolver_at_all_substeps
283    WRITE ( 14 )  'canyon_height                 '
284    WRITE ( 14 )  canyon_height
285    WRITE ( 14 )  'canyon_width_x                '
286    WRITE ( 14 )  canyon_width_x
287    WRITE ( 14 )  'canyon_width_y                '
288    WRITE ( 14 )  canyon_width_y
289    WRITE ( 14 )  'canyon_wall_left              '
290    WRITE ( 14 )  canyon_wall_left
291    WRITE ( 14 )  'canyon_wall_south             '
292    WRITE ( 14 )  canyon_wall_south
293    WRITE ( 14 )  'c_sedimentation               '
294    WRITE ( 14 )  c_sedimentation
295    WRITE ( 14 )  'cfl_factor                    '
296    WRITE ( 14 )  cfl_factor
297    WRITE ( 14 )  'cloud_droplets                '
298    WRITE ( 14 )  cloud_droplets
299    WRITE ( 14 )  'cloud_physics                 '
300    WRITE ( 14 )  cloud_physics
301    WRITE ( 14 )  'cloud_scheme                  '
302    WRITE ( 14 )  cloud_scheme
303    WRITE ( 14 )  'collective_wait               '
304    WRITE ( 14 )  collective_wait
305    WRITE ( 14 )  'conserve_volume_flow          '
306    WRITE ( 14 )  conserve_volume_flow
307    WRITE ( 14 )  'conserve_volume_flow_mode     '
308    WRITE ( 14 )  conserve_volume_flow_mode
309    WRITE ( 14 )  'coupling_start_time           '
310    WRITE ( 14 )  coupling_start_time
311    WRITE ( 14 )  'constant_flux_layer           '
312    WRITE ( 14 )  constant_flux_layer
313    WRITE ( 14 )  'current_timestep_number       '
314    WRITE ( 14 )  current_timestep_number
315    WRITE ( 14 )  'curvature_solution_effects    '
316    WRITE ( 14 )  curvature_solution_effects
317    WRITE ( 14 )  'cycle_mg                      '
318    WRITE ( 14 )  cycle_mg
319    WRITE ( 14 )  'damp_level_1d                 '
320    WRITE ( 14 )  damp_level_1d
321    WRITE ( 14 )  'dissipation_1d                '
322    WRITE ( 14 )  dissipation_1d
323    WRITE ( 14 )  'do2d_xy_time_count            '
324    WRITE ( 14 )  do2d_xy_time_count
325    WRITE ( 14 )  'do2d_xz_time_count            '
326    WRITE ( 14 )  do2d_xz_time_count
327    WRITE ( 14 )  'do2d_yz_time_count            '
328    WRITE ( 14 )  do2d_yz_time_count
329    WRITE ( 14 )  'do3d_time_count               '
330    WRITE ( 14 )  do3d_time_count
331    WRITE ( 14 )  'dp_external                   '
332    WRITE ( 14 )  dp_external
333    WRITE ( 14 )  'dp_level_b                    '
334    WRITE ( 14 )  dp_level_b
335    WRITE ( 14 )  'dp_smooth                     '
336    WRITE ( 14 )  dp_smooth
337    WRITE ( 14 )  'dpdxy                         '
338    WRITE ( 14 )  dpdxy
339    WRITE ( 14 )  'cloud_water_sedimentation     '
340    WRITE ( 14 )  cloud_water_sedimentation
341    WRITE ( 14 )  'dt_pr_1d                      '
342    WRITE ( 14 )  dt_pr_1d
343    WRITE ( 14 )  'dt_run_control_1d             '
344    WRITE ( 14 )  dt_run_control_1d
345    WRITE ( 14 )  'dt_3d                         '
346    WRITE ( 14 )  dt_3d
347    WRITE ( 14 )  'dvrp_filecount                '
348    WRITE ( 14 )  dvrp_filecount
349    WRITE ( 14 )  'dx                            '
350    WRITE ( 14 )  dx
351    WRITE ( 14 )  'dy                            '
352    WRITE ( 14 )  dy
353    WRITE ( 14 )  'dz                            '
354    WRITE ( 14 )  dz
355    WRITE ( 14 )  'dz_max                        '
356    WRITE ( 14 )  dz_max
357    WRITE ( 14 )  'dz_stretch_factor             '
358    WRITE ( 14 )  dz_stretch_factor
359    WRITE ( 14 )  'dz_stretch_level              '
360    WRITE ( 14 )  dz_stretch_level
361    WRITE ( 14 )  'e_min                         '
362    WRITE ( 14 )  e_min
363    WRITE ( 14 )  'end_time_1d                   '
364    WRITE ( 14 )  end_time_1d
365    WRITE ( 14 )  'fft_method                    '
366    WRITE ( 14 )  fft_method
367    WRITE ( 14 )  'first_call_lpm                '
368    WRITE ( 14 )  first_call_lpm
369    WRITE ( 14 )  'galilei_transformation        '
370    WRITE ( 14 )  galilei_transformation
371    WRITE ( 14 )  'hom                           '
372    WRITE ( 14 )  hom
373    WRITE ( 14 )  'hom_sum                       '
374    WRITE ( 14 )  hom_sum
375    WRITE ( 14 )  'humidity                      '
376    WRITE ( 14 )  humidity
377    IF ( ALLOCATED( inflow_damping_factor ) )  THEN
378       WRITE ( 14 )  'inflow_damping_factor         '
379       WRITE ( 14 )  inflow_damping_factor
380    ENDIF
381    WRITE ( 14 )  'inflow_damping_height         '
382    WRITE ( 14 )  inflow_damping_height
383    WRITE ( 14 )  'inflow_damping_width          '
384    WRITE ( 14 )  inflow_damping_width
385    WRITE ( 14 )  'inflow_disturbance_begin      '
386    WRITE ( 14 )  inflow_disturbance_begin
387    WRITE ( 14 )  'inflow_disturbance_end        '
388    WRITE ( 14 )  inflow_disturbance_end
389    WRITE ( 14 )  'km_constant                   '
390    WRITE ( 14 )  km_constant
391    WRITE ( 14 )  'large_scale_forcing           '
392    WRITE ( 14 )  large_scale_forcing
393    WRITE ( 14 )  'large_scale_subsidence        '
394    WRITE ( 14 )  large_scale_subsidence
395    WRITE ( 14 )  'limiter_sedimentation         '
396    WRITE ( 14 )  limiter_sedimentation
397    WRITE ( 14 )  'loop_optimization             '
398    WRITE ( 14 )  loop_optimization
399    WRITE ( 14 )  'masking_method                '
400    WRITE ( 14 )  masking_method
401    IF ( ALLOCATED( mean_inflow_profiles ) )  THEN
402       WRITE ( 14 )  'mean_inflow_profiles          '
403       WRITE ( 14 )  mean_inflow_profiles
404    ENDIF
405    WRITE ( 14 )  'mg_cycles                     '
406    WRITE ( 14 )  mg_cycles
407    WRITE ( 14 )  'mg_switch_to_pe0_level        '
408    WRITE ( 14 )  mg_switch_to_pe0_level
409    WRITE ( 14 )  'mixing_length_1d              '
410    WRITE ( 14 )  mixing_length_1d
411    WRITE ( 14 )  'momentum_advec                '
412    WRITE ( 14 )  momentum_advec
413    WRITE ( 14 )  'most_method                   '
414    WRITE ( 14 )  most_method
415    WRITE ( 14 )  'nc_const                      '
416    WRITE ( 14 )  nc_const
417    WRITE ( 14 )  'netcdf_precision              '
418    WRITE ( 14 )  netcdf_precision
419    WRITE ( 14 )  'neutral                       '
420    WRITE ( 14 )  neutral
421    WRITE ( 14 )  'ngsrb                         '
422    WRITE ( 14 )  ngsrb
423    WRITE ( 14 )  'nsor                          '
424    WRITE ( 14 )  nsor
425    WRITE ( 14 )  'nsor_ini                      '
426    WRITE ( 14 )  nsor_ini
427    WRITE ( 14 )  'nudging                       '
428    WRITE ( 14 )  nudging
429    WRITE ( 14 )  'num_leg                       '
430    WRITE ( 14 )  num_leg
431    WRITE ( 14 )  'nx                            '
432    WRITE ( 14 )  nx
433    WRITE ( 14 )  'ny                            '
434    WRITE ( 14 )  ny
435    WRITE ( 14 )  'ocean                         '
436    WRITE ( 14 )  ocean
437    WRITE ( 14 )  'old_dt                        '
438    WRITE ( 14 )  old_dt
439    WRITE ( 14 )  'omega                         '
440    WRITE ( 14 )  omega
441    WRITE ( 14 )  'omega_sor                     '
442    WRITE ( 14 )  omega_sor
443    WRITE ( 14 )  'output_for_t0                 '
444    WRITE ( 14 )  output_for_t0
445    WRITE ( 14 )  'passive_scalar                '
446    WRITE ( 14 )  passive_scalar
447    WRITE ( 14 )  'phi                           '
448    WRITE ( 14 )  phi
449    WRITE ( 14 )  'prandtl_number                '
450    WRITE ( 14 )  prandtl_number
451    WRITE ( 14 )  'precipitation                 '
452    WRITE ( 14 )  precipitation
453    WRITE ( 14 )  'psolver                       '
454    WRITE ( 14 )  psolver
455    WRITE ( 14 )  'pt_damping_factor             '
456    WRITE ( 14 )  pt_damping_factor
457    WRITE ( 14 )  'pt_damping_width              '
458    WRITE ( 14 )  pt_damping_width
459    WRITE ( 14 )  'pt_init                       '
460    WRITE ( 14 )  pt_init
461    WRITE ( 14 )  'pt_reference                  '
462    WRITE ( 14 )  pt_reference
463    WRITE ( 14 )  'pt_surface                    '
464    WRITE ( 14 )  pt_surface
465    WRITE ( 14 )  'pt_surface_initial_change     '
466    WRITE ( 14 )  pt_surface_initial_change
467    WRITE ( 14 )  'pt_vertical_gradient          '
468    WRITE ( 14 )  pt_vertical_gradient
469    WRITE ( 14 )  'pt_vertical_gradient_level    '
470    WRITE ( 14 )  pt_vertical_gradient_level
471    WRITE ( 14 )  'pt_vertical_gradient_level_ind'
472    WRITE ( 14 )  pt_vertical_gradient_level_ind
473    WRITE ( 14 )  'q_init                        '
474    WRITE ( 14 )  q_init
475    WRITE ( 14 )  'q_surface                     '
476    WRITE ( 14 )  q_surface
477    WRITE ( 14 )  'q_surface_initial_change      '
478    WRITE ( 14 )  q_surface_initial_change
479    WRITE ( 14 )  'q_vertical_gradient           '
480    WRITE ( 14 )  q_vertical_gradient
481    WRITE ( 14 )  'q_vertical_gradient_level     '
482    WRITE ( 14 )  q_vertical_gradient_level
483    WRITE ( 14 )  'q_vertical_gradient_level_ind '
484    WRITE ( 14 )  q_vertical_gradient_level_ind
485    WRITE ( 14 )  'cloud_top_radiation           '
486    WRITE ( 14 )  cloud_top_radiation
487    WRITE ( 14 )  'random_generator              '
488    WRITE ( 14 )  random_generator
489    WRITE ( 14 )  'random_heatflux               '
490    WRITE ( 14 )  random_heatflux
491    WRITE ( 14 )  'rayleigh_damping_factor       '
492    WRITE ( 14 )  rayleigh_damping_factor
493    WRITE ( 14 )  'rayleigh_damping_height       '
494    WRITE ( 14 )  rayleigh_damping_height
495    WRITE ( 14 )  'recycling_width               '
496    WRITE ( 14 )  recycling_width
497    WRITE ( 14 )  'reference_state               '
498    WRITE ( 14 )  reference_state
499    WRITE ( 14 )  'ref_state                     '
500    WRITE ( 14 )  ref_state
501    WRITE ( 14 )  'residual_limit                '
502    WRITE ( 14 )  residual_limit
503    WRITE ( 14 )  'roughness_length              '
504    WRITE ( 14 )  roughness_length
505    WRITE ( 14 )  'runnr                         '
506    WRITE ( 14 )  runnr
507    WRITE ( 14 )  'run_coupled                   '
508    WRITE ( 14 )  run_coupled
509    WRITE ( 14 )  's_init                        '
510    WRITE ( 14 )  s_init
511    WRITE ( 14 )  's_surface                     '
512    WRITE ( 14 )  s_surface
513    WRITE ( 14 )  's_surface_initial_change      '
514    WRITE ( 14 )  s_surface_initial_change
515    WRITE ( 14 )  's_vertical_gradient           '
516    WRITE ( 14 )  s_vertical_gradient
517    WRITE ( 14 )  's_vertical_gradient_level     '
518    WRITE ( 14 )  s_vertical_gradient_level
519    WRITE ( 14 )  's_vertical_gradient_level_ind '
520    WRITE ( 14 )  s_vertical_gradient_level_ind 
521    WRITE ( 14 )  'sa_init                       '
522    WRITE ( 14 )  sa_init
523    WRITE ( 14 )  'sa_surface                    '
524    WRITE ( 14 )  sa_surface
525    WRITE ( 14 )  'sa_vertical_gradient          '
526    WRITE ( 14 )  sa_vertical_gradient
527    WRITE ( 14 )  'sa_vertical_gradient_level    '
528    WRITE ( 14 )  sa_vertical_gradient_level
529    WRITE ( 14 )  'scalar_advec                  '
530    WRITE ( 14 )  scalar_advec
531    WRITE ( 14 )  'simulated_time                '
532    WRITE ( 14 )  simulated_time
533    WRITE ( 14 )  'surface_heatflux              '
534    WRITE ( 14 )  surface_heatflux
535    WRITE ( 14 )  'surface_pressure              '
536    WRITE ( 14 )  surface_pressure
537    WRITE ( 14 )  'surface_scalarflux            '
538    WRITE ( 14 )  surface_scalarflux   
539    WRITE ( 14 )  'surface_waterflux             '
540    WRITE ( 14 )  surface_waterflux   
541    WRITE ( 14 )  's_surface                     '
542    WRITE ( 14 )  s_surface
543    WRITE ( 14 )  's_surface_initial_change      '
544    WRITE ( 14 )  s_surface_initial_change
545    WRITE ( 14 )  's_vertical_gradient           '
546    WRITE ( 14 )  s_vertical_gradient
547    WRITE ( 14 )  's_vertical_gradient_level     '
548    WRITE ( 14 )  s_vertical_gradient_level
549    WRITE ( 14 )  'time_coupling                 '
550    WRITE ( 14 )  time_coupling
551    WRITE ( 14 )  'time_disturb                  '
552    WRITE ( 14 )  time_disturb
553    WRITE ( 14 )  'time_domask                   '
554    WRITE ( 14 )  time_domask
555    WRITE ( 14 )  'time_dopr                     '
556    WRITE ( 14 )  time_dopr
557    WRITE ( 14 )  'time_dopr_av                  '
558    WRITE ( 14 )  time_dopr_av
559    WRITE ( 14 )  'time_dopr_listing             '
560    WRITE ( 14 )  time_dopr_listing
561    WRITE ( 14 )  'time_dopts                    '
562    WRITE ( 14 )  time_dopts
563    WRITE ( 14 )  'time_dosp                     '
564    WRITE ( 14 )  time_dosp
565    WRITE ( 14 )  'time_dots                     '
566    WRITE ( 14 )  time_dots
567    WRITE ( 14 )  'time_do2d_xy                  '
568    WRITE ( 14 )  time_do2d_xy
569    WRITE ( 14 )  'time_do2d_xz                  '
570    WRITE ( 14 )  time_do2d_xz
571    WRITE ( 14 )  'time_do2d_yz                  '
572    WRITE ( 14 )  time_do2d_yz
573    WRITE ( 14 )  'time_do3d                     '
574    WRITE ( 14 )  time_do3d
575    WRITE ( 14 )  'time_do_av                    '
576    WRITE ( 14 )  time_do_av
577    WRITE ( 14 )  'time_do_sla                   '
578    WRITE ( 14 )  time_do_sla
579    WRITE ( 14 )  'time_dvrp                     '
580    WRITE ( 14 )  time_dvrp
581    WRITE ( 14 )  'time_radiation                '
582    WRITE ( 14 )  time_radiation
583    WRITE ( 14 )  'time_restart                  '
584    WRITE ( 14 )  time_restart
585    WRITE ( 14 )  'time_run_control              '
586    WRITE ( 14 )  time_run_control
587    WRITE ( 14 )  'time_since_reference_point    '
588    WRITE ( 14 )  time_since_reference_point
589    WRITE ( 14 )  'time_sort_particles           '
590    WRITE ( 14 )  time_sort_particles
591    WRITE ( 14 )  'timestep_scheme               '
592    WRITE ( 14 )  timestep_scheme
593    WRITE ( 14 )  'topography                    '
594    WRITE ( 14 )  topography
595    WRITE ( 14 )  'topography_grid_convention    '
596    WRITE ( 14 )  topography_grid_convention
597    WRITE ( 14 )  'top_heatflux                  '
598    WRITE ( 14 )  top_heatflux
599    WRITE ( 14 )  'top_momentumflux_u            '
600    WRITE ( 14 )  top_momentumflux_u
601    WRITE ( 14 )  'top_momentumflux_v            '
602    WRITE ( 14 )  top_momentumflux_v
603    WRITE ( 14 )  'top_salinityflux              '
604    WRITE ( 14 )  top_salinityflux
605    WRITE ( 14 )  'top_scalarflux                '
606    WRITE ( 14 )  top_scalarflux
607    WRITE ( 14 )  'tsc                           '
608    WRITE ( 14 )  tsc
609    WRITE ( 14 )  'collision_turbulence          '
610    WRITE ( 14 )  collision_turbulence
611    WRITE ( 14 )  'turbulent_inflow              '
612    WRITE ( 14 )  turbulent_inflow
613    WRITE ( 14 )  'u_bulk                        '
614    WRITE ( 14 )  u_bulk
615    WRITE ( 14 )  'u_init                        '
616    WRITE ( 14 )  u_init
617    WRITE ( 14 )  'u_max                         '
618    WRITE ( 14 )  u_max
619    WRITE ( 14 )  'u_max_ijk                     '
620    WRITE ( 14 )  u_max_ijk
621    WRITE ( 14 )  'ug                            '
622    WRITE ( 14 )  ug
623    WRITE ( 14 )  'ug_surface                    '
624    WRITE ( 14 )  ug_surface
625    WRITE ( 14 )  'ug_vertical_gradient          '
626    WRITE ( 14 )  ug_vertical_gradient
627    WRITE ( 14 )  'ug_vertical_gradient_level    '
628    WRITE ( 14 )  ug_vertical_gradient_level
629    WRITE ( 14 )  'ug_vertical_gradient_level_ind'
630    WRITE ( 14 )  ug_vertical_gradient_level_ind
631    WRITE ( 14 )  'use_surface_fluxes            '
632    WRITE ( 14 )  use_surface_fluxes
633    WRITE ( 14 )  'use_top_fluxes                '
634    WRITE ( 14 )  use_top_fluxes
635    WRITE ( 14 )  'use_ug_for_galilei_tr         '
636    WRITE ( 14 )  use_ug_for_galilei_tr
637    WRITE ( 14 )  'use_upstream_for_tke          '
638    WRITE ( 14 )  use_upstream_for_tke
639    WRITE ( 14 )  'v_bulk                        '
640    WRITE ( 14 )  v_bulk
641    WRITE ( 14 )  'v_init                        '
642    WRITE ( 14 )  v_init
643    WRITE ( 14 )  'v_max                         '
644    WRITE ( 14 )  v_max
645    WRITE ( 14 )  'v_max_ijk                     '
646    WRITE ( 14 )  v_max_ijk
647    WRITE ( 14 )  'ventilation_effect            '
648    WRITE ( 14 )  ventilation_effect
649    WRITE ( 14 )  'vg                            '
650    WRITE ( 14 )  vg
651    WRITE ( 14 )  'vg_surface                    '
652    WRITE ( 14 )  vg_surface
653    WRITE ( 14 )  'vg_vertical_gradient          '
654    WRITE ( 14 )  vg_vertical_gradient
655    WRITE ( 14 )  'vg_vertical_gradient_level    '
656    WRITE ( 14 )  vg_vertical_gradient_level
657    WRITE ( 14 )  'vg_vertical_gradient_level_ind'
658    WRITE ( 14 )  vg_vertical_gradient_level_ind
659    WRITE ( 14 )  'virtual_flight                '
660    WRITE ( 14 )  virtual_flight
661    WRITE ( 14 )  'volume_flow_area              '
662    WRITE ( 14 )  volume_flow_area
663    WRITE ( 14 )  'volume_flow_initial           '
664    WRITE ( 14 )  volume_flow_initial
665    WRITE ( 14 )  'wall_adjustment               '
666    WRITE ( 14 )  wall_adjustment
667    WRITE ( 14 )  'subs_vertical_gradient        '
668    WRITE ( 14 )  subs_vertical_gradient
669    WRITE ( 14 )  'subs_vertical_gradient_level  '
670    WRITE ( 14 )  subs_vertical_gradient_level
671    WRITE ( 14 )  'subs_vertical_gradient_level_i'
672    WRITE ( 14 )  subs_vertical_gradient_level_i
673    WRITE ( 14 )  'w_max                         '
674    WRITE ( 14 )  w_max
675    WRITE ( 14 )  'w_max_ijk                     '
676    WRITE ( 14 )  w_max_ijk
677    WRITE ( 14 )  'zeta_max                      '
678    WRITE ( 14 )  zeta_max
679    WRITE ( 14 )  'zeta_min                      '
680    WRITE ( 14 )  zeta_min
681    WRITE ( 14 )  'z0h_factor                    '
682    WRITE ( 14 )  z0h_factor 
683!
684!-- Set the end-of-file mark
685    WRITE ( 14 )  '*** end ***                   '
686!
687!-- If required, write restart data for virtual measurements.
688    IF ( virtual_flight )  CALL flight_write_restart_data 
689   
690   
691 END SUBROUTINE write_var_list
Note: See TracBrowser for help on using the repository browser.