11 use iso_c_binding,
only : c_short, c_int, c_float, c_double
32 call warn(
"An AVAILABLE_WATER_CONTENT grid must be supplied in order to make use of this option.", &
47 logical (c_bool),
intent(in) :: lactive(:,:)
48 real (c_float),
intent(inout) :: fawc(:)
52 fawc = pack(
pawc_grid%pGrdBase%rData, lactive )
Populate available water content by reading in the available water content from a gridded data source...
subroutine, public awc_gridded_values_read()
type(data_catalog_entry_t), pointer, public pawc_grid
subroutine, public awc_gridded_values_initialize(lactive, fawc)
This module contains physical constants and convenience functions aimed at performing unit conversion...
Defines the DATA_CATALOG_T data type, which contains type-bound procedures to add,...
type(data_catalog_t), public dat
DAT is a global to hold data catalog entries.
subroutine, public warn(smessage, smodule, iline, shints, lfatal, iloglevel, lecho)