Ignore:
Timestamp:
Mar 1, 2021 11:59:00 AM (3 years ago)
Author:
suehring
Message:

Timeseries output of ghf and r_a as sum of all horizontally upward-facing surfaces in LSM+USM simulations; virtual measurements: Reduce number of additional grid point output in z for timeseries data to a reasonable number

File:
1 edited

Legend:

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

    r4843 r4888  
    2525! -----------------
    2626! $Id$
     27! Reduce number of additional grid point output in z for timeseries data to a reasonable number
     28!
     29! 4843 2021-01-15 15:22:11Z raasch
    2730! reading of namelist file and actions in case of namelist errors revised so that statement labels
    2831! and goto statements are not required any more,
     
    413416    INTEGER(iwp) ::  off_ts              = 1   !< number of neighboring grid points (in horizontal direction) where virtual profile
    414417                                               !< measurements shall be taken, in addition to the given coordinates in the driver
    415     INTEGER(iwp) ::  off_ts_z            = 50  !< number of additional grid points (in each upwardd and downward direction) where
     418    INTEGER(iwp) ::  off_ts_z            = 1   !< number of additional grid points (in each upwardd and downward direction) where
    416419                                               !< virtual profile measurements shall be taken, in addition to the given z coordinates in the driver
    417420    INTEGER(iwp) ::  off_tr              = 1   !< number of neighboring grid points (in horizontal direction) where virtual profile
Note: See TracChangeset for help on using the changeset viewer.