[Dart-dev] DART/branches Revision: 13112

dart at ucar.edu dart at ucar.edu
Tue Apr 16 11:32:19 MDT 2019


nancy at ucar.edu
2019-04-16 11:32:19 -0600 (Tue, 16 Apr 2019)
133
pull out a single day from the year-long file that
fred has, for testing.  change the input.nml to use
that instead of fred's file.




Added: DART/branches/rma_trunk/observations/obs_converters/SST/data/sst.jan1.2004.nc
===================================================================
(Binary files differ)

Index: DART/branches/rma_trunk/observations/obs_converters/SST/data/sst.jan1.2004.nc
===================================================================
--- DART/branches/rma_trunk/observations/obs_converters/SST/data/sst.jan1.2004.nc	2019-04-16 17:31:28 UTC (rev 13111)
+++ DART/branches/rma_trunk/observations/obs_converters/SST/data/sst.jan1.2004.nc	2019-04-16 17:32:19 UTC (rev 13112)

Property changes on: DART/branches/rma_trunk/observations/obs_converters/SST/data/sst.jan1.2004.nc
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/x-netcdf
\ No newline at end of property
Modified: DART/branches/rma_trunk/observations/obs_converters/SST/work/input.nml
===================================================================
--- DART/branches/rma_trunk/observations/obs_converters/SST/work/input.nml	2019-04-16 17:31:28 UTC (rev 13111)
+++ DART/branches/rma_trunk/observations/obs_converters/SST/work/input.nml	2019-04-16 17:32:19 UTC (rev 13112)
@@ -16,9 +16,11 @@
 
 # the time of the observations is appended to the output_file_base to result in names like
 # obs_seq_oisst.2004-01-03-00000     (the format used by CESM)
+# full year here:
+#   input_file       = '/glade/p/univ/cmia0001/Observations/OI.SST.v2/sst.day.mean.2004.nc'
 
 &oi_sst_to_obs_nml
-   input_file       = '/gpfs/fs1/p/univ/cmia0001/Observations/OI.SST.v2/sst.day.mean.2004.nc'
+   input_file       = '../data/sst.jan1.2004.nc'
    output_file_base = 'obs_seq_oisst'
    sst_error_std    = 0.3
    subsample_intv   = 2


More information about the Dart-dev mailing list