Changeset 2770
- Timestamp:
- Jan 25, 2018 3:10:09 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/plant_canopy_model_mod.f90
r2768 r2770 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Correction of parameter check 28 ! 29 ! 2768 2018-01-24 15:38:29Z kanani 27 30 ! Added check for output quantity pcm_heatrate, some formatting 28 31 ! … … 277 280 278 281 USE control_parameters, & 279 ONLY: data_output, message_string 282 ONLY: data_output, message_string, urban_surface 280 283 281 284 IMPLICIT NONE … … 288 291 289 292 CASE ( 'pcm_heatrate' ) 290 IF ( cthf == 0.0_wp ) THEN293 IF ( cthf == 0.0_wp .AND. .NOT. urban_surface ) THEN 291 294 message_string = 'output of "' // TRIM( var ) // '" requi' // & 292 295 'res setting of parameter cthf /= 0.0'
Note: See TracChangeset
for help on using the changeset viewer.