Ignore:
Timestamp:
Nov 13, 2008 10:26:18 AM (15 years ago)
Author:
raasch
Message:

Output message can be handled with new subroutine handle_palm_message. All output messages will be replaced by this routine step by step within the next revisions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/Makefile

    r211 r213  
    55# -----------------
    66# former file user_interface split into one file per subroutine
    7 # +init_coupling
     7# +init_coupling, handle_palm_message
    88#
    99# Former revisions:
     
    5757        diffusion_v.f90 diffusion_w.f90 diffusivities.f90 disturb_field.f90 \
    5858        disturb_heatflux.f90 eqn_state_seawater.f90 exchange_horiz.f90 exchange_horiz_2d.f90 \
    59         fft_xy.f90 flow_statistics.f90 global_min_max.f90 header.f90 \
     59        fft_xy.f90 flow_statistics.f90 global_min_max.f90 \
     60        handle_palm_message.f90 header.f90 \
    6061        impact_of_latent_heat.f90 inflow_turbulence.f90 init_1d_model.f90 \
    6162        init_3d_model.f90 init_advec.f90 init_cloud_physics.f90 init_coupling.f90 \
     
    99100        diffusion_v.o diffusion_w.o diffusivities.o disturb_field.o \
    100101        disturb_heatflux.o eqn_state_seawater.o exchange_horiz.o exchange_horiz_2d.o fft_xy.o \
    101         flow_statistics.o global_min_max.o header.o impact_of_latent_heat.o \
     102        flow_statistics.o global_min_max.o handle_palm_message.o header.o \
     103        impact_of_latent_heat.o \
    102104        inflow_turbulence.o init_1d_model.o init_3d_model.o init_advec.o init_cloud_physics.o \
    103105        init_coupling.o init_dvrp.o init_grid.o init_ocean.o init_particles.o init_pegrid.o \
     
    202204flow_statistics.o: modules.o
    203205global_min_max.o: modules.o
     206handle_palm_message.o: modules.o
    204207header.o: modules.o
    205208impact_of_latent_heat.o: modules.o
Note: See TracChangeset for help on using the changeset viewer.