Ignore:
Timestamp:
Nov 8, 2016 3:00:55 PM (7 years ago)
Author:
gronemeier
Message:

Implement turbulent outflow condition

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/Makefile

    r2008 r2050  
    2020# Current revisions:
    2121# ------------------
    22 #
     22# Implement turbulent outflow method
    2323#
    2424# Former revisions:
     
    334334        ls_forcing_mod.f90 message.f90 microphysics_mod.f90 modules.f90 mod_kinds.f90 \
    335335        mod_particle_attributes.f90 netcdf_interface_mod.f90 nudging_mod.f90 \
    336         package_parin.f90 palm.f90 parin.f90 plant_canopy_model_mod.f90 pmc_interface_mod.f90 \
    337         pmc_child_mod.f90 pmc_general_mod.f90 pmc_handle_communicator_mod.f90 \
     336        outflow_turbulence.f90 package_parin.f90 palm.f90 parin.f90 plant_canopy_model_mod.f90 \
     337        pmc_interface_mod.f90 pmc_child_mod.f90 pmc_general_mod.f90 pmc_handle_communicator_mod.f90 \
    338338        pmc_mpi_wrapper_mod.f90 pmc_parent_mod.f90 poisfft_mod.f90 poismg_mod.f90 \
    339339        poismg_noopt.f90 posix_calls_from_fortran.f90 pres.f90 print_1d.f90 production_e.f90 \
     
    518518   land_surface_model_mod.o radiation_model_mod.o spectra_mod.o urban_surface_mod.o
    519519nudging_mod.o: modules.o cpulog_mod.o mod_kinds.o
     520outflow_turbulence.o: modules.o cpulog_mod.o mod_kinds.o
    520521package_parin.o: modules.o mod_kinds.o mod_particle_attributes.o
    521522palm.o: modules.o cpulog_mod.o land_surface_model_mod.o ls_forcing_mod.o mod_kinds.o nudging_mod.o\
Note: See TracChangeset for help on using the changeset viewer.