module layout_lag use machine, only : kind_evod implicit none save cc integer lats_dim_h, x lats_node_h, x lats_node_h_max, x ipt_lats_node_h, x lon_dim_h cc real(kind=kind_evod), allocatable :: cosphi(:),sinphi(:) cc integer ,allocatable :: lat1s_h(:) !mjr integer ,allocatable :: lon_dims_h_coef(:) !mjr integer ,allocatable :: lon_dims_h_grid(:) end module layout_lag