[Dart-dev] DART/branches Revision: 12033
dart at ucar.edu
dart at ucar.edu
Fri Nov 3 08:55:31 MDT 2017
nancy at ucar.edu
2017-11-03 08:55:31 -0600 (Fri, 03 Nov 2017)
55
avoid errors for high check; come back to this later.
Modified: DART/branches/recam/models/cam-fv/work/input.nml
===================================================================
--- DART/branches/recam/models/cam-fv/work/input.nml 2017-11-03 14:54:23 UTC (rev 12032)
+++ DART/branches/recam/models/cam-fv/work/input.nml 2017-11-03 14:55:31 UTC (rev 12033)
@@ -258,8 +258,8 @@
pert_names = 'T'
pert_sd = 0.1,
pert_base_vals = -888888.0d0,
- highest_obs_pressure_Pa = 0.001,
- highest_state_pressure_Pa = 0.0,
+ highest_obs_pressure_Pa = 300.0,
+ highest_state_pressure_Pa = 300.0,
max_obs_lat_degree = 90.0,
Time_step_seconds = 21600,
Time_step_days = 0,
More information about the Dart-dev
mailing list