2016-09-30 12:03:29 +00:00
|
|
|
label "BiFourier coefficients";
|
|
|
|
constant biFourierCoefficients=1;
|
2023-11-22 10:51:00 +00:00
|
|
|
constant isGridded = true;
|
2016-09-30 12:03:29 +00:00
|
|
|
|
2019-05-15 14:32:41 +00:00
|
|
|
codetable[1] spectralType ('3.6.table',masterDir,localDir) = 2 : no_copy;
|
2016-09-30 12:03:29 +00:00
|
|
|
alias spectralDataRepresentationType=spectralType;
|
|
|
|
|
|
|
|
unsigned[4] biFourierResolutionParameterN : dump;
|
|
|
|
|
|
|
|
unsigned[4] biFourierResolutionParameterM : dump;
|
|
|
|
|
2019-05-13 13:30:08 +00:00
|
|
|
codetable[1] biFourierTruncationType ('3.25.table',masterDir,localDir) : dump;
|
2016-09-30 12:03:29 +00:00
|
|
|
|
2019-05-13 13:30:08 +00:00
|
|
|
# Lx - Full domain length in X-direction. Size in metres of the domain along x-axis
|
2016-09-30 07:53:04 +00:00
|
|
|
unsigned[8] Lx;
|
2019-05-15 12:58:16 +00:00
|
|
|
alias geography.LxInMetres = Lx;
|
2019-05-13 13:30:08 +00:00
|
|
|
# Lux - Useful domain length in X-direction. Size in metres of model forecast subdomain along x-axis
|
2016-09-30 07:53:04 +00:00
|
|
|
unsigned[8] Lux;
|
2019-05-15 12:58:16 +00:00
|
|
|
alias geography.LuxInMetres=Lux;
|
|
|
|
# Lcx - Coupling domain width in X-direction. Width in metres of coupling area within forecast domain along x-axis
|
2016-09-30 07:53:04 +00:00
|
|
|
unsigned[8] Lcx;
|
2019-05-15 12:58:16 +00:00
|
|
|
alias geography.LcxInMetres=Lcx;
|
2016-09-30 07:53:04 +00:00
|
|
|
|
|
|
|
# Ly - Full domain length in Y-direction
|
|
|
|
unsigned[8] Ly;
|
2019-05-15 12:58:16 +00:00
|
|
|
alias geography.LyInMetres=Ly;
|
2016-09-30 07:53:04 +00:00
|
|
|
# Luy - Useful domain length in Y-direction
|
|
|
|
unsigned[8] Luy;
|
2019-05-15 12:58:16 +00:00
|
|
|
alias geography.LuyInMetres=Luy;
|
2016-09-30 07:53:04 +00:00
|
|
|
# Lcy - Coupling domain width in Y-direction
|
|
|
|
unsigned[8] Lcy;
|
2019-05-15 12:58:16 +00:00
|
|
|
alias geography.LcyInMetres=Lcy;
|