[Dart-dev] [4344] DART/trunk/models/POP/work/input.nml: recording the values used for most of the assimilations of late

nancy at ucar.edu nancy at ucar.edu
Thu Apr 8 15:26:39 MDT 2010


Revision: 4344
Author:   thoar
Date:     2010-04-08 15:26:39 -0600 (Thu, 08 Apr 2010)
Log Message:
-----------
recording the values used for most of the assimilations of late

Modified Paths:
--------------
    DART/trunk/models/POP/work/input.nml

-------------- next part --------------
Modified: DART/trunk/models/POP/work/input.nml
===================================================================
--- DART/trunk/models/POP/work/input.nml	2010-04-08 21:21:34 UTC (rev 4343)
+++ DART/trunk/models/POP/work/input.nml	2010-04-08 21:26:39 UTC (rev 4344)
@@ -123,6 +123,9 @@
                                 'XCTD_TEMPERATURE',
                                 'XBT_TEMPERATURE',
                                 'MBT_TEMPERATURE',
+                                'STD_SALINITY',
+                                'STD_TEMPERATURE',
+                                'APB_TEMPERATURE',
      evaluate_these_obs_types = 'SEA_SURFACE_HEIGHT',
                                 'U_CURRENT_COMPONENT',
                                 'V_CURRENT_COMPONENT'
@@ -176,6 +179,9 @@
    nmlfilename = 'dart_log.nml'
   /
 
+# Gregorian: 12 Z 1 January 1996 <==> DART: 144270 days 43200 seconds
+# Gregorian: 12 Z 1 January 2000 <==> DART: 145731 days 43200 seconds
+
 &restart_file_tool_nml
    input_file_name              = "filter_restart",
    output_file_name             = "filter_updated_restart",
@@ -258,33 +264,33 @@
 &obs_diag_nml
    obs_sequence_name = 'obs_seq.final',
    obs_sequence_list = '',
-   first_bin_center =  2000, 1, 1, 0, 0, 0 ,
-   last_bin_center  =  2000, 1,31, 0, 0, 0 ,
+   first_bin_center =  1998, 1, 3, 0, 0, 0 ,
+   last_bin_center  =  1998, 2, 1, 0, 0, 0 ,
    bin_separation   =     0, 0, 1, 0, 0, 0 ,
    bin_width        =     0, 0, 1, 0, 0, 0 ,
    time_to_skip     =     0, 0, 0, 0, 0, 0 ,
    max_num_bins     = 1000,
    rat_cri            = 3.0,
    input_qc_threshold = 1,
-   Nregions   = 3,
-   lonlim1    = 30.0,  130.0, 290.0,
-   lonlim2    = 130.0, 270.0, 380.0,
-   latlim1    = -50.0, -50.0, -50.0,
-   latlim2    =  20.0,  50.0,  50.0,
-   reg_names  = 'Indian Ocean', 'Pacific', 'Atlantic',
+   Nregions   = 4,
+   lonlim1    = 30.0,  130.0, 290.0, 290,
+   lonlim2    = 130.0, 270.0, 380.0, 380,
+   latlim1    = -50.0, -50.0, -50.0,  20,
+   latlim2    =  20.0,  50.0,  50.0,  50,
+   reg_names  = 'Indian Ocean', 'Pacific', 'Atlantic', 'North Atlantic',
    print_mismatched_locs = .false.,
    print_obs_locations   = .false.,
    verbose               = .true.,
    hlevel =  10.0,  20.0,   30.0,   40.0,  100.0,  
-            200.0, 500.0, 1000.0, 2000.0, 3000.0
+            200.0, 500.0, 1000.0, 2000.0, 
   /
 
 &schedule_nml
    calendar        = 'Gregorian',
-   first_bin_start =  1999, 12, 31, 12, 0, 0 ,
-   first_bin_end   =  2000,  1,  1, 12, 0, 0 ,
-   last_bin_end    =  2000,  2,  1, 12, 0, 0 ,
-   bin_interval_days    = 1,
+   first_bin_start =  1997, 12, 31, 12, 0, 0 ,
+   first_bin_end   =  1998,  1,  7, 12, 0, 0 ,
+   last_bin_end    =  1998,  2,  1, 12, 0, 0 ,
+   bin_interval_days    = 7,
    bin_interval_seconds = 0,
    max_num_bins         = 1000,
    print_table          = .true.


More information about the Dart-dev mailing list