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/palm.f90

    r4360 r4400  
    2525! -----------------
    2626! $Id$
     27! Add interface to initialize data output with dom
     28!
     29! 4360 2020-01-07 11:25:50Z suehring
    2730! implement new palm_date_time_mod
    2831!
     
    9093
    9194    USE module_interface,                                                      &
    92         ONLY:  module_interface_last_actions
     95        ONLY:  module_interface_init_output,                                   &
     96               module_interface_last_actions
     97
    9398
    9499    USE multi_agent_system_mod,                                                &
     
    269274
    270275    CALL init_3d_model
     276
     277    CALL module_interface_init_output
    271278
    272279!
Note: See TracChangeset for help on using the changeset viewer.