[Dart-dev] DART/branches Revision: 11099
dart at ucar.edu
dart at ucar.edu
Mon Feb 13 11:05:27 MST 2017
nancy at ucar.edu
2017-02-13 11:05:27 -0700 (Mon, 13 Feb 2017)
119
the location nml was empty. i pasted in the defaults
but i'm not sure they are the right settings for the test case.
Modified: DART/branches/rma_single_file/models/cm1/work/input.nml
===================================================================
--- DART/branches/rma_single_file/models/cm1/work/input.nml 2017-02-13 18:03:32 UTC (rev 11098)
+++ DART/branches/rma_single_file/models/cm1/work/input.nml 2017-02-13 18:05:27 UTC (rev 11099)
@@ -66,6 +66,21 @@
&location_nml
+ nx = 10
+ ny = 10
+ nz = 10
+ x_is_periodic = .false.
+ min_x_for_periodic = 0.0
+ max_x_for_periodic = 1.0
+ y_is_periodic = .false.
+ min_y_for_periodic = 0.0
+ max_y_for_periodic = 1.0
+ z_is_periodic = .false.
+ min_z_for_periodic = 0.0
+ max_z_for_periodic = 1.0
+ compare_to_correct = .false.
+ output_box_info = .false.
+ print_box_level = 0
/
More information about the Dart-dev
mailing list