Go to the source code of this file.
|
module | fv_treat_da_inc_mod |
| 'The module 'tread_da_increment' contains routines for treating the increments of the prognostic variables that are calculated by the DA process
|
|
|
subroutine, public | fv_treat_da_inc_mod::read_da_inc (Atm, fv_domain) |
| The subroutine 'read_da_inc' reads the increments of the diagnostic variables from the DA-generated files. More...
|
|
subroutine | apply_inc_on_3d_scalar (field_name, var) |
| The subroutine 'apply_inc_on3d_scalar' applies the input increments to the prognostic variables. More...
|
|
subroutine, public | fv_treat_da_inc_mod::remap_coef (is, ie, js, je, im, jm, lon, lat, id1, id2, jdc, s2c, agrid) |
| The subroutine 'remap_coef' calculates the coefficients for horizonal regridding. More...
|
|
subroutine | fv_treat_da_inc_mod::get_staggered_grid (is, ie, js, je, isd, ied, jsd, jed, pt_b, pt_c, pt_d) |
| The subroutine 'get_staggered_grid' gets the lat-lon locations of the staggered points. More...
|
|
◆ apply_inc_on_3d_scalar()
subroutine read_da_inc::apply_inc_on_3d_scalar |
( |
character(len=*), intent(in) |
field_name, |
|
|
real, dimension(isd:ied,jsd:jed,1:km), intent(inout) |
var |
|
) |
| |
|
private |
The subroutine 'apply_inc_on3d_scalar' applies the input increments to the prognostic variables.
Definition at line 431 of file fv_treat_da_inc.F90.