[Dart-dev] [6777] DART/trunk/models/mpas_ocn: Changing the namelist to write out binary restart files, the ASCII versions

nancy at ucar.edu nancy at ucar.edu
Wed Jan 29 16:03:17 MST 2014


Revision: 6777
Author:   thoar
Date:     2014-01-29 16:03:17 -0700 (Wed, 29 Jan 2014)
Log Message:
-----------
Changing the namelist to write out binary restart files, the ASCII versions
are huge (but easily debugged). Now that this interface has matured past being
suspicious of the conversion routines, we can use binary files.

the input.nml.template file had sort of a crummy model_mod_check section.

Modified Paths:
--------------
    DART/trunk/models/mpas_ocn/shell_scripts/input.nml.template
    DART/trunk/models/mpas_ocn/work/input.nml

-------------- next part --------------
Modified: DART/trunk/models/mpas_ocn/shell_scripts/input.nml.template
===================================================================
--- DART/trunk/models/mpas_ocn/shell_scripts/input.nml.template	2014-01-29 23:01:13 UTC (rev 6776)
+++ DART/trunk/models/mpas_ocn/shell_scripts/input.nml.template	2014-01-29 23:03:17 UTC (rev 6777)
@@ -322,7 +322,6 @@
    outliers_in_histogram = .true.,
    use_zero_error_obs    = .false.,
    verbose               = .true.
-
    /
 
 
@@ -335,14 +334,14 @@
    kind_of_interest = 'KIND_DENSITY',
 
 &model_mod_check_nml
-   dart_input_file      = 'dart.second',
+   dart_input_file       = 'dart_ics',
    output_file           = 'check_me',
    advance_time_present  = .FALSE.,
    verbose               = .FALSE.,
    test1thru             = 10,
-   x_ind                = 300 ,
+   x_ind                 = 300 ,
    loc_of_interest       = 240.0, 0.0, 10000.0,
-   kind_of_interest       = 'KIND_TEMPERATURE',
+   kind_of_interest      = 'KIND_TEMPERATURE',
    interp_test_lonrange  = 0.0, 359.0,
    interp_test_dlon      = 1.0,
    interp_test_latrange  = -89.0, 89.0,

Modified: DART/trunk/models/mpas_ocn/work/input.nml
===================================================================
--- DART/trunk/models/mpas_ocn/work/input.nml	2014-01-29 23:01:13 UTC (rev 6776)
+++ DART/trunk/models/mpas_ocn/work/input.nml	2014-01-29 23:03:17 UTC (rev 6777)
@@ -180,7 +180,7 @@
    /
 
 &assim_model_nml
-   write_binary_restart_files = .false.,
+   write_binary_restart_files = .true.,
    netCDF_large_file_support  = .false.
    /
 


More information about the Dart-dev mailing list