Ignore:
Timestamp:
Oct 19, 2018 10:15:32 AM (6 years ago)
Author:
suehring
Message:

Additional checks for consistent building initialization; error messages and numbers are revised in STG

File:
1 edited

Legend:

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

    r3347 r3376  
    2525! -----------------
    2626! $Id$
     27! Additional check for consistent building initialization implemented
     28!
     29! 3347 2018-10-15 14:21:08Z suehring
    2730! Subroutine renamed
    2831!
     
    35483551          ENDIF
    35493552       ENDIF
     3553!
     3554!--    If building_type is provided, also building_id is needed
     3555       IF ( building_type_f%from_file  .AND.  .NOT. building_id_f%from_file )  &
     3556       THEN
     3557          message_string = 'If building_type is provided, also building_id '// &
     3558                           'is required'
     3559          CALL message( 'netcdf_data_input_mod', 'PA0519', 2, 2, myid, 6, 0 )
     3560       ENDIF       
    35503561!
    35513562!--    If albedo_type is zero at any location, albedo_pars is required.
Note: See TracChangeset for help on using the changeset viewer.