Ignore:
Timestamp:
Oct 26, 2018 6:25:44 PM (5 years ago)
Author:
gronemeier
Message:

new: terrain-following masked output; bugfixes: increase vertical dimension of gamma_w_green_sat by 1, add checks for masked output for chemistry_model and radiation_model, reordered calls to xxx_define_netcdf_grid in masked output part

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/Makefile

    r3421 r3435  
    2525# -----------------
    2626# $Id$
     27# - Add surface_mod to data_output_mask
     28# - Add chemistry_model_mod and surface_mod to init_masks
     29#
     30# 3421 2018-10-24 18:39:32Z gronemeier
    2731# Add netcdf_data_input_mod to netcdf_interface_mod
    2832# bugfix: add dependencies to chemistry_model_mod
     
    879883        mod_particle_attributes.o \
    880884        modules.o \
    881         netcdf_interface_mod.o
     885        netcdf_interface_mod.o \
     886        surface_mod.o
    882887data_output_profiles.o: \
    883888        cpulog_mod.o \
     
    10871092init_masks.o: \
    10881093        bulk_cloud_model_mod.o \
    1089         mod_kinds.o \
    1090         modules.o \
    1091         netcdf_interface_mod.o
     1094        chemistry_model_mod.o \
     1095        mod_kinds.o \
     1096        modules.o \
     1097        netcdf_interface_mod.o \
     1098        radiation_model_mod.o
    10921099init_pegrid.o: \
    10931100        mod_kinds.o \
Note: See TracChangeset for help on using the changeset viewer.