Ignore:
Timestamp:
Oct 30, 2018 8:05:07 PM (5 years ago)
Author:
kanani
Message:

Implement indoor climate and energy demand model

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/Makefile

    r3467 r3469  
    2525# -----------------
    2626# $Id$
     27# Add indoor model (kanani, srissman, tlang),
     28# minor formatting
     29#
     30# 3467 2018-10-30 19:05:21Z suehring
    2731# Implementation of a new aerosol module salsa.
    2832#
     
    514518        average_3d_data.f90 \
    515519        basic_constants_and_equations_mod.f90 \
     520        biometeorology_mod.f90 \
     521        biometeorology_ipt_mod.f90 \
     522        biometeorology_pt_mod.f90 \
     523        biometeorology_pet_mod.f90 \
     524        biometeorology_utci_mod.f90 \
    516525        boundary_conds.f90 \
    517526        buoyancy.f90 \
     
    553562        gust_mod.f90 \
    554563        header.f90 \
    555         biometeorology_mod.f90 \
    556         biometeorology_ipt_mod.f90 \
    557         biometeorology_pt_mod.f90 \
    558         biometeorology_pet_mod.f90 \
    559         biometeorology_utci_mod.f90 \
     564        indoor_model_mod.f90 \
    560565        inflow_turbulence.f90 \
    561566        init_3d_model.f90 \
     
    10801085        surface_mod.o \
    10811086        virtual_flight_mod.o
     1087indoor_model_mod.o: \
     1088        cpulog_mod.o \
     1089        date_and_time_mod.o \
     1090        mod_kinds.o \
     1091        modules.o \
     1092        netcdf_data_input_mod.o \
     1093        surface_mod.o \
     1094        urban_surface_mod.o
    10821095inflow_turbulence.o: \
    10831096        cpulog_mod.o \
     
    10931106        disturb_heatflux.o \
    10941107        gust_mod.o \
     1108        indoor_model_mod.o \
    10951109        land_surface_model_mod.o \
    10961110        large_scale_forcing_nudging_mod.o \
     
    14151429        date_and_time_mod.o \
    14161430        gust_mod.o \
     1431        indoor_model_mod.o \
    14171432        land_surface_model_mod.o \
    14181433        model_1d_mod.o \
     
    17081723        disturb_heatflux.o \
    17091724        gust_mod.o \
     1725        indoor_model_mod.o \
    17101726        interaction_droplets_ptq.o \
    17111727        land_surface_model_mod.o \
Note: See TracChangeset for help on using the changeset viewer.