Ignore:
Timestamp:
May 28, 2018 7:55:41 AM (6 years ago)
Author:
Giersch
Message:

Code adjusted according to coding standards, renamed namelists, error messages revised until PA0347, output CASE 108 disabled

File:
1 edited

Legend:

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

    r3026 r3045  
    2828! -----------------
    2929! $Id$
     30! Error message revised
     31!
     32! 3026 2018-05-22 10:30:53Z schwenkel
    3033! Changed the name specific humidity to mixing ratio, since we are computing
    3134! mixing ratios.
     
    13321335          IF ( albedo_type == 0  .AND.  albedo == 9999999.9_wp  .AND.          &
    13331336               radiation_scheme == 'clear-sky')  THEN
    1334              message_string = 'radiation_scheme = "clear-sky" in combination' //&
    1335                               'with albedo_type = 0 requires setting of albedo'//&
    1336                               ' /= 9999999.9'
     1337             message_string = 'radiation_scheme = "clear-sky" in combination'//&
     1338                              'with albedo_type = 0 requires setting of'//     &
     1339                              'albedo /= 9999999.9'
    13371340             CALL message( 'check_parameters', 'PA0410', 1, 2, 0, 6, 0 )
    13381341          ENDIF
Note: See TracChangeset for help on using the changeset viewer.