Changeset 3745
- Timestamp:
- Feb 15, 2019 6:57:56 PM (6 years ago)
- Location:
- palm/trunk/SOURCE
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/Makefile
r3744 r3745 20 20 # Current revisions: 21 21 # ------------------ 22 # Add Netcdf data output for indoor model 23 # Remove some dependencies 22 # 24 23 # 25 24 # Former revisions: 26 25 # ----------------- 27 26 # $Id$ 27 # Add Netcdf data output for indoor model 28 # Remove some dependencies 29 # 30 # 3744 2019-02-15 18:38:58Z suehring 28 31 # Enable mesoscale offline nesting for chemistry variables as well as 29 32 # initialization of chemistry via dynamic input file. -
palm/trunk/SOURCE/indoor_model_mod.f90
r3744 r3745 21 21 ! Current revisions: 22 22 ! ----------------- 23 ! 24 ! 25 ! Former revisions: 26 ! ----------------- 27 ! $Id$ 23 28 ! - remove building_type from module 24 29 ! - initialize parameters for each building individually instead of a bulk … … 28 33 ! - some restructuring of variables in building data structure 29 34 ! 30 ! Former revisions: 31 ! ----------------- 32 ! $Id$ 35 ! 3744 2019-02-15 18:38:58Z suehring 33 36 ! Some interface calls moved to module_interface + cleanup 34 37 ! -
palm/trunk/SOURCE/module_interface.f90
r3744 r3745 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Add indoor model22 ! 23 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Add indoor model 28 ! 29 ! 3744 2019-02-15 18:38:58Z suehring 27 30 ! Removed bio_check_parameters as the method is empty. 28 31 ! -
palm/trunk/SOURCE/netcdf_interface_mod.f90
r3744 r3745 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! Add indoor model22 ! 23 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Add indoor model 28 ! 29 ! 3744 2019-02-15 18:38:58Z suehring 27 30 ! Bugfix: - initialize return values to ensure they are set before returning 28 31 ! (routine define_geo_coordinates) -
palm/trunk/SOURCE/plant_canopy_model_mod.f90
r3744 r3745 22 22 ! Current revisions: 23 23 ! ------------------ 24 ! Bugfix in transpiration, floating invalid when temperature 25 ! becomes > 40 degrees 24 ! 26 25 ! 27 26 ! Former revisions: 28 27 ! ----------------- 29 28 ! $Id$ 29 ! Bugfix in transpiration, floating invalid when temperature 30 ! becomes > 40 degrees 31 ! 32 ! 3744 2019-02-15 18:38:58Z suehring 30 33 ! Some interface calls moved to module_interface + cleanup 31 34 ! -
palm/trunk/SOURCE/surface_data_output_mod.f90
r3744 r3745 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! Output of waste_heat and innermost wall flux from indoor model22 ! 23 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Output of waste_heat and innermost wall flux from indoor model 28 ! 29 ! 3744 2019-02-15 18:38:58Z suehring 27 30 ! Add azimuth and zenith to output file; set long-name attributes; 28 31 ! clean-up coding layout -
palm/trunk/SOURCE/surface_layer_fluxes_mod.f90
r3744 r3745 21 21 ! Current revisions: 22 22 ! ------------------ 23 ! Bugfix, missing calculation of 10cm temperature at vertical building walls, 24 ! required for indoor model 23 ! 25 24 ! 26 25 ! Former revisions: 27 26 ! ----------------- 28 27 ! $Id$ 28 ! Bugfix, missing calculation of 10cm temperature at vertical building walls, 29 ! required for indoor model 30 ! 31 ! 3744 2019-02-15 18:38:58Z suehring 29 32 ! Some interface calls moved to module_interface + cleanup 30 33 ! -
palm/trunk/SOURCE/surface_mod.f90
r3744 r3745 21 21 ! Current revisions: 22 22 ! ------------------ 23 ! +waste_heat23 ! 24 24 ! 25 25 ! Former revisions: 26 26 ! ----------------- 27 27 ! $Id$ 28 ! +waste_heat 29 ! 30 ! 3744 2019-02-15 18:38:58Z suehring 28 31 ! OpenACC port for SPEC 29 32 ! -
palm/trunk/SOURCE/time_integration.f90
r3744 r3745 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! Call indoor model after first timestep22 ! 23 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Call indoor model after first timestep 28 ! 29 ! 3744 2019-02-15 18:38:58Z suehring 27 30 ! - Moved call of bio_calculate_thermal_index_maps from biometeorology module to 28 31 ! time_integration to make sure averaged input is updated before calculating. -
palm/trunk/SOURCE/urban_surface_mod.f90
r3744 r3745 23 23 ! Current revisions: 24 24 ! ------------------ 25 ! 26 ! 27 ! Former revisions: 28 ! ----------------- 29 ! $Id$ 25 30 ! - Remove internal flag indoor_model (is a global control parameter) 26 31 ! - add waste heat from buildings to the kinmatic heat flux … … 28 33 ! - remove unused USE statements 29 34 ! 30 ! Former revisions: 31 ! ----------------- 32 ! $Id$ 35 ! 3744 2019-02-15 18:38:58Z suehring 33 36 ! fixed surface heat capacity in the building parameters 34 37 ! convert the file back to unix format
Note: See TracChangeset
for help on using the changeset viewer.