Changeset 4896 for palm/trunk/SOURCE/radiation_model_mod.f90
- Timestamp:
- Mar 3, 2021 4:10:18 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/radiation_model_mod.f90
r4875 r4896 27 27 ! ----------------- 28 28 ! $Id$ 29 ! typo in file appendix removed 30 ! 31 ! 4875 2021-02-17 11:56:22Z scharf 29 32 ! bugfix for interpolating external radiation on first timestep 30 33 ! … … 3125 3128 IF ( .NOT. lw_exists ) THEN 3126 3129 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.' 3128 3131 CALL message( 'radiation_init', 'PA0583', 1, 2, 0, 6, 0 ) 3129 3132 ENDIF
Note: See TracChangeset
for help on using the changeset viewer.