FV3 Bundle
src/odb/OOPS.ddl
Go to the documentation of this file.
1
CREATE TABLE desc
AS
(
2
andate YYYYMMDD,
3
antime HHMMSS,
4
hdr @LINK,
5
);
6
7
CREATE TABLE hdr
AS
(
8
seqno pk1int,
9
date
YYYYMMDD,
10
time
HHMMSS,
11
lat
pk9real,
12
lon
pk9real,
13
body @LINK,
14
);
15
16
CREATE TABLE body
AS
(
17
varno pk1int,
18
obsvalue pk9real,
19
entryno pk1int,
20
vertco_reference_1 pk9real,
21
);
22
write_ocean_data_mod::time
type(time_type) time
Definition:
write_ocean_data.F90:49
nwp_nudge_nlm_mod::lon
real(fvprc), dimension(:), allocatable lon
Definition:
nwp_nudge_nlm.F90:34
AS
CREATE TABLE desc AS(andate YYYYMMDD, antime HHMMSS, hdr @LINK,)
TLM_vs_NLM.date
string date
Definition:
TLM_vs_NLM.py:10
nwp_nudge_nlm_mod::lat
real(fvprc), dimension(:), allocatable lat
Definition:
nwp_nudge_nlm.F90:34
src
fv3-bundle
ioda
src
odb
OOPS.ddl
Generated on Tue Nov 6 2018 11:39:18 for FV3 Bundle by
1.8.14