Changeset 3429 for palm/trunk/SOURCE/netcdf_data_input_mod.f90
- Timestamp:
- Oct 25, 2018 1:04:23 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/netcdf_data_input_mod.f90
r3421 r3429 1294 1294 !-- Skip the following if no land-surface or urban-surface module are 1295 1295 !-- applied. This case, no one of the following variables is used anyway. 1296 IF ( .NOT. land_surface . OR. .NOT. urban_surface ) RETURN1296 IF ( .NOT. land_surface .AND. .NOT. urban_surface ) RETURN 1297 1297 ! 1298 1298 !-- Initialize dummy arrays used for ghost-point exchange … … 3485 3485 !-- Skip further checks concerning buildings and natural surface properties 3486 3486 !-- if no urban surface and land surface model are applied. 3487 IF ( .NOT. land_surface . OR. .NOT. urban_surface ) RETURN3487 IF ( .NOT. land_surface .AND. .NOT. urban_surface ) RETURN 3488 3488 ! 3489 3489 !-- Check for minimum requirement of surface-classification data in case
Note: See TracChangeset
for help on using the changeset viewer.