FV3 Bundle
qg_configs::qg_config Type Reference

Fortran derived type to hold configuration data for the QG model. More...

Private Attributes

integer nx
 Zonal grid dimension. More...
 
integer ny
 Meridional grid dimension. More...
 
real(kind=kind_real) dt0
 dimensional time (seconds) More...
 
real(kind=kind_real) d1
 depth of top layer (m) More...
 
real(kind=kind_real) d2
 depth of bottom layer (m) More...
 
real(kind=kind_real) deltax0
 zonal grid spacing (m) More...
 
real(kind=kind_real) deltay0
 meridional grid spacing (m) More...
 
real(kind=kind_real) dt
 non-dimensional time More...
 
real(kind=kind_real) f1
 Coefficient of PV operator. More...
 
real(kind=kind_real) f2
 Coefficient of PV operator. More...
 
real(kind=kind_real) deltax
 non-dimensional zonal grid spacing More...
 
real(kind=kind_real) deltay
 non-dimensional meridional grid spacing More...
 
real(kind=kind_real) rsmax
 max non-dimensional height of orography More...
 
real(kind=kind_real), dimension(:,:), allocatable rs
 non-dimensional orography More...
 

Detailed Description

Fortran derived type to hold configuration data for the QG model.

Definition at line 20 of file qg_configs.F90.

Member Data Documentation

◆ d1

real(kind=kind_real) qg_configs::qg_config::d1
private

depth of top layer (m)

Definition at line 25 of file qg_configs.F90.

◆ d2

real(kind=kind_real) qg_configs::qg_config::d2
private

depth of bottom layer (m)

Definition at line 26 of file qg_configs.F90.

◆ deltax

real(kind=kind_real) qg_configs::qg_config::deltax
private

non-dimensional zonal grid spacing

Definition at line 33 of file qg_configs.F90.

◆ deltax0

real(kind=kind_real) qg_configs::qg_config::deltax0
private

zonal grid spacing (m)

Definition at line 27 of file qg_configs.F90.

◆ deltay

real(kind=kind_real) qg_configs::qg_config::deltay
private

non-dimensional meridional grid spacing

Definition at line 34 of file qg_configs.F90.

◆ deltay0

real(kind=kind_real) qg_configs::qg_config::deltay0
private

meridional grid spacing (m)

Definition at line 28 of file qg_configs.F90.

◆ dt

real(kind=kind_real) qg_configs::qg_config::dt
private

non-dimensional time

Definition at line 30 of file qg_configs.F90.

◆ dt0

real(kind=kind_real) qg_configs::qg_config::dt0
private

dimensional time (seconds)

Definition at line 24 of file qg_configs.F90.

◆ f1

real(kind=kind_real) qg_configs::qg_config::f1
private

Coefficient of PV operator.

Definition at line 31 of file qg_configs.F90.

◆ f2

real(kind=kind_real) qg_configs::qg_config::f2
private

Coefficient of PV operator.

Definition at line 32 of file qg_configs.F90.

◆ nx

integer qg_configs::qg_config::nx
private

Zonal grid dimension.

Definition at line 21 of file qg_configs.F90.

◆ ny

integer qg_configs::qg_config::ny
private

Meridional grid dimension.

Definition at line 22 of file qg_configs.F90.

◆ rs

real(kind=kind_real), dimension(:,:), allocatable qg_configs::qg_config::rs
private

non-dimensional orography

Definition at line 36 of file qg_configs.F90.

◆ rsmax

real(kind=kind_real) qg_configs::qg_config::rsmax
private

max non-dimensional height of orography

Definition at line 35 of file qg_configs.F90.


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