Ignore:
Timestamp:
Mar 3, 2021 4:10:18 PM (4 years ago)
Author:
raasch
Message:

small re-formatting to follow the coding standard, typo in file appendix removed, more meaningful variable names assigned, redundant code removed

File:
1 edited

Legend:

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

    r4875 r4896  
    2727! -----------------
    2828! $Id$
     29! typo in file appendix removed
     30!
     31! 4875 2021-02-17 11:56:22Z scharf
    2932! bugfix for interpolating external radiation on first timestep
    3033!
     
    31253128       IF ( .NOT. lw_exists )  THEN
    31263129          message_string = 'Input file RRTMG_LW for rrtmg model missing.& Please provide ' //      &
    3127                            TRIM( run_identifier ) // '_lsw file in the INPUT directory.'
     3130                           TRIM( run_identifier ) // '_rlw file in the INPUT directory.'
    31283131          CALL message( 'radiation_init', 'PA0583', 1, 2, 0, 6, 0 )
    31293132       ENDIF
Note: See TracChangeset for help on using the changeset viewer.