Go to the source code of this file.
|
| module | fv_iau_mod |
| | incremental analysis update module
|
| |
|
| subroutine, public | fv_iau_mod::iau_initialize (IPD_Control, IAU_Data, Init_parm) |
| |
| subroutine, public | fv_iau_mod::getiauforcing (IPD_Control, IAU_Data) |
| |
| subroutine | fv_iau_mod::updateiauforcing (IPD_Control, IAU_Data, wt) |
| |
| subroutine | fv_iau_mod::setiauforcing (IPD_Control, IAU_Data, wt) |
| |
| subroutine | fv_iau_mod::read_iau_forcing (IPD_Control, increments, fname) |
| |
| subroutine | fv_iau_mod::interp_inc (field_name, var, jbeg, jend) |
| |
|
| real, dimension(:,:,:), allocatable | fv_iau_mod::s2c |
| |
| integer, dimension(:,:), allocatable | fv_iau_mod::id1 |
| |
| integer, dimension(:,:), allocatable | fv_iau_mod::id2 |
| |
| integer, dimension(:,:), allocatable | fv_iau_mod::jdc |
| |
| real | fv_iau_mod::deg2rad |
| |
| real | fv_iau_mod::dt |
| |
| real | fv_iau_mod::rdt |
| |
| integer | fv_iau_mod::im |
| |
| integer | fv_iau_mod::jm |
| |
| integer | fv_iau_mod::km |
| |
| integer | fv_iau_mod::nfiles |
| |
| integer | fv_iau_mod::ncid |
| |
| integer | fv_iau_mod::is |
| |
| integer | fv_iau_mod::ie |
| |
| integer | fv_iau_mod::js |
| |
| integer | fv_iau_mod::je |
| |
| integer | fv_iau_mod::npz |
| |
| integer | fv_iau_mod::ntracers |
| |
| character(len=32), dimension(:), allocatable | fv_iau_mod::tracer_names |
| |
| integer, dimension(:), allocatable | fv_iau_mod::tracer_indicies |
| |
| real(kind=4), dimension(:,:,:), allocatable | fv_iau_mod::wk3 |
| |
| type(iau_state_type) | fv_iau_mod::iau_state |
| |
◆ _GET_VAR1
| #define _GET_VAR1 get_var1_double |