Set the igrf
path.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(radbelt_type), | intent(inout) | :: | me | |||
character(len=*), | intent(in) | :: | dir |
subroutine set_igrf_file_path(me, dir) class(radbelt_type), intent(inout) :: me character(len=*), intent(in) :: dir call me%igrf%set_data_file_dir(trim(dir)) end subroutine set_igrf_file_path