[Dart-dev] [6034] DART/branches/development/models/CESM/work: update pop -> cesm.

nancy at ucar.edu nancy at ucar.edu
Tue Apr 2 16:33:12 MDT 2013


Revision: 6034
Author:   nancy
Date:     2013-04-02 16:33:12 -0600 (Tue, 02 Apr 2013)
Log Message:
-----------
update pop -> cesm.

Modified Paths:
--------------
    DART/branches/development/models/CESM/work/input.nml

Added Paths:
-----------
    DART/branches/development/models/CESM/work/mkmf_cesm_to_dart
    DART/branches/development/models/CESM/work/mkmf_dart_to_cesm
    DART/branches/development/models/CESM/work/path_names_cesm_to_dart
    DART/branches/development/models/CESM/work/path_names_dart_to_cesm

Removed Paths:
-------------
    DART/branches/development/models/CESM/work/mkmf_dart_to_pop
    DART/branches/development/models/CESM/work/mkmf_pop_to_dart
    DART/branches/development/models/CESM/work/path_names_dart_to_pop
    DART/branches/development/models/CESM/work/path_names_pop_to_dart

-------------- next part --------------
Modified: DART/branches/development/models/CESM/work/input.nml
===================================================================
--- DART/branches/development/models/CESM/work/input.nml	2013-04-02 22:20:02 UTC (rev 6033)
+++ DART/branches/development/models/CESM/work/input.nml	2013-04-02 22:33:12 UTC (rev 6034)
@@ -109,26 +109,8 @@
   /
 
 &obs_kind_nml
-   assimilate_these_obs_types = 'FLOAT_TEMPERATURE',
-                                'FLOAT_SALINITY',
-                                'BOTTLE_SALINITY',
-                                'BOTTLE_TEMPERATURE',
-                                'DRIFTER_SALINITY',
-                                'DRIFTER_TEMPERATURE',
-                                'MOORING_SALINITY',
-                                'MOORING_TEMPERATURE',
-                                'CTD_SALINITY',
-                                'CTD_TEMPERATURE',
-                                'XCTD_SALINITY',
-                                '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'
+   assimilate_these_obs_types = 'XBT_TEMPERATURE',
+     evaluate_these_obs_types = ''
   /
 
 &preprocess_nml
@@ -136,7 +118,19 @@
    output_obs_kind_mod_file = '../../../obs_kind/obs_kind_mod.f90',
      input_obs_def_mod_file = '../../../obs_def/DEFAULT_obs_def_mod.F90',
     output_obs_def_mod_file = '../../../obs_def/obs_def_mod.f90',
-   input_files              = '../../../obs_def/obs_def_ocean_mod.f90'
+   input_files              = '../../../obs_def/obs_def_AIRS_mod.f90',
+                              '../../../obs_def/obs_def_COSMOS_mod.f90',
+                              '../../../obs_def/obs_def_altimeter_mod.f90',
+                              '../../../obs_def/obs_def_dew_point_mod.f90',
+                              '../../../obs_def/obs_def_gps_mod.f90',
+                              '../../../obs_def/obs_def_gts_mod.f90',
+                              '../../../obs_def/obs_def_metar_mod.f90',
+                              '../../../obs_def/obs_def_ocean_mod.f90',
+                              '../../../obs_def/obs_def_radar_mod.f90',
+                              '../../../obs_def/obs_def_reanalysis_bufr_mod.f90',
+                              '../../../obs_def/obs_def_rel_humidity_mod.f90',
+                              '../../../obs_def/obs_def_tower_mod.f90',
+   force = .true.,
   /
 
 &assim_model_nml

Copied: DART/branches/development/models/CESM/work/mkmf_cesm_to_dart (from rev 6027, DART/branches/development/models/CESM/work/mkmf_pop_to_dart)
===================================================================
--- DART/branches/development/models/CESM/work/mkmf_cesm_to_dart	                        (rev 0)
+++ DART/branches/development/models/CESM/work/mkmf_cesm_to_dart	2013-04-02 22:33:12 UTC (rev 6034)
@@ -0,0 +1,18 @@
+#!/bin/csh
+#
+# DART software - Copyright 2004 - 2011 UCAR. This open source software is
+# provided by UCAR, "as is", without charge, subject to all terms of use at
+# http://www.image.ucar.edu/DAReS/DART/DART_download
+#
+# $Id$
+
+../../../mkmf/mkmf -p cesm_to_dart -t ../../../mkmf/mkmf.template -c "-Duse_netCDF" \
+ -a "../../.." path_names_cesm_to_dart
+
+exit $status
+
+# <next few lines under version control, do not edit>
+# $URL$
+# $Revision$
+# $Date$
+

Copied: DART/branches/development/models/CESM/work/mkmf_dart_to_cesm (from rev 6027, DART/branches/development/models/CESM/work/mkmf_dart_to_pop)
===================================================================
--- DART/branches/development/models/CESM/work/mkmf_dart_to_cesm	                        (rev 0)
+++ DART/branches/development/models/CESM/work/mkmf_dart_to_cesm	2013-04-02 22:33:12 UTC (rev 6034)
@@ -0,0 +1,18 @@
+#!/bin/csh
+#
+# DART software - Copyright 2004 - 2011 UCAR. This open source software is
+# provided by UCAR, "as is", without charge, subject to all terms of use at
+# http://www.image.ucar.edu/DAReS/DART/DART_download
+#
+# $Id$
+
+../../../mkmf/mkmf -p dart_to_cesm -t ../../../mkmf/mkmf.template -c "-Duse_netCDF" \
+ -a "../../.." path_names_dart_to_cesm
+
+exit $status
+
+# <next few lines under version control, do not edit>
+# $URL$
+# $Revision$
+# $Date$
+

Deleted: DART/branches/development/models/CESM/work/mkmf_dart_to_pop
===================================================================
--- DART/branches/development/models/CESM/work/mkmf_dart_to_pop	2013-04-02 22:20:02 UTC (rev 6033)
+++ DART/branches/development/models/CESM/work/mkmf_dart_to_pop	2013-04-02 22:33:12 UTC (rev 6034)
@@ -1,18 +0,0 @@
-#!/bin/csh
-#
-# DART software - Copyright 2004 - 2011 UCAR. This open source software is
-# provided by UCAR, "as is", without charge, subject to all terms of use at
-# http://www.image.ucar.edu/DAReS/DART/DART_download
-#
-# $Id$
-
-../../../mkmf/mkmf -p dart_to_cesm -t ../../../mkmf/mkmf.template -c "-Duse_netCDF" \
- -a "../../.." path_names_dart_to_cesm
-
-exit $status
-
-# <next few lines under version control, do not edit>
-# $URL$
-# $Revision$
-# $Date$
-

Deleted: DART/branches/development/models/CESM/work/mkmf_pop_to_dart
===================================================================
--- DART/branches/development/models/CESM/work/mkmf_pop_to_dart	2013-04-02 22:20:02 UTC (rev 6033)
+++ DART/branches/development/models/CESM/work/mkmf_pop_to_dart	2013-04-02 22:33:12 UTC (rev 6034)
@@ -1,18 +0,0 @@
-#!/bin/csh
-#
-# DART software - Copyright 2004 - 2011 UCAR. This open source software is
-# provided by UCAR, "as is", without charge, subject to all terms of use at
-# http://www.image.ucar.edu/DAReS/DART/DART_download
-#
-# $Id$
-
-../../../mkmf/mkmf -p cesm_to_dart -t ../../../mkmf/mkmf.template -c "-Duse_netCDF" \
- -a "../../.." path_names_cesm_to_dart
-
-exit $status
-
-# <next few lines under version control, do not edit>
-# $URL$
-# $Revision$
-# $Date$
-

