Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DON'T APPROVE! added model stop for ghg_input with nonsupported radiation options #1936

Open
wants to merge 4 commits into
base: release-v4.5.2
Choose a base branch
from
Open
Changes from 3 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
3 changes: 2 additions & 1 deletion share/module_check_a_mundo.F
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ END FUNCTION bep_bem_ngr_u
! Set up the WRF Hydro namelist option to allow dynamic allocation of
! variables.
!-----------------------------------------------------------------------

count_fatal_error = 0
#ifdef WRF_HYDRO
model_config_rec % wrf_hydro = 1
Expand Down Expand Up @@ -963,6 +964,7 @@ END FUNCTION bep_bem_ngr_u
CALL wrf_message ( TRIM( wrf_err_message ) )
wrf_err_message = ' OK = RRTM, RRTMG LW or SW, RRTMG_fast LW or SW may be mixed'
CALL wrf_message ( TRIM( wrf_err_message ) )
count_fatal_error = count_fatal_error + 1
END IF
END IF

Expand Down Expand Up @@ -2260,7 +2262,6 @@ END FUNCTION bep_bem_ngr_u
model_config_rec%cu_diag(i) = 0
END IF
END DO

!-----------------------------------------------------------------------
! Only implement the TEMF PBL scheme with the TEMP SFCLAY scheme.
!-----------------------------------------------------------------------
Expand Down