|
MPAS-JEDI
|
Fortran derived type to hold configuration data for the background/model covariance. More...
Public Attributes | |
| integer | nothing_yet |
| character(len=maxvarlen), dimension(:), allocatable | var_scaling_variables |
| real(kind=kind_real), dimension(:), allocatable | var_scaling_magnitudes |
Fortran derived type to hold configuration data for the background/model covariance.
Definition at line 17 of file mpas_covariance_mod.F90.
| integer mpas_covariance_mod::mpas_covar::nothing_yet |
Definition at line 18 of file mpas_covariance_mod.F90.
| real (kind=kind_real), dimension(:), allocatable mpas_covariance_mod::mpas_covar::var_scaling_magnitudes |
Definition at line 20 of file mpas_covariance_mod.F90.
| character(len=maxvarlen), dimension(:), allocatable mpas_covariance_mod::mpas_covar::var_scaling_variables |
Definition at line 19 of file mpas_covariance_mod.F90.