Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Roy Fabrice
pFoF
Commits
b63486aa
Commit
b63486aa
authored
Sep 01, 2021
by
Roy Fabrice
Browse files
some variable names modifications
parent
d49929c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
common/src/particles_cube_m.F90
View file @
b63486aa
...
...
@@ -41,19 +41,19 @@ module particles_cube_m
public
::
particles_cube_t
type
particles_cube_t
integer
(
INT32
)
::
groups_number
integer
(
INT32
)
::
sorting_
groups_number
! number of groups when the particles are sorted in the cube
integer
(
INT32
),
allocatable
,
dimension
(:)
::
particles_number_per_group
integer
(
INT32
)
::
process
_particles_number
!< local dark matter particles number
integer
(
INT32
)
::
process
_stars_number
!< local stars number
integer
(
INT32
),
allocatable
,
dimension
(:)
::
particles_number_per_
sorting_
group
integer
(
INT32
)
::
cube_dm
_particles_number
!< local dark matter particles number
integer
(
INT32
)
::
cube
_stars_number
!< local stars number
integer
(
IDKIND
)
::
simulation_grid_points_number
!< total number of grid points: ngrid = nres ** 3
integer
(
INT32
)
::
simulation_grid_resolution
!< 1-D resolution: number of grid points in each dimension ; nres = 2 ** lmin
integer
(
IDKIND
)
::
simulation_particles_number
!< total dark matter particles number: npart = nres ** 3
integer
(
IDKIND
)
::
simulation_
dm_
particles_number
!< total dark matter particles number: npart = nres ** 3
integer
(
IDKIND
)
::
simulation_stars_number
!< global stars number
type
(
common_metadata_t
)
::
common_metadata
type
(
ramses_info_t
)
::
ramses_info
real
(
REAL32
),
dimension
(
6
)
::
boundaries
type
(
arrays_of_particle_properties_t
)
::
ramses_
particles
real
(
REAL32
),
dimension
(
6
)
::
cube_
boundaries
type
(
arrays_of_particle_properties_t
)
::
particles
contains
procedure
::
Read
=>
Read_particles_cube
procedure
,
private
::
Read_ramses
=>
Read_ramses_particles_cube
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment