Skip to content

Commit 8166cb2

Browse files
committed
change vertical resolution
1 parent c6f0023 commit 8166cb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/class/src/profiles.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export const NoProfile: ClassProfile = {
5656
export function generateProfiles(
5757
config: MixedLayerConfig & (WindConfig | NoWindConfig),
5858
output: ClassOutputAtSingleTime,
59-
dz = 1,
59+
dz = 10,
6060
): ClassProfile {
6161
const { Rd, cp, g } = CONSTANTS;
6262
const { h, theta, qt, u, v, dtheta, dqt, du, dv } = output;

0 commit comments

Comments
 (0)