FV3DYCORE  Version 2.0.0
fv_treat_da_inc.F90 File Reference

Go to the source code of this file.

Modules

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
 

Functions/Subroutines

subroutine, public fv_treat_da_inc_mod::read_da_inc (Atm, fv_domain, bd, npz_in, nq, u, v, q, delp, pt, delz, is_in, js_in, ie_in, je_in, isc_in, jsc_in, iec_in, jec_in)
 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, is_in, js_in, ie_in, je_in)
 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, isd, ied, jsd, jed, 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...
 

Function/Subroutine Documentation

◆ apply_inc_on_3d_scalar()

subroutine read_da_inc::apply_inc_on_3d_scalar ( character(len=*), intent(in)  field_name,
real, dimension(is_in:ie_in,js_in:je_in,1:km), intent(inout)  var,
integer, intent(in)  is_in,
integer, intent(in)  js_in,
integer, intent(in)  ie_in,
integer, intent(in)  je_in 
)
private

The subroutine 'apply_inc_on3d_scalar' applies the input increments to the prognostic variables.

Definition at line 436 of file fv_treat_da_inc.F90.