[Dart-dev] [4419] DART/trunk/models/MITgcm_ocean/work: Adding support for converting obs_seq files to netCDF.

nancy at ucar.edu nancy at ucar.edu
Mon Jul 12 13:41:00 MDT 2010


Revision: 4419
Author:   thoar
Date:     2010-07-12 13:41:00 -0600 (Mon, 12 Jul 2010)
Log Message:
-----------
Adding support for converting obs_seq files to netCDF.
Ganesh might want these.

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

Added Paths:
-----------
    DART/trunk/models/MITgcm_ocean/work/mkmf_obs_seq_to_netcdf
    DART/trunk/models/MITgcm_ocean/work/path_names_obs_seq_to_netcdf

-------------- next part --------------
Modified: DART/trunk/models/MITgcm_ocean/work/input.nml
===================================================================
--- DART/trunk/models/MITgcm_ocean/work/input.nml	2010-07-09 22:28:28 UTC (rev 4418)
+++ DART/trunk/models/MITgcm_ocean/work/input.nml	2010-07-12 19:41:00 UTC (rev 4419)
@@ -305,3 +305,31 @@
 &obs_def_ocean_nml
    max_radial_vel_obs = 1000000
  /
+
+# The obs_seq_to_netcdf_nml and schedule_nml are used to convert 
+# observation sequence files to netCDF files.
+# note that only one of name or list can be used, and the other
+# must be set to '' to avoid ambiguity.
+
+&obs_seq_to_netcdf_nml
+   obs_sequence_name = 'obs_seq.final',
+   obs_sequence_list = '',
+   append_to_netcdf  = .false.,
+   lonlim1    =    0.0,
+   lonlim2    =  360.0,
+   latlim1    =  -90.0,
+   latlim2    =   90.0,
+   verbose    = .false.
+   /
+
+&schedule_nml
+   calendar       = 'Gregorian',
+   first_bin_start =  2008, 9, 7, 0, 0, 0 ,
+   first_bin_end   =  2008, 9, 7, 2, 0, 0 ,
+   last_bin_end    =  2008, 9,11, 0, 0, 0 ,
+   bin_interval_days    = 0,
+   bin_interval_seconds = 21600,
+   max_num_bins         = 1000,
+   print_table          = .true.
+   /
+

Added: DART/trunk/models/MITgcm_ocean/work/mkmf_obs_seq_to_netcdf
===================================================================
--- DART/trunk/models/MITgcm_ocean/work/mkmf_obs_seq_to_netcdf	                        (rev 0)
+++ DART/trunk/models/MITgcm_ocean/work/mkmf_obs_seq_to_netcdf	2010-07-12 19:41:00 UTC (rev 4419)
@@ -0,0 +1,18 @@
+#!/bin/csh
+#
+# DART software - Copyright \xA9 2004 - 2010 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 obs_seq_to_netcdf -t ../../../mkmf/mkmf.template -c"-Duse_netCDF" \
+ -a "../../.." path_names_obs_seq_to_netcdf
+
+exit $status
+
+# <next few lines under version control, do not edit>
+# $URL$
+# $Revision$
+# $Date$
+


Property changes on: DART/trunk/models/MITgcm_ocean/work/mkmf_obs_seq_to_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/trunk/models/MITgcm_ocean/work/path_names_obs_seq_to_netcdf
===================================================================
--- DART/trunk/models/MITgcm_ocean/work/path_names_obs_seq_to_netcdf	                        (rev 0)
+++ DART/trunk/models/MITgcm_ocean/work/path_names_obs_seq_to_netcdf	2010-07-12 19:41:00 UTC (rev 4419)
@@ -0,0 +1,14 @@
+assim_model/assim_model_mod.f90
+common/types_mod.f90
+location/threed_sphere/location_mod.f90
+models/MITgcm_ocean/model_mod.f90
+mpi_utilities/null_mpi_utilities_mod.f90
+obs_def/obs_def_mod.f90
+obs_kind/obs_kind_mod.f90
+obs_sequence/obs_sequence_mod.f90
+obs_sequence/obs_seq_to_netcdf.f90
+random_nr/random_nr_mod.f90
+random_seq/random_seq_mod.f90
+time_manager/schedule_mod.f90
+time_manager/time_manager_mod.f90
+utilities/utilities_mod.f90


More information about the Dart-dev mailing list