Implementation of the methods of TYPE tpo that are called from the constructors and destructors of its EXTENDED TYPES
FT 22.10.2020
Core of the destructors of TYPES derived from tpo. Their destructors should call this SUBROUTINE. It deallocates memory.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(tpo), | intent(inout) | :: | this |
Read the gravity grid parameters, computes gravity grid coordinates, imports the spacetime ID on the gravity grid, and performs some checks on it.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(tpo), | intent(inout) | :: | tpof | |||
class(idbase), | intent(inout) | :: | id | |||
double precision, | intent(in), | optional | :: | dx | ||
double precision, | intent(in), | optional | :: | dy | ||
double precision, | intent(in), | optional | :: | dz |