SABER
|
Control vector derived type. More...
Data Types | |
type | cv_type |
Functions/Subroutines | |
subroutine | cv_pack (cv, pcv) |
Pack. More... | |
subroutine | cv_unpack (cv, pcv) |
Unpack. More... | |
Control vector derived type.
|
private |
Pack.
[in] | cv | Control variable |
[out] | pcv | Packed control variable |
Definition at line 34 of file type_cv.F90.
|
private |
Unpack.
[in,out] | cv | Control variable |
[in] | pcv | Packed control variable |
Definition at line 62 of file type_cv.F90.