Skip to content
Open
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
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