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

Last change on this file since 2233 was 2233, checked in by suehring, 7 years ago

last commit documented

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