Ignore:
Timestamp:
Oct 26, 2020 10:23:38 AM (4 years ago)
Author:
schwenkel
Message:

implement relative humidity as diagnostic output quantity

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/module_interface.f90

    r4753 r4757  
    2424! -----------------
    2525! $Id$
     26! Implement doq calls
     27!
     28! 4753 2020-10-21 14:55:41Z raasch
    2629! file re-formatted to follow the PALM coding standard
    2730!
     
    342345        ONLY:  doq_3d_data_averaging,                                                              &
    343346               doq_check_data_output,                                                              &
     347               doq_check_data_output_pr,                                                           &
    344348               doq_define_netcdf_grid,                                                             &
    345349               doq_init,                                                                           &
    346350               doq_output_2d,                                                                      &
    347351               doq_output_3d,                                                                      &
     352               doq_statistics,                                                                     &
    348353               doq_rrd_local,                                                                      &
    349354               doq_wrd_local
     
    870875
    871876    CALL dynamics_check_data_output_pr( variable, var_count, unit, dopr_unit )
     877    CALL doq_check_data_output_pr( variable, var_count, unit, dopr_unit )
    872878
    873879    IF ( unit == 'illegal'  .AND.  bulk_cloud_model )  THEN
     
    17011707
    17021708    CALL dynamics_statistics( mode, sr, tn )
     1709    CALL doq_statistics( mode, sr, tn )
    17031710
    17041711    IF ( gust_module_enabled )  CALL gust_statistics( mode, sr, tn, dots_max )
Note: See TracChangeset for help on using the changeset viewer.