The Intermediate Complexity Atmospheric Research model (ICAR)
A computationally efficient atmospheric model for downscaling.
|
This module provides a wrapper to call various PBL models It sets up variables specific to the physics package to be used including both More...
Public Member Functions | |
subroutine, public | pbl_init (domain, options) |
subroutine, public | pbl (domain, options, dt_in) |
subroutine, public | pbl_finalize (options) |
Private Attributes | |
integer | ids |
integer | ide |
integer | jds |
integer | jde |
integer | kds |
integer | kde |
integer | ims |
integer | ime |
integer | jms |
integer | jme |
integer | kms |
integer | kme |
integer | its |
integer | ite |
integer | jts |
integer | jte |
integer | kts |
integer | kte |
logical | allowed_to_read |
logical | restart |
logical | flag_qi |
This module provides a wrapper to call various PBL models It sets up variables specific to the physics package to be used including both
The main entry point to the code is pbl(domain,options,dt)
Call tree graph : pbl_init->[ external initialization routines] pbl->[ external PBL routines] pbl_finalize
High level routine descriptions / purpose pbl_init - initializes physics package pbl - sets up and calls main physics package pbl_finalize - permits physics package cleanup (close files, deallocate memory)
Inputs: domain, options, dt domain,options = as defined in data_structures dt = time step (seconds)
subroutine, public planetary_boundary_layer::pbl | ( | type(domain_type), intent(inout) | domain, |
type(options_type), intent(in) | options, | ||
real, intent(in) | dt_in | ||
) |
subroutine, public planetary_boundary_layer::pbl_finalize | ( | type(options_type), intent(in) | options | ) |
subroutine, public planetary_boundary_layer::pbl_init | ( | type(domain_type), intent(inout) | domain, |
type(options_type), intent(in) | options | ||
) |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |