Changeset 4356 for palm/trunk/SOURCE/netcdf_data_input_mod.f90
- Timestamp:
- Dec 20, 2019 5:09:33 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/netcdf_data_input_mod.f90
r4346 r4356 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Correct single message calls, local checks must be given by the respective 28 ! mpi rank. 29 ! 30 ! 4346 2019-12-18 11:55:56Z motisi 27 31 ! Introduction of wall_flags_total_0, which currently sets bits based on static 28 32 ! topography information used in wall_flags_static_0 … … 3495 3499 message_string = 'If vegetation_type = 0 at any location, ' // & 3496 3500 'vegetation_pars is required' 3497 CALL message( 'netcdf_data_input_mod', 'PA0555', 2, 2, -1, 6, 0 )3501 CALL message( 'netcdf_data_input_mod', 'PA0555', 2, 2, myid, 6, 0 ) 3498 3502 ENDIF 3499 3503 IF ( .NOT. root_area_density_lsm_f%from_file ) THEN … … 3528 3532 message_string = 'If buildings are provided, also building_type ' // & 3529 3533 'is required' 3530 CALL message( 'netcdf_data_input_mod', 'PA0581', 2, 2, myid, 6, 0 )3534 CALL message( 'netcdf_data_input_mod', 'PA0581', 2, 2, 0, 6, 0 ) 3531 3535 ENDIF 3532 3536 ! … … 3535 3539 message_string = 'If buildings are provided, also building_id ' // & 3536 3540 'is required' 3537 CALL message( 'netcdf_data_input_mod', 'PA0582', 2, 2, myid, 6, 0 )3541 CALL message( 'netcdf_data_input_mod', 'PA0582', 2, 2, 0, 6, 0 ) 3538 3542 ENDIF 3539 3543 ! … … 3555 3559 message_string = 'If building_type is provided, also building_id '// & 3556 3560 'is required' 3557 CALL message( 'netcdf_data_input_mod', 'PA0519', 2, 2, myid, 6, 0 )3561 CALL message( 'netcdf_data_input_mod', 'PA0519', 2, 2, 0, 6, 0 ) 3558 3562 ENDIF 3559 3563 ! … … 4838 4842 'non-building coordinates (xs, ys, zenith, azimuth): ', & 4839 4843 xs(isurf), ys(isurf), zenith(isurf), azimuth(isurf) 4840 CALL message( 'get_variable_surf', 'PA0684', 2, 2, 0, 6, 0 )4844 CALL message( 'get_variable_surf', 'PA0684', 2, 2, myid, 6, 0 ) 4841 4845 ENDIF 4842 4846 !
Note: See TracChangeset
for help on using the changeset viewer.