Ignore:
Timestamp:
Aug 26, 2019 12:43:15 PM (5 years ago)
Author:
suehring
Message:

radiation: Take external radiation input from root domain dynamic file if no dynamic input file is provided for each nested domain; radiation: Combine MPI_ALLREDUCE calls to reduce latency; land_surface + plant_canopy: Give specific error numbers; land-surface: Adjust error messages for local checks; init_3d_model: Deallocate temporary string array for netcdf-data input since it may be re-used in other modules for different input files

File:
1 edited

Legend:

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

    r4186 r4187  
    2525! -----------------
    2626! $Id$
     27! Deallocate temporary string array since it may be re-used to read different
     28! input data in other modules
     29!
     30! 4186 2019-08-23 16:06:14Z suehring
    2731! Design change, use variables defined in netcdf_data_input_mod to read netcd
    2832! variables rather than define local ones.
     
    15941598                           
    15951599!
    1596 !--    Finally, close the input file.
     1600!--    Finally, close the input file and deallocate temporary arrays
     1601       DEALLOCATE( vars_pids )
     1602       
    15971603       CALL close_input_file( pids_id )
    15981604#endif
Note: See TracChangeset for help on using the changeset viewer.