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

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

routines for nudging and large scale forcing from external file added

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