My Project
Data Types | Modules | Functions/Subroutines | Variables
mod_force.f90 File Reference

Go to the source code of this file.

Modules

module  mod_force
 

Functions/Subroutines

subroutine, public mod_force::setup_forcing
 
subroutine, public mod_force::update_rivers (NOW, FLUX, TEMP, SALT, WQM, SED, BIO)
 
subroutine, public mod_force::update_groundwater (NOW, GW_FLUX, GW_TEMP, GW_SALT)
 
subroutine, public mod_force::update_heat (NOW, HEAT_SWV, HEAT_NET)
 
subroutine, public mod_force::update_wind (NOW, wstrx, wstry)
 
subroutine, public mod_force::update_precipitation (NOW, Qprec, Qevap)
 
subroutine, public mod_force::update_wave (NOW, WHS, WDIR, WPER, WLENGTH, WPER_BOT, WUB_BOT)
 
subroutine, public mod_force::update_airpressure (NOW, PA_AIR)
 
subroutine, public mod_force::update_tide (NOW, BND_ELV)
 
subroutine, public mod_force::update_obc_salt (NOW, SALT)
 
subroutine, public mod_force::update_obc_temp (NOW, TEMP)
 
subroutine, public mod_force::update_ice (NOW, SAT, SWV, SPQ, CLD)
 
subroutine, public mod_force::update_icing (NOW, SAT, WSPDX, WSPDY)
 

Variables

character(len=80), parameter, public mod_force::wrf2fvcom_source = "wrf2fvcom version"
 
character(len=80), parameter, public mod_force::fvcom_grid_source = "fvcom grid (unstructured) surface forcing"
 
character(len=80), parameter, public mod_force::fvcom_cap_grid_source = "FVCOM grid (unstructured) surface forcing"
 
character(len=80), parameter, public mod_force::wrf_grid_source = "wrf grid (structured) surface forcing"
 
character(len=80), parameter, public mod_force::surf_forcing_pt_source = "single-point time-dependent surface forcing"
 
integer, public mod_force::tide_forcing_type
 
integer, parameter, public mod_force::tide_forcing_spectral = 1
 
integer, parameter, public mod_force::tide_forcing_timeseries = 2
 
character(len=char_max_attlen), dimension(:), allocatable, public mod_force::tide_forcing_comments
 
character(len=char_max_attlen), dimension(:), allocatable, public mod_force::river_forcing_comments
 
character(len=char_max_attlen), dimension(:), allocatable, public mod_force::gwater_forcing_comments
 
character(len=char_max_attlen), public mod_force::obc_s_comments
 
character(len=char_max_attlen), public mod_force::obc_t_comments
 
character(len=char_max_attlen), dimension(:), allocatable, public mod_force::heat_forcing_comments
 
character(len=char_max_attlen), dimension(:), allocatable, public mod_force::heat_calculate_comments
 
character(len=char_max_attlen), dimension(:), allocatable, public mod_force::heat_solar_comments
 
character(len=char_max_attlen), dimension(:), allocatable, public mod_force::winds_forcing_comments
 
character(len=char_max_attlen), dimension(:), allocatable, public mod_force::waves_forcing_comments
 
character(len=char_max_attlen), dimension(:), allocatable, public mod_force::precip_forcing_comments
 
character(len=char_max_attlen), dimension(:), allocatable, public mod_force::airpressure_forcing_comments
 
character(len=char_max_attlen), dimension(:), allocatable, public mod_force::ice_forcing_comments
 
character(len=char_max_attlen), dimension(:), allocatable, public mod_force::icing_forcing_comments