Ignore:
Timestamp:
Oct 29, 2019 3:15:39 PM (5 years ago)
Author:
schwenkel
Message:

Moved boundary_conds to dynamics module

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/Makefile

    r4270 r4281  
    2525# -----------------
    2626# $Id$
     27# delete boundary_conds, added missing dependencies
     28#
     29# 4270 2019-10-23 10:46:20Z monakurppa
    2730# - Implement offline nesting for salsa and add dependency of nesting_offl_mod
    2831#   on salsa_mod
     
    127130        basic_constants_and_equations_mod.f90 \
    128131        biometeorology_mod.f90 \
    129         boundary_conds.f90 \
    130132        buoyancy.f90 \
    131133        calc_mean_profile.f90 \
     
    345347        palm_date_time_mod.o \
    346348        radiation_model_mod.o
    347 boundary_conds.o: \
    348         bulk_cloud_model_mod.o \
    349         chemistry_model_mod.o \
    350         mod_kinds.o \
    351         modules.o \
    352         salsa_mod.o \
    353         surface_mod.o \
    354         turbulence_closure_mod.o
    355349bulk_cloud_model_mod.o: \
    356350        basic_constants_and_equations_mod.o \
     
    553547dynamics_mod.o: \
    554548        mod_kinds.o \
     549        surface_mod.o \
     550        pmc_interface_mod.o \
    555551        modules.o
    556552exchange_horiz.o: \
Note: See TracChangeset for help on using the changeset viewer.