- Timestamp:
- Sep 19, 2016 5:31:38 PM (8 years ago)
- Location:
- palm/trunk/SOURCE
- Files:
-
- 17 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/average_3d_data.f90
r2011 r2012 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! 23 ! 24 ! Former revisions: 25 ! ----------------- 26 ! $Id$ 27 ! 28 ! 2011 2016-09-19 17:29:57Z kanani 22 29 ! Flag urban_surface is now defined in module control_parameters, 23 30 ! changed prefix for urban surface model output to "usm_", 24 31 ! introduced control parameter varnamelength for LEN of trimvar. 25 32 ! 26 ! Former revisions:27 ! -----------------28 ! $Id$29 !30 33 ! 2007 2016-08-24 15:47:17Z kanani 31 34 ! Added support for new urban surface model (temporary modifications of -
palm/trunk/SOURCE/check_parameters.f90
r2011 r2012 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! 23 ! 24 ! Former revisions: 25 ! ----------------- 26 ! $Id$ 27 ! 28 ! 2011 2016-09-19 17:29:57Z kanani 22 29 ! Flag urban_surface is now defined in module control_parameters, 23 30 ! changed prefix for urban surface model output to "usm_", … … 26 33 ! introduced control parameter varnamelength for LEN of var. 27 34 ! 28 ! Former revisions:29 ! -----------------30 ! $Id$31 !32 35 ! 2007 2016-08-24 15:47:17Z kanani 33 36 ! Added checks for the urban surface model, -
palm/trunk/SOURCE/data_output_3d.f90
r2011 r2012 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! 23 ! 24 ! Former revisions: 25 ! ----------------- 26 ! $Id$ 27 ! 28 ! 2011 2016-09-19 17:29:57Z kanani 22 29 ! Flag urban_surface is now defined in module control_parameters, 23 30 ! changed prefix for urban surface model output to "usm_", 24 31 ! introduced control parameter varnamelength for LEN of trimvar. 25 32 ! 26 ! Former revisions:27 ! -----------------28 ! $Id$29 !30 33 ! 2007 2016-08-24 15:47:17Z kanani 31 34 ! Added support for new urban surface model (temporary modifications of -
palm/trunk/SOURCE/init_3d_model.f90
r2011 r2012 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! Flag urban_surface is now defined in module control_parameters.22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 2011 2016-09-19 17:29:57Z kanani 29 ! Flag urban_surface is now defined in module control_parameters. 30 ! 28 31 ! 2007 2016-08-24 15:47:17Z kanani 29 32 ! Added support for urban surface model, -
palm/trunk/SOURCE/modules.f90
r2011 r2012 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! +urban_surface, +lsf_exception, +varnamelength22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 2011 2016-09-19 17:29:57Z kanani 29 ! +urban_surface, +lsf_exception, +varnamelength 30 ! 28 31 ! 2007 2016-08-24 15:47:17Z kanani 29 32 ! Increased DIMENSION of data_output, data_output_user, do2d, do3d -
palm/trunk/SOURCE/netcdf_interface_mod.f90
r2011 r2012 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! 23 ! 24 ! Former revisions: 25 ! ----------------- 26 ! $Id$ 27 ! 28 ! 2011 2016-09-19 17:29:57Z kanani 22 29 ! Flag urban_surface is now defined in module control_parameters, 23 30 ! changed prefix for urban surface model output to "usm_", 24 31 ! introduced control parameter varnamelength for LEN of trimvar. 25 32 ! 26 ! Former revisions:27 ! -----------------28 ! $Id$29 !30 33 ! 2007 2016-08-24 15:47:17Z kanani 31 34 ! Added support for new urban surface model (temporary modifications of -
palm/trunk/SOURCE/palm.f90
r2011 r2012 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Flag urban_surface is now defined in module control_parameters.22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 2011 2016-09-19 17:29:57Z kanani 29 ! Flag urban_surface is now defined in module control_parameters. 30 ! 28 31 ! 2007 2016-08-24 15:47:17Z kanani 29 32 ! Temporarily added CALL for writing of restart data for urban surface model -
palm/trunk/SOURCE/parin.f90
r2011 r2012 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Added flag lsf_exception to allow explicit enabling of large scale forcing 23 ! together with buildings on flat terrain. 22 ! 24 23 ! 25 24 ! Former revisions: 26 25 ! ----------------- 27 26 ! $Id$ 27 ! 28 ! 2011 2016-09-19 17:29:57Z kanani 29 ! Added flag lsf_exception to allow explicit enabling of large scale forcing 30 ! together with buildings on flat terrain. 28 31 ! 29 32 ! 2007 2016-08-24 15:47:17Z kanani -
palm/trunk/SOURCE/plant_canopy_model_mod.f90
r2011 r2012 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! 23 ! 24 ! Former revisions: 25 ! ----------------- 26 ! $Id$ 27 ! 28 ! 2011 2016-09-19 17:29:57Z kanani 22 29 ! Renamed canopy_heat_flux to pc_heating_rate, since the original meaning/ 23 30 ! calculation of the quantity has changed, related to the urban surface model 24 31 ! and similar future applications. 25 32 ! 26 ! Former revisions:27 ! -----------------28 ! $Id$29 !30 33 ! 2007 2016-08-24 15:47:17Z kanani 31 34 ! Added SUBROUTINE pcm_read_plant_canopy_3d for reading 3d plant canopy data -
palm/trunk/SOURCE/prognostic_equations.f90
r2011 r2012 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! Flag urban_surface is now defined in module control_parameters.22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 2011 2016-09-19 17:29:57Z kanani 29 ! Flag urban_surface is now defined in module control_parameters. 30 ! 28 31 ! 2007 2016-08-24 15:47:17Z kanani 29 32 ! Added pt tendency calculation based on energy balance at urban surfaces -
palm/trunk/SOURCE/radiation_model_mod.f90
r2011 r2012 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Removed CALL of auxiliary SUBROUTINE get_usm_info, 23 ! flag urban_surface is now defined in module control_parameters. 22 ! 24 23 ! 25 24 ! Former revisions: … … 27 26 ! $Id$ 28 27 ! 28 ! 2011 2016-09-19 17:29:57Z kanani 29 ! Removed CALL of auxiliary SUBROUTINE get_usm_info, 30 ! flag urban_surface is now defined in module control_parameters. 31 ! 29 32 ! 2007 2016-08-24 15:47:17Z kanani 30 33 ! Added calculation of solar directional vector for new urban surface -
palm/trunk/SOURCE/sum_up_3d_data.f90
r2011 r2012 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! 23 ! 24 ! Former revisions: 25 ! ----------------- 26 ! $Id$ 27 ! 28 ! 2011 2016-09-19 17:29:57Z kanani 22 29 ! Flag urban_surface is now defined in module control_parameters, 23 30 ! changed prefix for urban surface model output to "usm_", 24 31 ! introduced control parameter varnamelength for LEN of trimvar. 25 32 ! 26 ! Former revisions:27 ! -----------------28 ! $Id$29 !30 33 ! 2007 2016-08-24 15:47:17Z kanani 31 34 ! Added support for new urban surface model (temporary modifications of -
palm/trunk/SOURCE/surface_layer_fluxes_mod.f90
r2011 r2012 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! Flag urban_surface is now defined in module control_parameters.22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 2011 2016-09-19 17:29:57Z kanani 29 ! Flag urban_surface is now defined in module control_parameters. 30 ! 28 31 ! 2007 2016-08-24 15:47:17Z kanani 29 32 ! Account for urban surface model in computation of vertical kinematic heatflux -
palm/trunk/SOURCE/swap_timelevel.f90
r2011 r2012 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Flag urban_surface is now defined in module control_parameters.22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 2011 2016-09-19 17:29:57Z kanani 29 ! Flag urban_surface is now defined in module control_parameters. 30 ! 28 31 ! 2007 2016-08-24 15:47:17Z kanani 29 32 ! Added swapping of urban surface model quantities, -
palm/trunk/SOURCE/time_integration.f90
r2011 r2012 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! Flag urban_surface is now defined in module control_parameters, 23 ! removed commented CALLs of global_min_max. 22 ! 24 23 ! 25 24 ! Former revisions: … … 27 26 ! $Id$ 28 27 ! 28 ! 2011 2016-09-19 17:29:57Z kanani 29 ! Flag urban_surface is now defined in module control_parameters, 30 ! removed commented CALLs of global_min_max. 31 ! 29 32 ! 2007 2016-08-24 15:47:17Z kanani 30 33 ! Added CALLs for new urban surface model -
palm/trunk/SOURCE/urban_surface_mod.f90
r2011 r2012 21 21 ! Current revisions: 22 22 ! ------------------ 23 ! 24 ! 25 ! Former revisions: 26 ! ----------------- 27 ! $Id$ 28 ! 29 ! 2011 2016-09-19 17:29:57Z kanani 23 30 ! Major reformatting according to PALM coding standard (comments, blanks, 24 31 ! alphabetical ordering, etc.), … … 29 36 ! renamed canopy_heat_flux to pc_heating_rate, as meaning of quantity changed. 30 37 ! 31 ! Former revisions:32 ! -----------------33 ! $Id$34 !35 38 ! 2007 2016-08-24 15:47:17Z kanani 36 39 ! Initial revision -
palm/trunk/SOURCE/user_init_urban_surface.f90
r2011 r2012 21 21 ! Current revisions: 22 22 ! ----------------- 23 ! Flag urban_surface is now defined in module control_parameters.23 ! 24 24 ! 25 25 ! Former revisions: … … 27 27 ! $Id$ 28 28 ! 29 ! 2011 2016-09-19 17:29:57Z kanani 30 ! Flag urban_surface is now defined in module control_parameters. 31 ! 29 32 ! 2007 2016-08-24 15:47:17Z kanani 30 33 ! Initial revision
Note: See TracChangeset
for help on using the changeset viewer.