|
| logical | mod_phy____grd::flagdalloc = .FALSE. |
| |
| integer, save | mod_phy____grd::yeartu |
| |
| integer, save | mod_phy____grd::mon_tu |
| |
| integer, save | mod_phy____grd::day_tu |
| |
| integer, save | mod_phy____grd::hourtu |
| |
| integer, save | mod_phy____grd::minutu |
| |
| integer, save | mod_phy____grd::sec_tu |
| |
| integer, save | mod_phy____grd::it_exp |
| |
| integer, save | mod_phy____grd::it_run |
| |
| integer, save | mod_phy____grd::mxp |
| |
| integer, save | mod_phy____grd::mxpp |
| |
| integer, save | mod_phy____grd::myp |
| |
| integer, save | mod_phy____grd::mypp |
| |
| integer, save | mod_phy____grd::ixp1 |
| |
| integer, save | mod_phy____grd::jyp1 |
| |
| integer, save | mod_phy____grd::kcolp |
| |
| integer, save | mod_phy____grd::mzp |
| |
| integer, save | mod_phy____grd::mzpp |
| |
| integer, save | mod_phy____grd::i_x0 |
| |
| integer, save | mod_phy____grd::j_y0 |
| |
| integer, save | mod_phy____grd::ikl0 |
| |
| real(kind=real8), dimension(:), allocatable, save | mod_phy____grd::lat__r |
| |
| real(kind=real8), dimension(:), allocatable, save | mod_phy____grd::sinlat |
| |
| real(kind=real8), dimension(:), allocatable, save | mod_phy____grd::coslat |
| |
| real(kind=real8), dimension(:), allocatable, save | mod_phy____grd::lon__r |
| |
| real(kind=real8), dimension(:), allocatable, save | mod_phy____grd::lon__h |
| |
| real(kind=real8), save | mod_phy____grd::timetu |
| |
| real(kind=real8), save | mod_phy____grd::dxhost |
| |
| real(kind=real8), save | mod_phy____grd::dx2inv |
| |
| real(kind=real8), save | mod_phy____grd::dy2inv |
| |
| real(kind=real8), save | mod_phy____grd::pt__dy |
| |
| real(kind=real8), dimension(:), allocatable, save | mod_phy____grd::sigma |
| |
| real(kind=real8), dimension(:), allocatable, save | mod_phy____grd::sigmi |
| |
| real(kind=real8), dimension(:), allocatable, save | mod_phy____grd::dsigma |
| |
| real(kind=real8), dimension(:), allocatable, save | mod_phy____grd::dsigmi |
| |
| real(kind=real8), dimension(:), allocatable, save | mod_phy____grd::hsigma |
| |
| integer, dimension(:), allocatable, save | mod_phy____grd::k1m |
| |
| integer, dimension(:), allocatable, save | mod_phy____grd::k1p |
| |
| integer, dimension(:), allocatable, save | mod_phy____grd::k2m |
| |
| integer, dimension(:), allocatable, save | mod_phy____grd::ii__ap |
| |
| integer, dimension(:), allocatable, save | mod_phy____grd::jj__ap |
| |
| integer, dimension(:,:), allocatable, save | mod_phy____grd::ikl_ap |
| |