Skip to content
Snippets Groups Projects
Commit ee5361d1 authored by WAUTELET Philippe's avatar WAUTELET Philippe
Browse files

Philippe 28/04/2021: budgets: add cdirection, ltcompress and lnorm fields to...

Philippe 28/04/2021: budgets: add cdirection, ltcompress and lnorm fields to tbudiachrometadata type
parent a77f165a
No related branches found
No related tags found
No related merge requests found
...@@ -110,10 +110,13 @@ type :: tbudiachrometadata ...@@ -110,10 +110,13 @@ type :: tbudiachrometadata
character(len=NBUNAMELGTMAX) :: ctype = 'not set' character(len=NBUNAMELGTMAX) :: ctype = 'not set'
character(len=NBUNAMELGTMAX) :: ccategory = 'not set' !budget, LES, aircraft, balloon, series, station, profiler character(len=NBUNAMELGTMAX) :: ccategory = 'not set' !budget, LES, aircraft, balloon, series, station, profiler
character(len=NBUNAMELGTMAX) :: cshape = 'not set' !Shape of the domain (mask, cartesian, vertical profile, point) character(len=NBUNAMELGTMAX) :: cshape = 'not set' !Shape of the domain (mask, cartesian, vertical profile, point)
character(len=1) :: cdirection = '' !Used for 2pt correlation and spectrum
logical :: lmobile = .false. !Is the domain moving? (ie for aircrafts and balloons) logical :: lmobile = .false. !Is the domain moving? (ie for aircrafts and balloons)
logical :: licompress = .false. logical :: licompress = .false.
logical :: ljcompress = .false. logical :: ljcompress = .false.
logical :: lkcompress = .false. logical :: lkcompress = .false.
logical :: ltcompress = .false. ! true if values are time averaged (can be on multiple time periods)
logical :: lnorm = .false. ! true if values are normalized
integer :: nil = -1 !Cartesian box boundaries in physical domain coordinates integer :: nil = -1 !Cartesian box boundaries in physical domain coordinates
integer :: nih = -1 integer :: nih = -1
integer :: njl = -1 integer :: njl = -1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment