Ignore:
Timestamp:
Feb 19, 2020 8:16:04 PM (4 years ago)
Author:
suehring
Message:

Remove deprecated topography arrays; Move basic initialization of numerics into an extra module interface

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/Makefile

    r4411 r4414  
    2525# -----------------
    2626# $Id$
     27# Move dependencies for init grid from advection scheme and multigrid solver
     28# to module_interface
     29#
     30# 4411 2020-02-18 14:28:02Z maronga
    2731# Added output routines for WTM
    2832#
     
    664668        vertical_nesting_mod.o
    665669init_grid.o: \
    666         advec_ws.o \
    667         mod_kinds.o \
    668         modules.o \
    669         netcdf_data_input_mod.o \
    670         netcdf_interface_mod.o \
    671         poismg_noopt_mod.o \
    672         surface_mod.o \
     670        mod_kinds.o \
     671        modules.o \
     672        netcdf_data_input_mod.o \
     673        netcdf_interface_mod.o \
    673674        vertical_nesting_mod.o
    674675init_masks.o: \
     
    769770        ocean_mod.o \
    770771        plant_canopy_model_mod.o \
     772        poismg_noopt_mod.o \
    771773        radiation_model_mod.o \
    772774        salsa_mod.o \
    773775        spectra_mod.o \
    774776        surface_data_output_mod.o \
     777        surface_mod.o \
    775778        synthetic_turbulence_generator_mod.o \
    776779        turbulence_closure_mod.o \
Note: See TracChangeset for help on using the changeset viewer.