| 
    ROMS
    
   | 
 
Data Types | |
| type | t_diags | 
Functions/Subroutines | |
| subroutine, public | allocate_diags (ng, lbi, ubi, lbj, ubj) | 
| subroutine, public | deallocate_diags (ng) | 
| subroutine, public | initialize_diags (ng, tile) | 
Variables | |
| type(t_diags), dimension(:), allocatable | diags | 
| subroutine, public mod_diags::allocate_diags | ( | integer, intent(in) | ng, | 
| integer, intent(in) | lbi, | ||
| integer, intent(in) | ubi, | ||
| integer, intent(in) | lbj, | ||
| integer, intent(in) | ubj ) | 
Definition at line 104 of file mod_diags.F.
References diags, mod_param::dmem, mod_param::n, mod_biology::ndbands, mod_param::ndbio2d, mod_param::ndbio3d, mod_param::ndbio4d, mod_param::ndm2d, mod_param::ndm3d, mod_param::ndrhs, mod_param::ndt, mod_param::ngrids, mod_param::nt, and mod_kinds::r8.
Referenced by mod_arrays::roms_allocate_arrays().
| subroutine, public mod_diags::deallocate_diags | ( | integer, intent(in) | ng | ) | 
Definition at line 230 of file mod_diags.F.
References diags, mod_param::ndbio2d, mod_param::ndbio3d, mod_param::ndbio4d, and mod_param::ngrids.
Referenced by mod_arrays::roms_deallocate_arrays().
| subroutine, public mod_diags::initialize_diags | ( | integer, intent(in) | ng, | 
| integer, intent(in) | tile ) | 
Definition at line 363 of file mod_diags.F.
References mod_param::bounds, diags, mod_param::domain, mod_param::n, mod_biology::ndbands, mod_param::ndbio2d, mod_param::ndbio3d, mod_param::ndbio4d, mod_param::ndm2d, mod_param::ndm3d, mod_param::ndrhs, mod_param::ndt, and mod_param::nt.
Referenced by mod_arrays::roms_initialize_arrays().
| type (t_diags), dimension(:), allocatable mod_diags::diags | 
Definition at line 100 of file mod_diags.F.
Referenced by allocate_diags(), biology_mod::biology(), deallocate_diags(), initialize_diags(), pre_step3d_mod::pre_step3d(), prsgrd_mod::prsgrd(), rhs3d_mod::rhs3d(), set_diags_tile(), step3d_t_mod::step3d_t(), step3d_uv_mod::step3d_uv(), t3dmix2_mod::t3dmix2(), t3dmix4_mod::t3dmix4(), uv3dmix2_mod::uv3dmix2(), uv3dmix4_mod::uv3dmix4(), wrt_diags_mod::wrt_diags_nf90(), and wrt_diags_mod::wrt_diags_pio().