[Dart-dev] [5775] DART/branches/development/observations/snow/work: new converter which reads modis netcdf files.

nancy at ucar.edu nancy at ucar.edu
Thu Jul 5 15:57:44 MDT 2012


Revision: 5775
Author:   nancy
Date:     2012-07-05 15:57:43 -0600 (Thu, 05 Jul 2012)
Log Message:
-----------
new converter which reads modis netcdf files.

Modified Paths:
--------------
    DART/branches/development/observations/snow/work/input.nml

Added Paths:
-----------
    DART/branches/development/observations/snow/work/mkmf_snow_to_obs_netcdf
    DART/branches/development/observations/snow/work/path_names_snow_to_obs_netcdf

-------------- next part --------------
Modified: DART/branches/development/observations/snow/work/input.nml
===================================================================
--- DART/branches/development/observations/snow/work/input.nml	2012-07-05 18:36:54 UTC (rev 5774)
+++ DART/branches/development/observations/snow/work/input.nml	2012-07-05 21:57:43 UTC (rev 5775)
@@ -1,15 +1,25 @@
 
+# this was using obs_def_land_mod, but the type moved to
+# the tower obs_def.  it probably belongs in a different
+# obs_def mod; perhaps MODIS or something.
 &preprocess_nml
     input_obs_kind_mod_file = '../../../obs_kind/DEFAULT_obs_kind_mod.F90',
    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_land_mod.f90',
+   input_files              = '../../../obs_def/obs_def_tower_mod.f90',
  /
 
 &snow_to_obs_nml
  /
 
+&snow_to_obs_nc_nml
+   year = 2002, 
+   doy  = 327,
+   snow_input_file = '../data/MOD10_L2.A2002327.0000.005.2007231010135.nc', 
+   debug = .true.,
+ /
+
 &obs_kind_nml
  /
 

Added: DART/branches/development/observations/snow/work/mkmf_snow_to_obs_netcdf
===================================================================
--- DART/branches/development/observations/snow/work/mkmf_snow_to_obs_netcdf	                        (rev 0)
+++ DART/branches/development/observations/snow/work/mkmf_snow_to_obs_netcdf	2012-07-05 21:57:43 UTC (rev 5775)
@@ -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 snow_to_obs_netcdf -t ../../../mkmf/mkmf.template -c"-Duse_netCDF" \
+ -x -a "../../.." path_names_snow_to_obs_netcdf
+
+exit $status
+
+# <next few lines under version control, do not edit>
+# $URL$
+# $Revision$
+# $Date$
+


Property changes on: DART/branches/development/observations/snow/work/mkmf_snow_to_obs_netcdf
___________________________________________________________________
Added: svn:executable
   + *
Added: svn:mime-type
   + text/plain
Added: svn:keywords
   + Date Rev Author HeadURL Id
Added: svn:eol-style
   + native

Added: DART/branches/development/observations/snow/work/path_names_snow_to_obs_netcdf
===================================================================
--- DART/branches/development/observations/snow/work/path_names_snow_to_obs_netcdf	                        (rev 0)
+++ DART/branches/development/observations/snow/work/path_names_snow_to_obs_netcdf	2012-07-05 21:57:43 UTC (rev 5775)
@@ -0,0 +1,14 @@
+observations/snow/snow_to_obs_netcdf.f90
+observations/utilities/obs_utilities_mod.f90
+location/threed_sphere/location_mod.f90
+obs_sequence/obs_sequence_mod.f90
+obs_kind/obs_kind_mod.f90
+obs_def/obs_def_mod.f90
+assim_model/assim_model_mod.f90
+models/template/model_mod.f90
+common/types_mod.f90
+random_seq/random_seq_mod.f90
+random_nr/random_nr_mod.f90
+utilities/utilities_mod.f90
+time_manager/time_manager_mod.f90
+mpi_utilities/null_mpi_utilities_mod.f90


More information about the Dart-dev mailing list