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

Last change on this file since 2776 was 2776, checked in by Giersch, 6 years ago

Skipping of module related restart data changed + adapting synthetic turbulence generator to current restart procedure

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