- Timestamp:
- May 30, 2017 6:08:54 PM (7 years ago)
- Location:
- palm/trunk/SOURCE
- Files:
-
- 72 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/Makefile
r2232 r2233 20 20 # Current revisions: 21 21 # ------------------ 22 # +dependencies for surface_mod 23 # -wall_fluxes 22 # 24 23 # 25 24 # Former revisions: … … 27 26 # $Id$ 28 27 # 28 # 2232 2017-05-30 17:47:52Z suehring 29 # +dependencies for surface_mod 30 # -wall_fluxes 31 # 29 32 # 2130 2017-01-24 16:25:39Z raasch 30 33 # dependency for timestep updated -
palm/trunk/SOURCE/advec_s_pw.f90
r2232 r2233 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! topography representation via flags22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 2232 2017-05-30 17:47:52Z suehring 29 ! topography representation via flags 30 ! 28 31 ! 2000 2016-08-20 18:09:15Z knoop 29 32 ! Forced header and separation lines into 80 columns -
palm/trunk/SOURCE/advec_s_up.f90
r2232 r2233 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! topography representation via flags22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 2232 2017-05-30 17:47:52Z suehring 29 ! topography representation via flags 30 ! 28 31 ! 2000 2016-08-20 18:09:15Z knoop 29 32 ! Forced header and separation lines into 80 columns -
palm/trunk/SOURCE/advec_u_pw.f90
r2232 r2233 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! topography representation via flags22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 2232 2017-05-30 17:47:52Z suehring 29 ! topography representation via flags 30 ! 28 31 ! 2000 2016-08-20 18:09:15Z knoop 29 32 ! Forced header and separation lines into 80 columns -
palm/trunk/SOURCE/advec_u_up.f90
r2232 r2233 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! topography representation via flags22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 2232 2017-05-30 17:47:52Z suehring 29 ! topography representation via flags 30 ! 28 31 ! 2000 2016-08-20 18:09:15Z knoop 29 32 ! Forced header and separation lines into 80 columns -
palm/trunk/SOURCE/advec_v_pw.f90
r2232 r2233 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! topography representation via flags22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 2232 2017-05-30 17:47:52Z suehring 29 ! topography representation via flags 30 ! 28 31 ! 2000 2016-08-20 18:09:15Z knoop 29 32 ! Forced header and separation lines into 80 columns -
palm/trunk/SOURCE/advec_v_up.f90
r2232 r2233 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! topography representation via flags22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 2232 2017-05-30 17:47:52Z suehring 29 ! topography representation via flags 30 ! 28 31 ! 2000 2016-08-20 18:09:15Z knoop 29 32 ! Forced header and separation lines into 80 columns -
palm/trunk/SOURCE/advec_w_pw.f90
r2232 r2233 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! topography representation via flags22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 2232 2017-05-30 17:47:52Z suehring 29 ! topography representation via flags 30 ! 28 31 ! 2000 2016-08-20 18:09:15Z knoop 29 32 ! Forced header and separation lines into 80 columns -
palm/trunk/SOURCE/advec_w_up.f90
r2232 r2233 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! topography representation via flags22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 2232 2017-05-30 17:47:52Z suehring 29 ! topography representation via flags 30 ! 28 31 ! 2000 2016-08-20 18:09:15Z knoop 29 32 ! Forced header and separation lines into 80 columns -
palm/trunk/SOURCE/advec_ws.f90
r2232 r2233 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! 23 ! 24 ! Former revisions: 25 ! ----------------- 26 ! $Id$ 27 ! 28 ! 2232 2017-05-30 17:47:52Z suehring 22 29 ! Rename wall_flags_0 and wall_flags_00 into advc_flags_1 and advc_flags_2, 23 30 ! respectively. 24 31 ! Set advc_flags_1/2 on basis of wall_flags_0/00 instead of nzb_s/u/v/w_inner. 25 32 ! Setting advc_flags_1/2 also for downward-facing walls 26 !27 ! Former revisions:28 ! -----------------29 ! $Id$30 33 ! 31 34 ! 2200 2017-04-11 11:37:51Z suehring -
palm/trunk/SOURCE/average_3d_data.f90
r2232 r2233 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Adjustments to new surface concept - additional ghost point exchange 23 ! of surface variable required 22 ! 24 23 ! 25 24 ! Former revisions: … … 27 26 ! $Id$ 28 27 ! 28 ! 2232 2017-05-30 17:47:52Z suehring 29 ! Adjustments to new surface concept - additional ghost point exchange 30 ! of surface variable required 31 ! 29 32 ! 2031 2016-10-21 15:11:58Z knoop 30 33 ! renamed variable rho to rho_ocean and rho_av to rho_ocean_av -
palm/trunk/SOURCE/boundary_conds.f90
r2232 r2233 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Set boundary conditions on topography top using flag method.22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 2232 2017-05-30 17:47:52Z suehring 29 ! Set boundary conditions on topography top using flag method. 30 ! 28 31 ! 2118 2017-01-17 16:38:49Z raasch 29 32 ! OpenACC directives removed -
palm/trunk/SOURCE/buoyancy.f90
r2232 r2233 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! Adjustments to new topography concept22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 2232 2017-05-30 17:47:52Z suehring 29 ! Adjustments to new topography concept 30 ! 28 31 ! 2118 2017-01-17 16:38:49Z raasch 29 32 ! OpenACC version of subroutine removed -
palm/trunk/SOURCE/calc_liquid_water_content.f90
r2232 r2233 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Adjustments to new topography concept22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 2232 2017-05-30 17:47:52Z suehring 29 ! Adjustments to new topography concept 30 ! 28 31 ! 2000 2016-08-20 18:09:15Z knoop 29 32 ! Forced header and separation lines into 80 columns -
palm/trunk/SOURCE/calc_mean_profile.f90
r2232 r2233 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Adjustments to new topography concept22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 2232 2017-05-30 17:47:52Z suehring 29 ! Adjustments to new topography concept 30 ! 28 31 ! 2000 2016-08-20 18:09:15Z knoop 29 32 ! Forced header and separation lines into 80 columns -
palm/trunk/SOURCE/calc_radiation.f90
r2232 r2233 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Adjustments to new topography concept22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 2232 2017-05-30 17:47:52Z suehring 29 ! Adjustments to new topography concept 30 ! 28 31 ! 2000 2016-08-20 18:09:15Z knoop 29 32 ! Forced header and separation lines into 80 columns -
palm/trunk/SOURCE/coriolis.f90
r2232 r2233 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Adjustments to new topography concept22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 2232 2017-05-30 17:47:52Z suehring 29 ! Adjustments to new topography concept 30 ! 28 31 ! 2118 2017-01-17 16:38:49Z raasch 29 32 ! OpenACC version of subroutine removed -
palm/trunk/SOURCE/data_output_2d.f90
r2232 r2233 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Adjustments to new surface concept23 22 ! 24 ! 23 ! 25 24 ! Former revisions: 26 25 ! ----------------- 27 26 ! $Id$ 27 ! 28 ! 2232 2017-05-30 17:47:52Z suehring 29 ! Adjustments to new surface concept 30 ! 28 31 ! 29 32 ! 2190 2017-03-21 12:16:43Z raasch -
palm/trunk/SOURCE/data_output_3d.f90
r2232 r2233 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! Adjustments to new topography concept22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 2232 2017-05-30 17:47:52Z suehring 29 ! Adjustments to new topography concept 30 ! 28 31 ! 2209 2017-04-19 09:34:46Z kanani 29 32 ! Added plant canopy model output -
palm/trunk/SOURCE/diffusion_e.f90
r2232 r2233 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Adjustments to new topography and surface concept22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 2232 2017-05-30 17:47:52Z suehring 29 ! Adjustments to new topography and surface concept 30 ! 28 31 ! 2118 2017-01-17 16:38:49Z raasch 29 32 ! OpenACC version of subroutine removed -
palm/trunk/SOURCE/diffusion_s.f90
r2232 r2233 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! Adjustments to new topography and surface concept22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 2232 2017-05-30 17:47:52Z suehring 29 ! Adjustments to new topography and surface concept 30 ! 28 31 ! 2118 2017-01-17 16:38:49Z raasch 29 32 ! OpenACC version of subroutine removed -
palm/trunk/SOURCE/diffusion_u.f90
r2232 r2233 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Adjustments to new topography and surface concept22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 2232 2017-05-30 17:47:52Z suehring 29 ! Adjustments to new topography and surface concept 30 ! 28 31 ! 2118 2017-01-17 16:38:49Z raasch 29 32 ! OpenACC version of subroutine removed -
palm/trunk/SOURCE/diffusion_v.f90
r2232 r2233 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Adjustments to new topography and surface concept22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 2232 2017-05-30 17:47:52Z suehring 29 ! Adjustments to new topography and surface concept 30 ! 28 31 ! 2118 2017-01-17 16:38:49Z raasch 29 32 ! OpenACC version of subroutine removed -
palm/trunk/SOURCE/diffusion_w.f90
r2232 r2233 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Adjustments to new topography and surface concept22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 2232 2017-05-30 17:47:52Z suehring 29 ! Adjustments to new topography and surface concept 30 ! 28 31 ! 2118 2017-01-17 16:38:49Z raasch 29 32 ! OpenACC version of subroutine removed -
palm/trunk/SOURCE/diffusivities.f90
r2232 r2233 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Adjustments to new topography and surface concept22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 2232 2017-05-30 17:47:52Z suehring 29 ! Adjustments to new topography and surface concept 30 ! 28 31 ! 2118 2017-01-17 16:38:49Z raasch 29 32 ! OpenACC directives removed -
palm/trunk/SOURCE/disturb_field.f90
r2232 r2233 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! 23 ! 24 ! Former revisions: 25 ! ----------------- 26 ! $Id$ 27 ! 28 ! 2232 2017-05-30 17:47:52Z suehring 22 29 ! Modify referenced parameter for disturb_field, instead of nzb_uv_inner, pass 23 30 ! character to identify the respective grid (u- or v-grid). 24 31 ! Set perturbations within topography to zero using flags. 25 32 ! 26 ! Former revisions:27 ! -----------------28 ! $Id$29 !30 33 ! 2172 2017-03-08 15:55:25Z knoop 31 34 ! Bugfix removed id_random_array from USE list -
palm/trunk/SOURCE/disturb_heatflux.f90
r2232 r2233 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! Adjustment according new surface data type. 23 ! Implemented parallel random number generator to obtain always the same 24 ! random number distribution regardless of the processor distribution. 22 ! 25 23 ! 26 24 ! Former revisions: … … 28 26 ! $Id$ 29 27 ! 28 ! 2232 2017-05-30 17:47:52Z suehring 29 ! Adjustment according new surface data type. 30 ! Implemented parallel random number generator to obtain always the same 31 ! random number distribution regardless of the processor distribution. 32 ! 30 33 ! 2037 2016-10-26 11:15:40Z knoop 31 34 ! Anelastic approximation implemented -
palm/trunk/SOURCE/eqn_state_seawater.f90
r2232 r2233 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Adjustments to new topography and surface concept22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 2232 2017-05-30 17:47:52Z suehring 29 ! Adjustments to new topography and surface concept 30 ! 28 31 ! 2031 2016-10-21 15:11:58Z knoop 29 32 ! renamed variable rho to rho_ocean -
palm/trunk/SOURCE/flow_statistics.f90
r2232 r2233 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Adjustments to new topography and surface concept22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 2232 2017-05-30 17:47:52Z suehring 29 ! Adjustments to new topography and surface concept 30 ! 28 31 ! 2118 2017-01-17 16:38:49Z raasch 29 32 ! OpenACC version of subroutine removed -
palm/trunk/SOURCE/header.f90
r2232 r2233 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Adjustments to new topography and surface concept 23 ! Generic tunnel setup added 22 ! 24 23 ! 25 24 ! Former revisions: … … 27 26 ! $Id$ 28 27 ! 28 ! 2232 2017-05-30 17:47:52Z suehring 29 ! Adjustments to new topography and surface concept 30 ! Generic tunnel setup added 31 ! 29 32 ! 2200 2017-04-11 11:37:51Z suehring 30 33 ! monotonic_adjustment removed -
palm/trunk/SOURCE/init_3d_model.f90
r2232 r2233 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! 23 ! 24 ! Former revisions: 25 ! ----------------- 26 ! $Id$ 27 ! 28 ! 2232 2017-05-30 17:47:52Z suehring 22 29 ! Adjustments to new topography and surface concept: 23 30 ! - Modify passed parameters for disturb_field … … 26 33 ! - Move initialization of surface-related quantities to surface_mod 27 34 ! 28 ! Former revisions:29 ! -----------------30 ! $Id$31 !32 35 ! 2172 2017-03-08 15:55:25Z knoop 33 36 ! Bugfix: moved parallel random generator initialization into its module -
palm/trunk/SOURCE/init_grid.f90
r2232 r2233 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! 23 ! 24 ! Former revisions: 25 ! ----------------- 26 ! $Id$ 27 ! 28 ! 2232 2017-05-30 17:47:52Z suehring 22 29 ! - Adjustments according to new topography representation 23 30 ! - Bugfix: Move determination of nzb_max behind topography modification in … … 27 34 ! - Generic tunnel set-up added 28 35 ! 29 ! Former revisions:30 ! -----------------31 ! $Id$32 !33 36 ! 2200 2017-04-11 11:37:51Z suehring 34 37 ! monotonic_adjustment removed -
palm/trunk/SOURCE/interaction_droplets_ptq.f90
r2232 r2233 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Adjustments to new topography concept22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 2232 2017-05-30 17:47:52Z suehring 29 ! Adjustments to new topography concept 30 ! 28 31 ! 2000 2016-08-20 18:09:15Z knoop 29 32 ! Forced header and separation lines into 80 columns -
palm/trunk/SOURCE/land_surface_model_mod.f90
r2232 r2233 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! 23 ! 24 ! Former revisions: 25 ! ----------------- 26 ! $Id$ 27 ! 28 ! 2232 2017-05-30 17:47:52Z suehring 22 29 ! Adjustments to new topography and surface concept 23 30 ! - now, also vertical walls are possible … … 27 34 ! Add check for soil moisture, it must not exceed its saturation value. 28 35 ! 29 ! Former revisions:30 ! -----------------31 ! $Id$32 !33 36 ! 2149 2017-02-09 16:57:03Z scharf 34 37 ! Land surface parameters II corrected for veg_type 18 and 19 -
palm/trunk/SOURCE/lpm.f90
r2232 r2233 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! Adjustments to new topography concept22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 2232 2017-05-30 17:47:52Z suehring 29 ! Adjustments to new topography concept 30 ! 28 31 ! 2000 2016-08-20 18:09:15Z knoop 29 32 ! Forced header and separation lines into 80 columns -
palm/trunk/SOURCE/lpm_advec.f90
r2232 r2233 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! Adjustments to new topography and surface concept22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 2232 2017-05-30 17:47:52Z suehring 29 ! Adjustments to new topography and surface concept 30 ! 28 31 ! 2100 2017-01-05 16:40:16Z suehring 29 32 ! Prevent extremely large SGS-velocities in regions where TKE is zero, e.g. -
palm/trunk/SOURCE/lpm_boundary_conds.f90
r2232 r2233 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Adjustments to new topography and surface concept 23 ! Rename character range into location, as range is an intrinsic. 22 ! 24 23 ! 25 24 ! Former revisions: … … 27 26 ! $Id$ 28 27 ! 28 ! 2232 2017-05-30 17:47:52Z suehring 29 ! Adjustments to new topography and surface concept 30 ! Rename character range into location, as range is an intrinsic. 31 ! 29 32 ! 2000 2016-08-20 18:09:15Z knoop 30 33 ! Forced header and separation lines into 80 columns -
palm/trunk/SOURCE/lpm_init.f90
r2232 r2233 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Adjustments according to new topography realization23 22 ! 24 23 ! … … 27 26 ! $Id$ 28 27 ! 28 ! 2232 2017-05-30 17:47:52Z suehring 29 ! Adjustments according to new topography realization 30 ! 31 ! 29 32 ! 2223 2017-05-15 16:38:09Z suehring 30 33 ! Add check for particle release at model top -
palm/trunk/SOURCE/lpm_init_sgs_tke.f90
r2232 r2233 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! Adjustments according to new topography realization22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 2232 2017-05-30 17:47:52Z suehring 29 ! Adjustments according to new topography realization 30 ! 28 31 ! 2000 2016-08-20 18:09:15Z knoop 29 32 ! Forced header and separation lines into 80 columns -
palm/trunk/SOURCE/ls_forcing_mod.f90
r2232 r2233 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! Adopt to new topography structure, even though no well-conceived topography 23 ! concept concerning nudging and large-scale for exist so far. 24 ! 25 ! Also adopt to new surface-structure, i.e. fluxes are obtained from data-types 22 ! 26 23 ! 27 24 ! Former revisions: … … 29 26 ! $Id$ 30 27 ! 28 ! 2232 2017-05-30 17:47:52Z suehring 29 ! Adopt to new topography structure, even though no well-conceived topography 30 ! concept concerning nudging and large-scale for exist so far. 31 ! 32 ! Also adopt to new surface-structure, i.e. fluxes are obtained from data-types 33 ! 31 34 ! 2104 2017-01-06 16:01:15Z knoop 32 35 ! Bugfix for approximation related flux input conversion -
palm/trunk/SOURCE/microphysics_mod.f90
r2232 r2233 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! Adjustments to new topography and surface concept22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 2232 2017-05-30 17:47:52Z suehring 29 ! Adjustments to new topography and surface concept 30 ! 28 31 ! 2155 2017-02-21 09:57:40Z hoffmann 29 32 ! Bugfix in the calculation of microphysical quantities on ghost points. -
palm/trunk/SOURCE/modules.f90
r2232 r2233 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! 23 ! 24 ! Former revisions: 25 ! ----------------- 26 ! $Id$ 27 ! 28 ! 2232 2017-05-30 17:47:52Z suehring 22 29 ! Renamed wall_flags_0 and wall_flags_00 into advc_flags_1 and advc_flags_2, 23 30 ! respectively. Moreover, introduced further flag array wall_flags_0. … … 41 48 ! +lod 42 49 ! 43 ! Former revisions:44 ! -----------------45 ! $Id$46 !47 50 ! 2200 2017-04-11 11:37:51Z suehring 48 51 ! -monotonic_adjustment -
palm/trunk/SOURCE/netcdf_interface_mod.f90
r2232 r2233 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! 23 ! 24 ! Former revisions: 25 ! ----------------- 26 ! $Id$ 27 ! 28 ! 2232 2017-05-30 17:47:52Z suehring 22 29 ! Adjustments to new topography and surface concept 23 30 ! … … 31 38 ! 32 39 ! Bugfix in xy output (land-surface case) 33 !34 ! Former revisions:35 ! -----------------36 ! $Id$37 40 ! 38 41 ! 2209 2017-04-19 09:34:46Z kanani -
palm/trunk/SOURCE/nudging_mod.f90
r2232 r2233 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! Adjustments to new topography concept22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 2232 2017-05-30 17:47:52Z suehring 29 ! Adjustments to new topography concept 30 ! 28 31 ! 2000 2016-08-20 18:09:15Z knoop 29 32 ! Forced header and separation lines into 80 columns -
palm/trunk/SOURCE/palm.f90
r2232 r2233 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! 23 ! 24 ! Former revisions: 25 ! ----------------- 26 ! $Id$ 27 ! 28 ! 2232 2017-05-30 17:47:52Z suehring 22 29 ! Renamed wall_flags_0 and wall_flags_00 into advc_flags_1 and advc_flags_2, 23 30 ! respectively, within copyin statement. Moreover, introduced further flag … … 25 32 ! Remove unused variables from ONLY list. 26 33 ! 27 ! Former revisions:28 ! -----------------29 ! $Id$30 !31 34 ! 2178 2017-03-17 11:07:39Z hellstea 32 35 ! Calls for pmci_ensure_nest_mass_conservation and pres are added after -
palm/trunk/SOURCE/parin.f90
r2232 r2233 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! 23 ! 24 ! Former revisions: 25 ! ----------------- 26 ! $Id$ 27 ! 28 ! 2232 2017-05-30 17:47:52Z suehring 22 29 ! typo corrected 23 30 ! +wall_salinityflux 24 31 ! +tunnel_height, tunnel_lenght, tunnel_width_x, tunnel_width_y, 25 32 ! tunnel_wall_depth 26 !27 ! Former revisions:28 ! -----------------29 ! $Id$30 33 ! 31 34 ! 2118 2017-01-17 16:38:49Z raasch -
palm/trunk/SOURCE/plant_canopy_model_mod.f90
r2232 r2233 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Adjustments to new topography concept22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 2232 2017-05-30 17:47:52Z suehring 29 ! Adjustments to new topography concept 30 ! 28 31 ! 2213 2017-04-24 15:10:35Z kanani 29 32 ! Bugfix: exchange of ghost points in array pc_heating_rate needed for output -
palm/trunk/SOURCE/pmc_interface_mod.f90
r2232 r2233 21 21 ! Current revisions: 22 22 ! ------------------ 23 ! Adjustments to new topography concept23 ! 24 24 ! 25 25 ! Former revisions: … … 27 27 ! $Id$ 28 28 ! 29 ! 2232 2017-05-30 17:47:52Z suehring 30 ! Adjustments to new topography concept 31 ! 29 32 ! 2229 2017-05-30 14:52:52Z hellstea 30 33 ! A minor indexing error in init_anterp_tophat is corrected. -
palm/trunk/SOURCE/poismg_noopt.f90
r2232 r2233 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Bugfixes OpenMP22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 2232 2017-05-30 17:47:52Z suehring 29 ! Bugfixes OpenMP 30 ! 28 31 ! 2037 2016-10-26 11:15:40Z knoop 29 32 ! Anelastic approximation implemented -
palm/trunk/SOURCE/pres.f90
r2232 r2233 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! Adjustments to new topography and surface concept22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 2232 2017-05-30 17:47:52Z suehring 29 ! Adjustments to new topography and surface concept 30 ! 28 31 ! 2118 2017-01-17 16:38:49Z raasch 29 32 ! OpenACC directives and related code removed -
palm/trunk/SOURCE/production_e.f90
r2232 r2233 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Adjustments to new surface concept23 ! 22 ! 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! 28 ! 2232 2017-05-30 17:47:52Z suehring 29 ! Adjustments to new surface concept 27 30 ! 28 31 ! 2126 2017-01-20 15:54:21Z raasch -
palm/trunk/SOURCE/prognostic_equations.f90
r2232 r2233 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! Adjutst to new surface-type structure. Remove call for usm_wall_heat_flux, 23 ! which is realized directly in diffusion_s now. 22 ! 24 23 ! 25 24 ! Former revisions: … … 27 26 ! $Id$ 28 27 ! 28 ! 2232 2017-05-30 17:47:52Z suehring 29 ! Adjutst to new surface-type structure. Remove call for usm_wall_heat_flux, 30 ! which is realized directly in diffusion_s now. 31 ! 29 32 ! 2192 2017-03-22 04:14:10Z raasch 30 33 ! Bugfix for misplaced and missing openMP directives from r2155 -
palm/trunk/SOURCE/radiation_model_mod.f90
r2232 r2233 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Adjustments to new topography concept 23 ! Bugfix in read restart 22 ! 24 23 ! 25 24 ! Former revisions: … … 27 26 ! $Id$ 28 27 ! 28 ! 2232 2017-05-30 17:47:52Z suehring 29 ! Adjustments to new topography concept 30 ! Bugfix in read restart 31 ! 29 32 ! 2200 2017-04-11 11:37:51Z suehring 30 33 ! Bugfix in call of exchange_horiz_2d and read restart data -
palm/trunk/SOURCE/read_3d_binary.f90
r2232 r2233 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Adjustments to new surface concept - move output of surface varariables 23 ! to surface_mod 22 ! 24 23 ! 25 24 ! Former revisions: … … 27 26 ! $Id$ 28 27 ! 28 ! 2232 2017-05-30 17:47:52Z suehring 29 ! Adjustments to new surface concept - move output of surface varariables 30 ! to surface_mod 31 ! 29 32 ! 2031 2016-10-21 15:11:58Z knoop 30 33 ! renamed variable rho_av to rho_ocean_av -
palm/trunk/SOURCE/read_var_list.f90
r2232 r2233 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! 23 ! 24 ! Former revisions: 25 ! ----------------- 26 ! $Id$ 27 ! 28 ! 2232 2017-05-30 17:47:52Z suehring 22 29 ! Replace wall_qflux, wall_sflux by wall_humidityflux and wall_scalarflux; add 23 30 ! wall_salinityflux 24 31 ! +tunnel_height, tunnel_length, tunnel_width_x, tunnel_width_y, 25 32 ! tunnel_wall_depth 26 !27 ! Former revisions:28 ! -----------------29 ! $Id$30 33 ! 31 34 ! 2042 2016-11-02 13:47:31Z suehring -
palm/trunk/SOURCE/subsidence_mod.f90
r2232 r2233 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Adjustments to new topography and surface concept22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 2232 2017-05-30 17:47:52Z suehring 29 ! Adjustments to new topography and surface concept 30 ! 28 31 ! 2000 2016-08-20 18:09:15Z knoop 29 32 ! Forced header and separation lines into 80 columns -
palm/trunk/SOURCE/sum_up_3d_data.f90
r2232 r2233 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Adjustments to new surface concept22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 2232 2017-05-30 17:47:52Z suehring 29 ! Adjustments to new surface concept 30 ! 28 31 ! 2031 2016-10-21 15:11:58Z knoop 29 32 ! renamed variable rho to rho_ocean and rho_av to rho_ocean_av -
palm/trunk/SOURCE/surface_coupler.f90
r2232 r2233 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! Adjust to new surface structure. Transfer 1D surface fluxes onto 2D grid 23 ! (and back). 22 ! 24 23 ! 25 24 ! Former revisions: … … 27 26 ! $Id$ 28 27 ! 28 ! 2232 2017-05-30 17:47:52Z suehring 29 ! Adjust to new surface structure. Transfer 1D surface fluxes onto 2D grid 30 ! (and back). 31 ! 29 32 ! 2031 2016-10-21 15:11:58Z knoop 30 33 ! renamed variable rho to rho_ocean -
palm/trunk/SOURCE/surface_layer_fluxes_mod.f90
r2232 r2233 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! Adjustments to new surface concept 23 ! OpenMP bugfix 22 ! 24 23 ! 25 24 ! Former revisions: … … 27 26 ! $Id$ 28 27 ! 28 ! 2232 2017-05-30 17:47:52Z suehring 29 ! Adjustments to new surface concept 30 ! OpenMP bugfix 31 ! 29 32 ! 2118 2017-01-17 16:38:49Z raasch 30 33 ! OpenACC directives and related code removed -
palm/trunk/SOURCE/surface_mod.f90
r2232 r2233 15 15 ! PALM. If not, see <http://www.gnu.org/licenses/>. 16 16 ! 17 ! Copyright 1997-201 6Leibniz Universitaet Hannover17 ! Copyright 1997-2017 Leibniz Universitaet Hannover 18 18 ! 19 19 !------------------------------------------------------------------------------! -
palm/trunk/SOURCE/swap_timelevel.f90
r2232 r2233 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Adjustments to new surface concept22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 2232 2017-05-30 17:47:52Z suehring 29 ! Adjustments to new surface concept 30 ! 28 31 ! 2118 2017-01-17 16:38:49Z raasch 29 32 ! OpenACC directives removed -
palm/trunk/SOURCE/time_integration.f90
r2232 r2233 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! Adjustments to new topography and surface concept 23 ! Modify passed parameters for disturb_field 22 ! 24 23 ! 25 24 ! Former revisions: … … 27 26 ! $Id$ 28 27 ! 28 ! 2232 2017-05-30 17:47:52Z suehring 29 ! Adjustments to new topography and surface concept 30 ! Modify passed parameters for disturb_field 31 ! 29 32 ! 2178 2017-03-17 11:07:39Z hellstea 30 33 ! Setting perturbations at all times near inflow boundary is removed -
palm/trunk/SOURCE/urban_surface_mod.f90
r2232 r2233 21 21 ! Current revisions: 22 22 ! ------------------ 23 ! Adjustments according to new surface-type structure. Remove usm_wall_heat_flux; 24 ! insteat, heat fluxes are directly applied in diffusion_s. 23 ! 25 24 ! 26 25 ! Former revisions: … … 28 27 ! $Id$ 29 28 ! 29 ! 2232 2017-05-30 17:47:52Z suehring 30 ! Adjustments according to new surface-type structure. Remove usm_wall_heat_flux; 31 ! insteat, heat fluxes are directly applied in diffusion_s. 32 ! 30 33 ! 2213 2017-04-24 15:10:35Z kanani 31 34 ! Removal of output quantities usm_lad and usm_canopy_hr -
palm/trunk/SOURCE/user_data_output_2d.f90
r2232 r2233 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Example code added for accessing output quantities stored on surface-data 23 ! types 22 ! 24 23 ! 25 24 ! Former revisions: … … 27 26 ! $Id$ 28 27 ! 28 ! 2232 2017-05-30 17:47:52Z suehring 29 ! Example code added for accessing output quantities stored on surface-data 30 ! types 31 ! 29 32 ! 2000 2016-08-20 18:09:15Z knoop 30 33 ! Forced header and separation lines into 80 columns -
palm/trunk/SOURCE/user_init_3d_model.f90
r2232 r2233 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! +surface_mod22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 2232 2017-05-30 17:47:52Z suehring 29 ! +surface_mod 30 ! 28 31 ! 2000 2016-08-20 18:09:15Z knoop 29 32 ! Forced header and separation lines into 80 columns -
palm/trunk/SOURCE/user_init_grid.f90
r2232 r2233 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! +Generic tunnel added 23 ! +Example of setting user-defined topography 22 ! 24 23 ! 25 24 ! Former revisions: … … 27 26 ! $Id$ 28 27 ! 28 ! 2232 2017-05-30 17:47:52Z suehring 29 ! +Generic tunnel added 30 ! +Example of setting user-defined topography 31 ! 29 32 ! 2000 2016-08-20 18:09:15Z knoop 30 33 ! Forced header and separation lines into 80 columns -
palm/trunk/SOURCE/user_init_land_surface.f90
r2232 r2233 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Load surface_mod 23 ! Add simple example how to access surface data type 22 ! 24 23 ! 25 24 ! Former revisions: … … 27 26 ! $Id$ 28 27 28 ! 2232 2017-05-30 17:47:52Z suehring 29 ! Load surface_mod 30 ! Add simple example how to access surface data type 31 ! 29 32 ! 2000 2016-08-20 18:09:15Z knoop 30 33 ! Forced header and separation lines into 80 columns -
palm/trunk/SOURCE/user_init_urban_surface.f90
r2232 r2233 21 21 ! Current revisions: 22 22 ! ----------------- 23 ! Load surface_mod 24 ! Add simple example how to access surface data type 23 ! 25 24 ! 26 25 ! Former revisions: … … 28 27 ! $Id$ 29 28 ! 29 ! 2232 2017-05-30 17:47:52Z suehring 30 ! Load surface_mod 31 ! Add simple example how to access surface data type 32 ! 30 33 ! 2011 2016-09-19 17:29:57Z kanani 31 34 ! Flag urban_surface is now defined in module control_parameters. -
palm/trunk/SOURCE/user_statistics.f90
r2232 r2233 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Ajdustments for new topography masking22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 2232 2017-05-30 17:47:52Z suehring 29 ! Ajdustments for new topography masking 30 ! 28 31 ! 2000 2016-08-20 18:09:15Z knoop 29 32 ! Forced header and separation lines into 80 columns -
palm/trunk/SOURCE/wind_turbine_model_mod.f90
r2232 r2233 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Adjustments to new topography concept22 ! 23 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! 28 ! 2232 2017-05-30 17:47:52Z suehring 29 ! Adjustments to new topography concept 27 30 ! 28 31 ! 2152 2017-02-17 13:27:24Z lvollmer -
palm/trunk/SOURCE/write_3d_binary.f90
r2232 r2233 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Adjustments to new surface concept - move output of surface varariables 23 ! to surface_mod 22 ! 24 23 ! 25 24 ! Former revisions: … … 27 26 ! $Id$ 28 27 ! 28 ! 2232 2017-05-30 17:47:52Z suehring 29 ! Adjustments to new surface concept - move output of surface varariables 30 ! to surface_mod 31 ! 29 32 ! 2031 2016-10-21 15:11:58Z knoop 30 33 ! renamed variable rho_av to rho_ocean_av -
palm/trunk/SOURCE/write_var_list.f90
r2232 r2233 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! 23 ! 24 ! Former revisions: 25 ! ----------------- 26 ! $Id$ 27 ! 28 ! 2232 2017-05-30 17:47:52Z suehring 22 29 ! Replace wall_qflux, wall_sflux by wall_humidityflux and wall_scalarflux; add 23 30 ! wall_salinityflux … … 25 32 ! tunnel_wall_depth 26 33 ! 27 ! Former revisions:28 ! -----------------29 ! $Id$30 !31 34 ! 2042 2016-11-02 13:47:31Z suehring 32 35 ! Bugfix, write restart data for wall_heatflux, wall_qflux and wall_sflux
Note: See TracChangeset
for help on using the changeset viewer.