Ignore:
Timestamp:
Feb 10, 2020 8:32:41 PM (4 years ago)
Author:
suehring
Message:

Revision of the virtual-measurement module: data input from NetCDF file; removed binary output - instead parallel NetCDF output using the new data-output module; variable attributes added; further variables added that can be sampled, file connections added; Functions for coordinate transformation moved to basic_constants_and_equations; netcdf_data_input_mod: unused routines netcdf_data_input_att and netcdf_data_input_var removed; new routines to inquire fill values added; Preprocessing script (palm_cvd) to setup virtual-measurement input files provided; postprocessor combine_virtual_measurements deleted

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/Makefile

    r4392 r4400  
    2525# -----------------
    2626# $Id$
     27# Add dependency for data-output module
     28#
     29# 4392 2020-01-31 16:14:57Z pavelkrc
    2730# add dependency on fft for transpose
    2831#
     
    750753        bulk_cloud_model_mod.o \
    751754        chemistry_model_mod.o \
     755        data_output_module.o \
    752756        diagnostic_output_quantities_mod.o \
    753757        dynamics_mod.o \
     
    12731277        user_init_flight.o
    12741278virtual_measurement_mod.o: \
     1279        basic_constants_and_equations_mod.o \
    12751280        cpulog_mod.o \
    12761281        chem_modules.o \
    12771282        chem_gasphase_mod.o \
    1278         mod_kinds.o \
    1279         modules.o \
    1280         netcdf_data_input_mod.o \
    1281         netcdf_interface_mod.o \
    1282         radiation_model_mod.o
     1283        data_output_module.o \
     1284        land_surface_model_mod.o \
     1285        mod_kinds.o \
     1286        modules.o \
     1287        netcdf_data_input_mod.o \
     1288        radiation_model_mod.o \
     1289        surface_mod.o \
     1290        urban_surface_mod.o
    12831291wind_turbine_model_mod.o: \
    12841292        basic_constants_and_equations_mod.o \
Note: See TracChangeset for help on using the changeset viewer.