Copied: DART/branches/development/models/CESM/work/path_names_cesm_to_dart (from rev 6027, DART/branches/development/models/CESM/work/path_names_pop_to_dart)
===================================================================
--- DART/branches/development/models/CESM/work/path_names_cesm_to_dart	                        (rev 0)
+++ DART/branches/development/models/CESM/work/path_names_cesm_to_dart	2013-04-02 22:33:12 UTC (rev 6034)
@@ -0,0 +1,14 @@
+assim_model/assim_model_mod.f90
+common/types_mod.f90
+location/threed_sphere/location_mod.f90
+models/CESM/cesm_to_dart.f90
+models/CESM/model_mod.f90
+models/cam/cam_model_mod.f90
+models/POP/pop_model_mod.f90
+models/POP/dart_pop_mod.f90
+models/clm/clm_model_mod.f90
+mpi_utilities/null_mpi_utilities_mod.f90
+obs_kind/obs_kind_mod.f90
+random_seq/random_seq_mod.f90
+time_manager/time_manager_mod.f90
+utilities/utilities_mod.f90

Copied: DART/branches/development/models/CESM/work/path_names_dart_to_cesm (from rev 6027, DART/branches/development/models/CESM/work/path_names_dart_to_pop)
===================================================================
--- DART/branches/development/models/CESM/work/path_names_dart_to_cesm	                        (rev 0)
+++ DART/branches/development/models/CESM/work/path_names_dart_to_cesm	2013-04-02 22:33:12 UTC (rev 6034)
@@ -0,0 +1,14 @@
+assim_model/assim_model_mod.f90
+common/types_mod.f90
+location/threed_sphere/location_mod.f90
+models/CESM/dart_to_cesm.f90
+models/CESM/model_mod.f90
+models/cam/cam_model_mod.f90
+models/POP/pop_model_mod.f90
+models/POP/dart_pop_mod.f90
+models/clm/clm_model_mod.f90
+mpi_utilities/null_mpi_utilities_mod.f90
+obs_kind/obs_kind_mod.f90
+random_seq/random_seq_mod.f90
+time_manager/time_manager_mod.f90
+utilities/utilities_mod.f90

Deleted: DART/branches/development/models/CESM/work/path_names_dart_to_pop
===================================================================
--- DART/branches/development/models/CESM/work/path_names_dart_to_pop	2013-04-02 22:20:02 UTC (rev 6033)
+++ DART/branches/development/models/CESM/work/path_names_dart_to_pop	2013-04-02 22:33:12 UTC (rev 6034)
@@ -1,14 +0,0 @@
-assim_model/assim_model_mod.f90
-common/types_mod.f90
-location/threed_sphere/location_mod.f90
-models/CESM/dart_to_cesm.f90
-models/CESM/model_mod.f90
-models/cam/cam_model_mod.f90
-models/POP/pop_model_mod.f90
-models/POP/dart_pop_mod.f90
-models/clm/clm_model_mod.f90
-mpi_utilities/null_mpi_utilities_mod.f90
-obs_kind/obs_kind_mod.f90
-random_seq/random_seq_mod.f90
-time_manager/time_manager_mod.f90
-utilities/utilities_mod.f90

Deleted: DART/branches/development/models/CESM/work/path_names_pop_to_dart
===================================================================
--- DART/branches/development/models/CESM/work/path_names_pop_to_dart	2013-04-02 22:20:02 UTC (rev 6033)
+++ DART/branches/development/models/CESM/work/path_names_pop_to_dart	2013-04-02 22:33:12 UTC (rev 6034)
@@ -1,14 +0,0 @@
-assim_model/assim_model_mod.f90
-common/types_mod.f90
-location/threed_sphere/location_mod.f90
-models/CESM/cesm_to_dart.f90
-models/CESM/model_mod.f90
-models/cam/cam_model_mod.f90
-models/POP/pop_model_mod.f90
-models/POP/dart_pop_mod.f90
-models/clm/clm_model_mod.f90
-mpi_utilities/null_mpi_utilities_mod.f90
-obs_kind/obs_kind_mod.f90
-random_seq/random_seq_mod.f90
-time_manager/time_manager_mod.f90
-utilities/utilities_mod.f90


More information about the Dart-dev mailing list