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

Last change on this file since 1691 was 1691, checked in by maronga, 9 years ago

various bugfixes and modifications of the atmosphere-land-surface-radiation interaction. Completely re-written routine to calculate surface fluxes (surface_layer_fluxes.f90) that replaces prandtl_fluxes. Minor formatting corrections and renamings

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