[Dart-dev] DART/branches Revision: 11711

dart at ucar.edu dart at ucar.edu
Tue Jun 13 10:55:11 MDT 2017


hendric at ucar.edu
2017-06-13 10:55:10 -0600 (Tue, 13 Jun 2017)
72

missed some files that need to be restored to the
original rma_trunk.




Modified: DART/branches/rma_par_single_file/build_templates/mkmf.template
===================================================================
--- DART/branches/rma_par_single_file/build_templates/mkmf.template	2017-06-13 16:48:06 UTC (rev 11710)
+++ DART/branches/rma_par_single_file/build_templates/mkmf.template	2017-06-13 16:55:10 UTC (rev 11711)
@@ -87,8 +87,8 @@
 FFLAGS  = -O2 -ffree-line-length-none $(INCS)
 LDFLAGS = $(FFLAGS) $(LIBS)
 
-FFLAGS = -g -Wuninitialized -Wunused -ffree-line-length-none -fbounds-check \
-         -fbacktrace -ffpe-trap=invalid,zero,overflow $(INCS)
+# FFLAGS = -g -Wuninitialized -Wunused -ffree-line-length-none -fbounds-check \
+#          -fbacktrace -ffpe-trap=invalid,zero,overflow $(INCS)
 
 # <next few lines under version control, do not edit>
 # $URL$

Modified: DART/branches/rma_par_single_file/models/bgrid_solo/model_mod.f90
===================================================================
--- DART/branches/rma_par_single_file/models/bgrid_solo/model_mod.f90	2017-06-13 16:48:06 UTC (rev 11710)
+++ DART/branches/rma_par_single_file/models/bgrid_solo/model_mod.f90	2017-06-13 16:55:10 UTC (rev 11711)
@@ -73,6 +73,7 @@
                                  get_index_for_quantity
 
 
+
 ! routines used by rma
 use mpi_utilities_mod,     only : my_task_id, task_count
 

Modified: DART/branches/rma_par_single_file/models/bgrid_solo/work/input.nml
===================================================================
--- DART/branches/rma_par_single_file/models/bgrid_solo/work/input.nml	2017-06-13 16:48:06 UTC (rev 11710)
+++ DART/branches/rma_par_single_file/models/bgrid_solo/work/input.nml	2017-06-13 16:55:10 UTC (rev 11711)
@@ -63,16 +63,16 @@
    last_obs_days                = -1,
    last_obs_seconds             = -1,
 
-   inf_flavor                  = 2,                       0,
+   inf_flavor                  = 0,                       0,
    inf_initial_from_restart    = .false.,                 .false.,
    inf_sd_initial_from_restart = .false.,                 .false.,
    inf_deterministic           = .true.,                  .true.,
    inf_initial                 = 1.0,                     1.0,
-   inf_sd_initial              = 0.6,                     0.0,
+   inf_sd_initial              = 0.0,                     0.0,
    inf_damping                 = 1.0,                     1.0,
    inf_lower_bound             = 1.0,                     1.0,
    inf_upper_bound             = 1000000.0,               1000000.0,
-   inf_sd_lower_bound          = 0.6,                     0.0
+   inf_sd_lower_bound          = 0.0,                     0.0
 
    trace_execution              = .false.,
    output_timestamps            = .false.,


More information about the Dart-dev mailing list