Ignore:
Timestamp:
Apr 27, 2018 12:33:25 PM (6 years ago)
Author:
Giersch
Message:

precipitation_rate removed, further allocation checks for data output of averaged quantities implemented, double CALL of flow_statistics at the beginning of time_integration removed, further minor bugfixes, comments added

File:
1 edited

Legend:

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

    r2964 r3004  
    2525! -----------------
    2626! $Id$
     27! .NOT. found in if-query added to account for variables found in tcm
     28!
     29! 2964 2018-04-12 16:04:03Z Giersch
    2730! Calculation of fixed number of output time levels for parallel netcdf output
    2831! has been moved completely to check_parameters
     
    14761479!
    14771480!--                Check for land surface quantities
    1478                    IF ( land_surface )  THEN
     1481                   IF ( .NOT. found .AND. land_surface )  THEN
    14791482                      CALL lsm_define_netcdf_grid( do3d(av,i), found, grid_x,  &
    14801483                                                   grid_y, grid_z )
Note: See TracChangeset for help on using the changeset viewer.