- Timestamp:
- Jul 12, 2016 4:37:58 PM (8 years ago)
- Location:
- palm/trunk/SOURCE
- Files:
-
- 30 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/advec_s_bc.f90
r1960 r1961 19 19 ! Current revisions: 20 20 ! ----------------- 21 ! New CASE statement to treat scalars and humidity separately21 ! 22 22 ! 23 23 ! Former revisions: … … 25 25 ! $Id$ 26 26 ! 27 ! 1960 2016-07-12 16:34:24Z suehring 28 ! New CASE statement to treat scalars and humidity separately 29 ! 27 30 ! 1873 2016-04-18 14:50:06Z maronga 28 31 ! Module renamed (removed _mod) -
palm/trunk/SOURCE/advec_ws.f90
r1960 r1961 19 19 ! Current revisions: 20 20 ! ------------------ 21 ! Separate humidity and passive scalar21 ! 22 22 ! 23 23 ! Former revisions: 24 24 ! ----------------- 25 25 ! $Id$ 26 ! 27 ! 1960 2016-07-12 16:34:24Z suehring 28 ! Separate humidity and passive scalar 26 29 ! 27 30 ! 1942 2016-06-14 12:18:18Z suehring -
palm/trunk/SOURCE/average_3d_data.f90
r1960 r1961 19 19 ! Current revisions: 20 20 ! ----------------- 21 ! Treat humidity and passive scalar separately21 ! 22 22 ! 23 23 ! Former revisions: … … 25 25 ! $Id$ 26 26 ! 27 ! 1960 2016-07-12 16:34:24Z suehring 28 ! Treat humidity and passive scalar separately 29 ! 27 30 ! 1691 2015-10-26 16:17:44Z maronga 28 31 ! Added output of Obukhov length and radiative heating rates for RRTMG. -
palm/trunk/SOURCE/boundary_conds.f90
r1960 r1961 19 19 ! Current revisions: 20 20 ! ----------------- 21 ! Treat humidity and passive scalar separately21 ! 22 22 ! 23 23 ! Former revisions: … … 25 25 ! $Id$ 26 26 ! 27 ! 1960 2016-07-12 16:34:24Z suehring 28 ! Treat humidity and passive scalar separately 29 ! 27 30 ! 1823 2016-04-07 08:57:52Z hoffmann 28 31 ! Initial version of purely vertical nesting introduced. -
palm/trunk/SOURCE/check_parameters.f90
r1960 r1961 19 19 ! Current revisions: 20 20 ! ----------------- 21 ! 22 ! 23 ! Former revisions: 24 ! ----------------- 25 ! $Id$ 26 ! 27 ! 1960 2016-07-12 16:34:24Z suehring 21 28 ! Separate checks and calculations for humidity and passive scalar. Therefore, 22 29 ! a subroutine to calculate vertical gradients is introduced, in order to reduce … … 25 32 ! so far. 26 33 ! 27 ! Former revisions:28 ! -----------------29 ! $Id$30 !31 34 ! 1931 2016-06-10 12:06:59Z suehring 32 35 ! Rename multigrid into multigrid_noopt and multigrid_fast into multigrid -
palm/trunk/SOURCE/data_output_2d.f90
r1960 r1961 19 19 ! Current revisions: 20 20 ! ----------------- 21 ! Scalar surface flux added 22 ! Rename INTEGER variable s into s_ind, as s is already assigned to scalar 23 ! 21 ! 22 ! 24 23 ! Former revisions: 25 24 ! ----------------- 26 25 ! $Id$ 26 ! 27 ! 1960 2016-07-12 16:34:24Z suehring 28 ! Scalar surface flux added 29 ! Rename INTEGER variable s into s_ind, as s is already assigned to scalar 27 30 ! 28 31 ! 1849 2016-04-08 11:33:18Z hoffmann -
palm/trunk/SOURCE/data_output_3d.f90
r1960 r1961 19 19 ! Current revisions: 20 20 ! ------------------ 21 ! Scalar surface flux added22 ! 21 ! 22 ! 23 23 ! Former revisions: 24 24 ! ----------------- 25 25 ! $Id$ 26 ! 27 ! 1960 2016-07-12 16:34:24Z suehring 28 ! Scalar surface flux added 26 29 ! 27 30 ! 1849 2016-04-08 11:33:18Z hoffmann -
palm/trunk/SOURCE/data_output_dvrp.f90
r1960 r1961 19 19 ! Current revisions: 20 20 ! ----------------- 21 ! Separate humidity and passive scalar21 ! 22 22 ! 23 23 ! Former revisions: … … 25 25 ! $Id$ 26 26 ! 27 ! 1960 2016-07-12 16:34:24Z suehring 28 ! Separate humidity and passive scalar 29 ! 27 30 ! 1873 2016-04-18 14:50:06Z maronga 28 31 ! Module renamed (removed _mod) -
palm/trunk/SOURCE/data_output_mask.f90
r1960 r1961 19 19 ! Current revisions: 20 20 ! ----------------- 21 ! Separate humidity and passive scalar22 ! 21 ! 22 ! 23 23 ! Former revisions: 24 24 ! ----------------- 25 25 ! $Id$ 26 ! 27 ! 1960 2016-07-12 16:34:24Z suehring 28 ! Separate humidity and passive scalar 26 29 ! 27 30 ! 2016-03-06 18:36:17Z raasch -
palm/trunk/SOURCE/data_output_spectra.f90
r1960 r1961 19 19 ! Current revisions: 20 20 ! ------------------ 21 ! Additional default spectra for passive scalar21 ! 22 22 ! 23 23 ! Former revisions: … … 25 25 ! $Id$ 26 26 ! 27 ! 1960 2016-07-12 16:34:24Z suehring 28 ! Additional default spectra for passive scalar 29 ! 27 30 ! 1833 2016-04-07 14:23:03Z raasch 28 31 ! spectrum renamed spectra_mod, spectra related variables moved to spectra_mod, -
palm/trunk/SOURCE/flow_statistics.f90
r1960 r1961 19 19 ! Current revisions: 20 20 ! ----------------- 21 ! Separate humidity and passive scalar22 ! 21 ! 22 ! 23 23 ! Former revisions: 24 24 ! ----------------- 25 25 ! $Id$ 26 ! 27 ! 1960 2016-07-12 16:34:24Z suehring 28 ! Separate humidity and passive scalar 26 29 ! 27 30 ! 1918 2016-05-27 14:35:57Z raasch -
palm/trunk/SOURCE/header.f90
r1960 r1961 19 19 ! Current revisions: 20 20 ! ----------------- 21 ! 22 ! 23 ! Former revisions: 24 ! ----------------- 25 ! $Id$ 26 ! 27 ! 1960 2016-07-12 16:34:24Z suehring 21 28 ! Treat humidity and passive scalar separately. 22 29 ! Modify misleading information concerning humidity. 23 30 ! Bugfix, change unit for humidity flux. 24 31 ! 25 ! Former revisions:26 ! -----------------27 ! $Id$28 !29 32 ! 1957 2016-07-07 10:43:48Z suehring 30 33 ! flight module added -
palm/trunk/SOURCE/inflow_turbulence.f90
r1960 r1961 19 19 ! Current revisions: 20 20 ! ----------------- 21 ! Separate humidity and passive scalar21 ! 22 22 ! 23 23 ! Former revisions: … … 25 25 ! $Id$ 26 26 ! 27 ! 1960 2016-07-12 16:34:24Z suehring 28 ! Separate humidity and passive scalar 29 ! 27 30 ! 1806 2016-04-05 18:55:35Z gronemeier 28 31 ! Added comments to variables and code segments. Removed code redundancies. -
palm/trunk/SOURCE/init_1d_model.f90
r1960 r1961 19 19 ! Current revisions: 20 20 ! ----------------- 21 ! 22 ! 23 ! Former revisions: 24 ! ----------------- 25 ! $Id$ 26 ! 27 ! 1960 2016-07-12 16:34:24Z suehring 21 28 ! Remove passive_scalar from IF-statements, as 1D-scalar profile is effectively 22 29 ! not used. 23 30 ! Formatting adjustment 24 !25 ! Former revisions:26 ! -----------------27 ! $Id$28 31 ! 29 32 ! 1808 2016-04-05 19:44:00Z raasch -
palm/trunk/SOURCE/init_3d_model.f90
r1960 r1961 19 19 ! Current revisions: 20 20 ! ------------------ 21 ! 22 ! 23 ! Former revisions: 24 ! ----------------- 25 ! $Id$ 26 ! 27 ! 1960 2016-07-12 16:34:24Z suehring 21 28 ! Separate humidity and passive scalar 22 29 ! Increase dimension for mean_inflow_profiles 23 30 ! Remove inadvertent write-statement 24 31 ! Bugfix, large-scale forcing is still not implemented for passive scalars 25 !26 ! Former revisions:27 ! -----------------28 ! $Id$29 32 ! 30 33 ! 1957 2016-07-07 10:43:48Z suehring -
palm/trunk/SOURCE/modules.f90
r1960 r1961 19 19 ! Current revisions: 20 20 ! ------------------ 21 ! 22 ! 23 ! Former revisions: 24 ! ----------------- 25 ! $Id$ 26 ! 27 ! 1960 2016-07-12 16:34:24Z suehring 21 28 ! Separate humidity and passive scalar 22 29 ! +bc_s_t_val, diss_s_s, diss_l_s, flux_s_s, flux_l_s, s, sp, s1, s2, s3, ssws_av, … … 29 36 ! Change default values (in order to unify gradient calculation): 30 37 ! pt_vertical_gradient_level, sa_vertical_gradient_level 31 !32 ! Former revisions:33 ! -----------------34 ! $Id$35 38 ! 36 39 ! 1957 2016-07-07 10:43:48Z suehring -
palm/trunk/SOURCE/netcdf_interface_mod.f90
r1960 r1961 19 19 ! Current revisions: 20 20 ! ------------------ 21 ! Additional labels and units for timeseries output of passive scalar-related 22 ! quantities 21 ! 23 22 ! 24 23 ! Former revisions: … … 26 25 ! $Id$ 27 26 ! 27 ! 1960 2016-07-12 16:34:24Z suehring 28 ! Additional labels and units for timeseries output of passive scalar-related 29 ! quantities 30 ! 28 31 ! 1957 2016-07-07 10:43:48Z suehring 29 32 ! flight module added -
palm/trunk/SOURCE/palm.f90
r1960 r1961 19 19 ! Current revisions: 20 20 ! ----------------- 21 ! Separate humidity and passive scalar21 ! 22 22 ! 23 23 ! Former revisions: … … 25 25 ! $Id$ 26 26 ! 27 ! 1960 2016-07-12 16:34:24Z suehring 28 ! Separate humidity and passive scalar 29 ! 27 30 ! 1834 2016-04-07 14:34:20Z raasch 28 31 ! Initial version of purely vertical nesting introduced. -
palm/trunk/SOURCE/parin.f90
r1960 r1961 19 19 ! Current revisions: 20 20 ! ----------------- 21 ! Allocation of s_init21 ! 22 22 ! 23 23 ! Former revisions: 24 24 ! ----------------- 25 25 ! $Id$ 26 ! 27 ! 1960 2016-07-12 16:34:24Z suehring 28 ! Allocation of s_init 26 29 ! 27 30 ! 1957 2016-07-07 10:43:48Z suehring -
palm/trunk/SOURCE/plant_canopy_model_mod.f90
r1960 r1961 19 19 ! Current revisions: 20 20 ! ----------------- 21 ! Separate humidity and passive scalar21 ! 22 22 ! 23 23 ! Former revisions: … … 25 25 ! $Id$ 26 26 ! 27 ! 1960 2016-07-12 16:34:24Z suehring 28 ! Separate humidity and passive scalar 29 ! 27 30 ! 1953 2016-06-21 09:28:42Z suehring 28 31 ! Bugfix, lad_s and lad must be public -
palm/trunk/SOURCE/prognostic_equations.f90
r1960 r1961 19 19 ! Current revisions: 20 20 ! ------------------ 21 ! Separate humidity and passive scalar21 ! 22 22 ! 23 23 ! Former revisions: … … 25 25 ! $Id$ 26 26 ! 27 ! 1960 2016-07-12 16:34:24Z suehring 28 ! Separate humidity and passive scalar 29 ! 27 30 ! 1914 2016-05-26 14:44:07Z witha 28 31 ! Added calls for wind turbine model -
palm/trunk/SOURCE/read_var_list.f90
r1960 r1961 19 19 ! Current revisions: 20 20 ! ------------------ 21 ! Separate humidity and passive scalar 22 ! Remove unused variables from ONLY list 23 ! 21 ! 22 ! 24 23 ! Former revisions: 25 24 ! ----------------- 26 25 ! $Id$ 26 ! 27 ! 1960 2016-07-12 16:34:24Z suehring 28 ! Separate humidity and passive scalar 29 ! Remove unused variables from ONLY list 27 30 ! 28 31 ! 1957 2016-07-07 10:43:48Z suehring -
palm/trunk/SOURCE/spectra_mod.f90
r1960 r1961 19 19 ! Current revisions: 20 20 ! ----------------- 21 ! Additional default spectra for passive scalar21 ! 22 22 ! 23 23 ! Former revisions: … … 25 25 ! $Id$ 26 26 ! 27 ! 1960 2016-07-12 16:34:24Z suehring 28 ! Additional default spectra for passive scalar 29 ! 27 30 ! 1833 2016-04-07 14:23:03Z raasch 28 31 ! file renamed, reading the spectra_par NAMELIST moved from package_parin to -
palm/trunk/SOURCE/sum_up_3d_data.f90
r1960 r1961 19 19 ! Current revisions: 20 20 ! ----------------- 21 ! Scalar surface flux added21 ! 22 22 ! 23 23 ! Former revisions: … … 25 25 ! $Id$ 26 26 ! 27 ! 1960 2016-07-12 16:34:24Z suehring 28 ! Scalar surface flux added 29 ! 27 30 ! 1949 2016-06-17 07:19:16Z maronga 28 31 ! Bugfix: calculation of lai_av, c_veg_av and c_liq_av. -
palm/trunk/SOURCE/surface_layer_fluxes_mod.f90
r1960 r1961 19 19 ! Current revisions: 20 20 ! ------------------ 21 ! Treat humidity and passive scalar separately21 ! 22 22 ! 23 23 ! Former revisions: … … 25 25 ! $Id$ 26 26 ! 27 ! 1960 2016-07-12 16:34:24Z suehring 28 ! Treat humidity and passive scalar separately 29 ! 27 30 ! 1929 2016-06-09 16:25:25Z suehring 28 31 ! Bugfix: avoid segmentation fault in case one grid point is horizontally -
palm/trunk/SOURCE/swap_timelevel.f90
r1960 r1961 19 19 ! Current revisions: 20 20 ! ----------------- 21 ! Separate humidity and passive scalar22 ! 21 ! 22 ! 23 23 ! Former revisions: 24 24 ! ----------------- 25 25 ! $Id$ 26 ! 27 ! 1960 2016-07-12 16:34:24Z suehring 28 ! Separate humidity and passive scalar 26 29 ! 27 30 ! 1822 2016-04-07 07:49:42Z hoffmann -
palm/trunk/SOURCE/time_integration.f90
r1960 r1961 19 19 ! Current revisions: 20 20 ! ------------------ 21 ! Separate humidity and passive scalar21 ! 22 22 ! 23 23 ! Former revisions: … … 25 25 ! $Id$ 26 26 ! 27 ! 1960 2016-07-12 16:34:24Z suehring 28 ! Separate humidity and passive scalar 29 ! 27 30 ! 1957 2016-07-07 10:43:48Z suehring 28 31 ! flight module added -
palm/trunk/SOURCE/user_actions.f90
r1960 r1961 19 19 ! Current revisions: 20 20 ! ------------------ 21 ! New CASE statement for scalar tendency21 ! 22 22 ! 23 23 ! Former revisions: … … 25 25 ! $Id$ 26 26 ! 27 ! 1960 2016-07-12 16:34:24Z suehring 28 ! New CASE statement for scalar tendency 29 ! 27 30 ! 1873 2016-04-18 14:50:06Z maronga 28 31 ! Module renamed (removed _mod) -
palm/trunk/SOURCE/user_spectra.f90
r1960 r1961 19 19 ! Current revisions: 20 20 ! ----------------- 21 ! Consider additional spectra for passive scalar21 ! 22 22 ! 23 23 ! Former revisions: … … 25 25 ! $Id$ 26 26 ! 27 ! 1960 2016-07-12 16:34:24Z suehring 28 ! Consider additional spectra for passive scalar 29 ! 27 30 ! 1833 2016-04-07 14:23:03Z raasch 28 31 ! spectrum renamed spectra_mod -
palm/trunk/SOURCE/virtual_flight_mod.f90
r1960 r1961 19 19 ! Current revisions: 20 20 ! ------------------ 21 ! Separate humidity and passive scalar. 22 ! Bugfix concerning labeling of timeseries. 21 ! 23 22 ! 24 23 ! Former revisions: … … 26 25 ! $Id$ 27 26 ! 27 ! 1960 2016-07-12 16:34:24Z suehring 28 ! Separate humidity and passive scalar. 29 ! Bugfix concerning labeling of timeseries. 30 ! 28 31 ! 1957 2016-07-07 10:43:48Z suehring 29 32 ! Initial revision
Note: See TracChangeset
for help on using the changeset viewer.