Ignore:
Timestamp:
Dec 12, 2020 8:45:23 PM (3 years ago)
Author:
moh.hefny
Message:

bugfix in surface_data_output_mod and radiation_model_mod

File:
1 edited

Legend:

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

    r4805 r4824  
    2525! -----------------
    2626! $Id$
     27! Bugfix: correct the down-ward surf_lsm index in the routine surface_data_output_collect_2d
     28!
     29! 4805 2020-12-02 12:05:34Z gronemeier
    2730! Bugfix: add time_dosurf to restart data
    2831!
     
    40404043       ENDDO
    40414044    ELSE
    4042        n_surf = n_surf + surf_lsm_h(0)%ns
     4045       n_surf = n_surf + surf_lsm_h(1)%ns
    40434046    ENDIF
    40444047    IF ( ALLOCATED( var_usm_h0 ) )  THEN
Note: See TracChangeset for help on using the changeset viewer.