MPAS-JEDI
mpas_covariance_mod::mpas_covar Type Reference

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
 

Detailed Description

Fortran derived type to hold configuration data for the background/model covariance.

Definition at line 17 of file mpas_covariance_mod.F90.

Member Data Documentation

◆ nothing_yet

integer mpas_covariance_mod::mpas_covar::nothing_yet

Definition at line 18 of file mpas_covariance_mod.F90.

◆ var_scaling_magnitudes

real (kind=kind_real), dimension(:), allocatable mpas_covariance_mod::mpas_covar::var_scaling_magnitudes

Definition at line 20 of file mpas_covariance_mod.F90.

◆ var_scaling_variables

character(len=maxvarlen), dimension(:), allocatable mpas_covariance_mod::mpas_covar::var_scaling_variables

Definition at line 19 of file mpas_covariance_mod.F90.


The documentation for this type was generated from the following file: