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

Last change on this file since 1832 was 1832, checked in by hoffmann, 9 years ago

last commit documented

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