Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions share/module_check_a_mundo.F
Original file line number Diff line number Diff line change
Expand Up @@ -984,6 +984,8 @@ END FUNCTION bep_bem_ngr_u
( model_config_rec % ra_sw_physics(i) .EQ. RRTMG_SWSCHEME ) .OR. &
( model_config_rec % ra_sw_physics(i) .EQ. RRTMG_SWSCHEME_FAST ) ) ) ) THEN
! This is OK, no way would a negation have been understandable!
ELSE IF ( model_config_rec % ra_sw_physics(i) == 0 ) THEN
model_config_rec%ghg_input=0
ELSE
oops = oops + 1
END IF
Expand Down