You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ss << Util::formatDescription(" extrapolate=0","Allow OI to extrapolate increments. If 0, then increments are bounded by the increments at the observation sites.") << std::endl;
1065
1065
ss << Util::formatDescription(" minRho=0.0013","Perform localization by requiring this minimum rho value") << std::endl;
1066
1066
ss << Util::formatDescription(" maxBytes=6442450944","Don't allocate more than this many bytes when creating the localization information") << std::endl;
1067
-
ss << Util::formatDescription(" minEns=5","Switch to single-member mode if fewer than this number of members") << std::endl;
1068
-
ss << Util::formatDescription(" elevGradient=-0.0065","Use this elevation gradient to downscale background to obs") << std::endl;
1067
+
ss << Util::formatDescription(" minEns=5","Switch to single-member mode if fewer than this number of members available") << std::endl;
1068
+
ss << Util::formatDescription(" elevGradient=0","Elevation gradient when downscaling background to obs. Use -0.0065 for temperature.") << std::endl;
1069
1069
ss << Util::formatDescription(" useEns=1","Enable ensemble-mode. If 0, use single-member mode.") << std::endl;
1070
1070
ss << Util::formatDescription(" wmin=0.5","") << std::endl;
1071
1071
ss << Util::formatDescription(" epsilon=0.5","") << std::endl;
0 commit comments