source: palm/tags/release-3.10/SOURCE/write_var_list.f90 @ 4417

Last change on this file since 4417 was 1242, checked in by heinze, 10 years ago

Last commmit documented

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