Changeset 3745 for palm


Ignore:
Timestamp:
Feb 15, 2019 6:57:56 PM (5 years ago)
Author:
suehring
Message:

document last commit

Location:
palm/trunk/SOURCE
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/Makefile

    r3744 r3745  
    2020# Current revisions:
    2121# ------------------
    22 # Add Netcdf data output for indoor model
    23 # Remove some dependencies
     22#
    2423#
    2524# Former revisions:
    2625# -----------------
    2726# $Id$
     27# Add Netcdf data output for indoor model
     28# Remove some dependencies
     29#
     30# 3744 2019-02-15 18:38:58Z suehring
    2831# Enable mesoscale offline nesting for chemistry variables as well as
    2932# initialization of chemistry via dynamic input file.
  • palm/trunk/SOURCE/indoor_model_mod.f90

    r3744 r3745  
    2121! Current revisions:
    2222! -----------------
     23!
     24!
     25! Former revisions:
     26! -----------------
     27! $Id$
    2328! - remove building_type from module
    2429! - initialize parameters for each building individually instead of a bulk
     
    2833! - some restructuring of variables in building data structure
    2934!
    30 ! Former revisions:
    31 ! -----------------
    32 ! $Id$
     35! 3744 2019-02-15 18:38:58Z suehring
    3336! Some interface calls moved to module_interface + cleanup
    3437!
  • palm/trunk/SOURCE/module_interface.f90

    r3744 r3745  
    2020! Current revisions:
    2121! -----------------
    22 ! Add indoor model
     22!
    2323!
    2424! Former revisions:
    2525! -----------------
    2626! $Id$
     27! Add indoor model
     28!
     29! 3744 2019-02-15 18:38:58Z suehring
    2730! Removed bio_check_parameters as the method is empty.
    2831!
  • palm/trunk/SOURCE/netcdf_interface_mod.f90

    r3744 r3745  
    2020! Current revisions:
    2121! ------------------
    22 ! Add indoor model
     22!
    2323!
    2424! Former revisions:
    2525! -----------------
    2626! $Id$
     27! Add indoor model
     28!
     29! 3744 2019-02-15 18:38:58Z suehring
    2730! Bugfix: - initialize return values to ensure they are set before returning
    2831!           (routine define_geo_coordinates)
  • palm/trunk/SOURCE/plant_canopy_model_mod.f90

    r3744 r3745  
    2222! Current revisions:
    2323! ------------------
    24 ! Bugfix in transpiration, floating invalid when temperature
    25 ! becomes > 40 degrees
     24!
    2625!
    2726! Former revisions:
    2827! -----------------
    2928! $Id$
     29! Bugfix in transpiration, floating invalid when temperature
     30! becomes > 40 degrees
     31!
     32! 3744 2019-02-15 18:38:58Z suehring
    3033! Some interface calls moved to module_interface + cleanup
    3134!
  • palm/trunk/SOURCE/surface_data_output_mod.f90

    r3744 r3745  
    2020! Current revisions:
    2121! ------------------
    22 ! Output of waste_heat and innermost wall flux from indoor model
     22!
    2323!
    2424! Former revisions:
    2525! -----------------
    2626! $Id$
     27! Output of waste_heat and innermost wall flux from indoor model
     28!
     29! 3744 2019-02-15 18:38:58Z suehring
    2730! Add azimuth and zenith to output file; set long-name attributes;
    2831! clean-up coding layout
  • palm/trunk/SOURCE/surface_layer_fluxes_mod.f90

    r3744 r3745  
    2121! Current revisions:
    2222! ------------------
    23 ! Bugfix, missing calculation of 10cm temperature at vertical building walls,
    24 ! required for indoor model
     23!
    2524!
    2625! Former revisions:
    2726! -----------------
    2827! $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
    2932! Some interface calls moved to module_interface + cleanup
    3033!
  • palm/trunk/SOURCE/surface_mod.f90

    r3744 r3745  
    2121! Current revisions:
    2222! ------------------
    23 ! +waste_heat
     23!
    2424!
    2525! Former revisions:
    2626! -----------------
    2727! $Id$
     28! +waste_heat
     29!
     30! 3744 2019-02-15 18:38:58Z suehring
    2831! OpenACC port for SPEC
    2932!
  • palm/trunk/SOURCE/time_integration.f90

    r3744 r3745  
    2020! Current revisions:
    2121! ------------------
    22 ! Call indoor model after first timestep
     22!
    2323!
    2424! Former revisions:
    2525! -----------------
    2626! $Id$
     27! Call indoor model after first timestep
     28!
     29! 3744 2019-02-15 18:38:58Z suehring
    2730! - Moved call of bio_calculate_thermal_index_maps from biometeorology module to
    2831! time_integration to make sure averaged input is updated before calculating.
  • palm/trunk/SOURCE/urban_surface_mod.f90

    r3744 r3745  
    2323! Current revisions:
    2424! ------------------
     25!
     26!
     27! Former revisions:
     28! -----------------
     29! $Id$
    2530! - Remove internal flag indoor_model (is a global control parameter)
    2631! - add waste heat from buildings to the kinmatic heat flux
     
    2833! - remove unused USE statements
    2934!
    30 ! Former revisions:
    31 ! -----------------
    32 ! $Id$
     35! 3744 2019-02-15 18:38:58Z suehring
    3336! fixed surface heat capacity in the building parameters
    3437! convert the file back to unix format
Note: See TracChangeset for help on using the changeset viewer.