Convert from complex variable a(d1,d2,d3, ...) to a
real variable ar(2,d1,d2,d3,...) and back.
This is necessary for saving complex variables in NetCDF format
(c) Copyright 1991 to 1998 by Michael A. Beer, William D. Dorland,
P. B. Snyder, Q. P. Liu, and Gregory W. Hammett. ALL RIGHTS RESERVED.
FIXME : Add documentation
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex, | intent(in), | dimension(:) | :: | a | ||
real, | intent(out), | dimension(:,:) | :: | a_ri |
FIXME : Add documentation
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex, | intent(in), | dimension(:,:) | :: | a | ||
real, | intent(out), | dimension(:,:,:) | :: | a_ri |
FIXME : Add documentation
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex, | intent(in), | dimension(:,:,:) | :: | a | ||
real, | intent(out), | dimension(:,:,:,:) | :: | a_ri |
FIXME : Add documentation
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex, | intent(in), | dimension(:,:,:,:) | :: | a | ||
real, | intent(out), | dimension(:,:,:,:,:) | :: | a_ri |
FIXME : Add documentation
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex, | intent(in), | dimension(:,:,:,:,:) | :: | a | ||
real, | intent(out), | dimension(:,:,:,:,:,:) | :: | a_ri |
FIXME : Add documentation
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex, | intent(out), | dimension(:) | :: | a | ||
real, | intent(in), | dimension(:,:) | :: | a_ri |
FIXME : Add documentation
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex, | intent(out), | dimension(:,:) | :: | a | ||
real, | intent(in), | dimension(:,:,:) | :: | a_ri |
FIXME : Add documentation
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex, | intent(out), | dimension(:,:,:) | :: | a | ||
real, | intent(in), | dimension(:,:,:,:) | :: | a_ri |
FIXME : Add documentation
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex, | intent(out), | dimension(:,:,:,:) | :: | a | ||
real, | intent(in), | dimension(:,:,:,:,:) | :: | a_ri |
FIXME : Add documentation
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex, | intent(out), | dimension(:,:,:,:,:) | :: | a | ||
real, | intent(in), | dimension(:,:,:,:,:,:) | :: | a_ri |
FIXME : Add documentation
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex, | intent(in), | dimension(:,:,:,:,:) | :: | a | ||
real, | intent(out), | dimension(:,:,:,:,:,:) | :: | a_ri |
FIXME : Add documentation
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex, | intent(out), | dimension(:,:,:,:,:) | :: | a | ||
real, | intent(in), | dimension(:,:,:,:,:,:) | :: | a_ri |
FIXME : Add documentation
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex, | intent(in), | dimension(:,:,:,:) | :: | a | ||
real, | intent(out), | dimension(:,:,:,:,:) | :: | a_ri |
FIXME : Add documentation
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex, | intent(out), | dimension(:,:,:,:) | :: | a | ||
real, | intent(in), | dimension(:,:,:,:,:) | :: | a_ri |
FIXME : Add documentation
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex, | intent(in), | dimension(:,:,:) | :: | a | ||
real, | intent(out), | dimension(:,:,:,:) | :: | a_ri |
FIXME : Add documentation
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex, | intent(out), | dimension(:,:,:) | :: | a | ||
real, | intent(in), | dimension(:,:,:,:) | :: | a_ri |
FIXME : Add documentation
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex, | intent(in), | dimension(:,:) | :: | a | ||
real, | intent(out), | dimension(:,:,:) | :: | a_ri |
FIXME : Add documentation
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex, | intent(out), | dimension(:,:) | :: | a | ||
real, | intent(in), | dimension(:,:,:) | :: | a_ri |
FIXME : Add documentation
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex, | intent(in), | dimension(:) | :: | a | ||
real, | intent(out), | dimension(:,:) | :: | a_ri |
FIXME : Add documentation
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex, | intent(out), | dimension(:) | :: | a | ||
real, | intent(in), | dimension(:,:) | :: | a_ri |
ABORTS A PROGRAM AFTER A FATAL ERROR CONDITION IS DETECTED.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | ierrmsg |
Error message |