Skip to content
Snippets Groups Projects
Commit 26cfdc4f authored by Uwe Schulzweida's avatar Uwe Schulzweida
Browse files

added test/data/netcdf_testfile01.nc

parent 74d89f8d
No related branches found
No related tags found
No related merge requests found
......@@ -677,6 +677,9 @@ test/data/n32_con_ref -text
test/data/n32_laf_ref -text
test/data/n32_nn_ref -text
test/data/n32_ycon_ref -text
test/data/netcdf_testfile01.nc -text
test/data/netcdf_testfile01_info_ref -text
test/data/netcdf_testfile01_sinfo_ref -text
test/data/pl_data.grb -text
test/data/select1_ref -text
test/data/select2_ref -text
......
INPUTDATA = ts_mm_5years hl_l19.grb t21_geosp_tsurf.grb bathy4.grb pl_data.grb detrend_data
NETCDF_REF = netcdf_testfile01_sinfo_ref netcdf_testfile01_info_ref
TIMSTAT_REF = timmin_ref timmax_ref timsum_ref timavg_ref timmean_ref timstd_ref timstd1_ref timvar_ref timvar1_ref
SPECTRAL_REF = sp2gp_ref sp2gpl_ref gp2sp_ref gp2spl_ref
VERTINT_REF = ml2pl_ref
......
#!/bin/sh
#
CDO=cdo
CDO=cdo-1.6.4
#
FORMAT="-f srv -b 32"
#
########################################################################
#
# Test netCDF files
#
IFILES="testfile01"
for FILE in $IFILES; do
IFILE=netcdf_${FILE}.nc
OFILE=netcdf_${FILE}_sinfo_ref
$CDO sinfo $IFILE > $OFILE
OFILE=netcdf_${FILE}_info_ref
$CDO info $IFILE > $OFILE
done
########################################################################
#
# Timstat
#
IFILE=EH5_AMIP_1_TSURF_6H_1991-1995.grb
......
File added
-1 : Date Time Level Gridsize Miss : Minimum Mean Maximum : Parameter ID
1 : 0000-01-00 00:00:00 0 2592 0 : -48.800 3.1647 32.000 : -1
2 : 0000-02-00 00:00:00 0 2592 0 : -48.700 2.4530 30.800 : -1
3 : 0000-03-00 00:00:00 0 2592 0 : -62.300 2.2681 30.900 : -1
4 : 0000-04-00 00:00:00 0 2592 0 : -68.500 3.5152 32.700 : -1
5 : 0000-05-00 00:00:00 0 2592 0 : -69.200 5.4965 34.100 : -1
6 : 0000-06-00 00:00:00 0 2592 0 : -69.000 6.9265 35.200 : -1
7 : 0000-07-00 00:00:00 0 2592 0 : -70.300 7.2876 35.700 : -1
8 : 0000-08-00 00:00:00 0 2592 0 : -70.200 6.9544 35.000 : -1
9 : 0000-09-00 00:00:00 0 2592 0 : -68.900 5.8637 32.900 : -1
10 : 0000-10-00 00:00:00 0 2592 0 : -60.800 4.6208 30.700 : -1
11 : 0000-11-00 00:00:00 0 2592 0 : -47.000 3.8041 31.000 : -1
12 : 0000-12-00 00:00:00 0 2592 0 : -46.300 3.5452 31.800 : -1
File format : netCDF
-1 : Institut Source Ttype Levels Num Points Num Dtype : Parameter ID
1 : unknown unknown instant 1 1 2592 1 I16 : -1
Grid coordinates :
1 : lonlat : points=2592 (72x36)
lon : -177.5 to 177.5 by 5 degrees_east circular
lat : 87.5 to -87.5 by -5 degrees_north
Vertical coordinates :
1 : surface : levels=1
Time coordinate : 12 steps
YYYY-MM-DD hh:mm:ss YYYY-MM-DD hh:mm:ss YYYY-MM-DD hh:mm:ss YYYY-MM-DD hh:mm:ss
0000-01-00 00:00:00 0000-02-00 00:00:00 0000-03-00 00:00:00 0000-04-00 00:00:00
0000-05-00 00:00:00 0000-06-00 00:00:00 0000-07-00 00:00:00 0000-08-00 00:00:00
0000-09-00 00:00:00 0000-10-00 00:00:00 0000-11-00 00:00:00 0000-12-00 00:00:00
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment