[Dart-dev] DART/branches Revision: 12282

dart at ucar.edu dart at ucar.edu
Thu Jan 4 12:05:41 MST 2018


thoar at ucar.edu
2018-01-04 12:05:40 -0700 (Thu, 04 Jan 2018)
296
Modifying things so the developer_test/test_dart.csh can run pmo for 
POP, cam-fv, cice, and cm1.  clm still has a ways to go.

Making the pmo namelists consistent with the rma_trunk pmo,
making the times in the obs_seq.in files consistent with the model
time of the respective test input data.




Modified: DART/branches/rma_trunk/CHANGELOG
===================================================================
--- DART/branches/rma_trunk/CHANGELOG	2018-01-04 18:38:28 UTC (rev 12281)
+++ DART/branches/rma_trunk/CHANGELOG	2018-01-04 19:05:40 UTC (rev 12282)
@@ -620,7 +620,7 @@
 large ensemble sizes.
 
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-+ Jan 03 2018 :: reintegration of mmc branch                $Revision$
++ Jan 03 2018 :: reintegration of mmc branch                 Revision: 12272  
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
 - several model_mod_check programs were combined into a single 
@@ -666,11 +666,18 @@
            get_closest_state_time_to and get_initial_condition
 
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++ Jan 04 2018 :: test_dart.csh enhancements                 $Revision$
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+- developer_tests/test_dart.csh can run pmo for more models.
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 + MMM DD YYYY :: summary of next changes                    $Revision$
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
 - next ...
 
+
 # <next few lines under version control, do not edit>
 # $URL$
 # $Revision$

Modified: DART/branches/rma_trunk/models/POP/work/input.nml
===================================================================
--- DART/branches/rma_trunk/models/POP/work/input.nml	2018-01-04 18:38:28 UTC (rev 12281)
+++ DART/branches/rma_trunk/models/POP/work/input.nml	2018-01-04 19:05:40 UTC (rev 12282)
@@ -25,7 +25,6 @@
    silence                    = .false.
    distributed_state          = .true.
    tasks_per_model_advance    = 1
-   has_cycling                = .false.
   /
 
 &filter_nml

Modified: DART/branches/rma_trunk/models/cam-fv/work/input.nml
===================================================================
--- DART/branches/rma_trunk/models/cam-fv/work/input.nml	2018-01-04 18:38:28 UTC (rev 12281)
+++ DART/branches/rma_trunk/models/cam-fv/work/input.nml	2018-01-04 19:05:40 UTC (rev 12282)
@@ -111,7 +111,7 @@
      
 &perfect_model_obs_nml
    read_input_state_from_file = .true.,
-   input_state_files          = "perfect_ics.nc",
+   input_state_files          = "caminput.nc",
    init_time_days             = -1,
    init_time_seconds          = -1,
 
@@ -357,11 +357,8 @@
 &obs_kind_nml
    assimilate_these_obs_types = 'RADIOSONDE_TEMPERATURE',
                                 'RADIOSONDE_U_WIND_COMPONENT',
+                                'RADIOSONDE_V_WIND_COMPONENT',
                                 'GPSRO_REFRACTIVITY', 
-
-   evaluate_these_obs_types = 'RADIOSONDE_SPECIFIC_HUMIDITY',
-   /
-                                'RADIOSONDE_V_WIND_COMPONENT',
                                 'AIRCRAFT_TEMPERATURE',
                                 'ACARS_TEMPERATURE',
                                 'AIRCRAFT_U_WIND_COMPONENT',
@@ -370,6 +367,8 @@
                                 'ACARS_V_WIND_COMPONENT',
                                 'SAT_U_WIND_COMPONENT',
                                 'SAT_V_WIND_COMPONENT',
+   evaluate_these_obs_types = 'RADIOSONDE_SPECIFIC_HUMIDITY',
+   /
 
 
 !  : error codes >= TERMLEVEL will cause termination

Modified: DART/branches/rma_trunk/models/cam-fv/work/obs_seq.in
===================================================================
--- DART/branches/rma_trunk/models/cam-fv/work/obs_seq.in	2018-01-04 18:38:28 UTC (rev 12281)
+++ DART/branches/rma_trunk/models/cam-fv/work/obs_seq.in	2018-01-04 19:05:40 UTC (rev 12282)
@@ -26,10 +26,10 @@
           -1           2          -1
 obdef
 loc3d
-       2.12700000000000      -0.59000000000000  101000.00000000000000        2
+       2.12700000000000      -0.59000000000000  50000.00000000000000        2
 kind
            1
-     0     146827
+     0     140978
    1.96000000000000     
  OBS          2
    7.00000000000000     
@@ -37,10 +37,10 @@
            1           3          -1


More information about the Dart-dev mailing list