Skip to content
Snippets Groups Projects
Commit 6ff0c9d7 authored by Dylan Kierans's avatar Dylan Kierans
Browse files

wp_init_grid pointers

parent b7bc67fb
No related branches found
No related tags found
No related merge requests found
...@@ -50,6 +50,9 @@ MODULE fortran_support ...@@ -50,6 +50,9 @@ MODULE fortran_support
& t_ptr_3d => t_ptr_3d_dp, & & t_ptr_3d => t_ptr_3d_dp, &
& t_ptr_4d => t_ptr_4d_dp & t_ptr_4d => t_ptr_4d_dp
#endif #endif
USE mo_fortran_tools, ONLY: &
& t_ptr_2d_wp_init_grid => t_ptr_2d_dp, &
& t_ptr_3d_wp_init_grid => t_ptr_3d_dp
USE mo_hash_table, ONLY: t_HashTable, hashTable_make, t_HashIterator USE mo_hash_table, ONLY: t_HashTable, hashTable_make, t_HashIterator
USE mo_io_units, ONLY: filename_max, nerr, nlog, nnml, nstat, ngmt, nin, & USE mo_io_units, ONLY: filename_max, nerr, nlog, nnml, nstat, ngmt, nin, &
...@@ -112,6 +115,7 @@ MODULE fortran_support ...@@ -112,6 +115,7 @@ MODULE fortran_support
& t_ptr_2d, t_ptr_2d_wp, t_ptr_2d_dp, t_ptr_2d_sp, t_ptr_2d_int, & & t_ptr_2d, t_ptr_2d_wp, t_ptr_2d_dp, t_ptr_2d_sp, t_ptr_2d_int, &
& t_ptr_3d, t_ptr_3d_wp, t_ptr_3d_dp, t_ptr_3d_sp, t_ptr_3d_int, t_ptr_i2d3d, & & t_ptr_3d, t_ptr_3d_wp, t_ptr_3d_dp, t_ptr_3d_sp, t_ptr_3d_int, t_ptr_i2d3d, &
& t_ptr_4d, t_ptr_4d_wp, t_ptr_4d_dp, t_ptr_4d_sp, t_ptr_4d_int, & & t_ptr_4d, t_ptr_4d_wp, t_ptr_4d_dp, t_ptr_4d_sp, t_ptr_4d_int, &
& t_ptr_2d_wp_init_grid, t_ptr_3d_wp_init_grid, &
& t_ptr_2d3d, t_ptr_2d3d_vp, t_ptr_tracer, & & t_ptr_2d3d, t_ptr_2d3d_vp, t_ptr_tracer, &
& copy, init, swap, negative2zero, var_scale, & & copy, init, swap, negative2zero, var_scale, &
& var_add, init_zero_contiguous, init_contiguous, & & var_add, init_zero_contiguous, init_contiguous, &
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment