Skip to content

Commit

Permalink
Update bench/test_results
Browse files Browse the repository at this point in the history
git-svn-id: file:///home/users/tmap/svn/repos/ferret/trunk@25360 fdbf22ae-c210-0410-be80-ca943da6b8f8
  • Loading branch information
karlmsmith committed Jul 17, 2018
1 parent 5960f85 commit 6ebac87
Show file tree
Hide file tree
Showing 4 changed files with 70 additions and 5 deletions.
1 change: 1 addition & 0 deletions bench/TEST_SCRIPTS
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@ bn_center_keylab.jnl
bn741_bug_fixes.jnl
bn_use_agg.jnl
bn_ens_promote_global.jnl
bn743_bug_fixes.jnl
!
! bn_gif, bn_all_ef, and bn_startupfile at end
!
Expand Down
5 changes: 5 additions & 0 deletions bench/test_results/ferret_run_tests_err
Original file line number Diff line number Diff line change
Expand Up @@ -5707,6 +5707,11 @@ LIST/FORMAT=CDF/append/file=monthA.nc/t=1-dec-2018:31-dec-2018/bounds tvar
*** NOTE: /FILES is deprecated. Use /MEMBERS
*** Running ferret script: bn_ens_promote_global.jnl
*** NOTE: Variable "AIRT" excluded from aggregate: Not found in all member datasets
*** Running ferret script: bn743_bug_fixes.jnl
PERMANENT data cleared from memory
TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
LISTing to file a.nc
*** Running ferret script: bn_gif.jnl
**ERROR: dimensions improperly specified: specified data is not a line
- its a 2D region: "plot/i=1:10/j=1:20/nolabel i+j"
Expand Down
68 changes: 63 additions & 5 deletions bench/test_results/ferret_run_tests_log
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ Benchmark scripts that will be run:
bn741_bug_fixes.jnl
bn_use_agg.jnl
bn_ens_promote_global.jnl
bn743_bug_fixes.jnl
bn_gif.jnl
bn_ps.jnl
bn_all_ef.jnl
Expand Down Expand Up @@ -10519,7 +10520,7 @@ PPL$XPIXEL = "0"
PPL$YPIXEL = "0"
BYTEORDER = "LITTLE"
FERRET_VERSION = "7.42"
FERRET_PLATFORM = "Linux 3.10.0-862.3.2.el7.x86_64 64-bit"
FERRET_PLATFORM = "Linux 3.10.0-862.6.3.el7.x86_64 64-bit"
FERRET_PRECISION = "double"
NETCDF_VERSION = "4.4.1.1 of Jun 27 2017 09:17:01 $"
FERRET_MEMORY = "25.6"
Expand Down Expand Up @@ -10551,7 +10552,7 @@ PPL$XPIXEL = "0"
PPL$YPIXEL = "0"
BYTEORDER = "LITTLE"
FERRET_VERSION = "7.42"
FERRET_PLATFORM = "Linux 3.10.0-862.3.2.el7.x86_64 64-bit"
FERRET_PLATFORM = "Linux 3.10.0-862.6.3.el7.x86_64 64-bit"
FERRET_PRECISION = "double"
NETCDF_VERSION = "4.4.1.1 of Jun 27 2017 09:17:01 $"
FERRET_MEMORY = "25.6"
Expand Down Expand Up @@ -10729,7 +10730,7 @@ PPL$XPIXEL = "0"
PPL$YPIXEL = "0"
BYTEORDER = "LITTLE"
FERRET_VERSION = "7.42"
FERRET_PLATFORM = "Linux 3.10.0-862.3.2.el7.x86_64 64-bit"
FERRET_PLATFORM = "Linux 3.10.0-862.6.3.el7.x86_64 64-bit"
FERRET_PRECISION = "double"
NETCDF_VERSION = "4.4.1.1 of Jun 27 2017 09:17:01 $"
FERRET_MEMORY = "25.6"
Expand Down Expand Up @@ -62928,7 +62929,7 @@ list contents
SUBSET : 45 points (X)
1 / 1:" ! NOAA/PMEL TMAP"
2 / 2:" ! FERRET v7.42 (beta/debug)"
3 / 3:" ! Linux 3.10.0-862.3.2.el7.x86_64 64-bit - MM-DD-YY"
3 / 3:" ! Linux 3.10.0-862.6.3.el7.x86_64 64-bit - MM-DD-YY"
4 / 4:" ! DD-MON-YY HH:MM "
5 / 5:""
6 / 6:"! "
Expand Down Expand Up @@ -108916,6 +108917,63 @@ list model_run, title, investigator
2 / 2: "modelD" "Example datset 4" ""


*** Running ferret script: bn743_bug_fixes.jnl
! bn743_bug_fixes.jnl
! test various fixes that went into version 7.43
! 7/18 *acm*

GO bn_reset
cancel mode verify
ooooooooooooooooooooooooooooooooooooooooooo
GO err742_fillvalue_nan
! err742_fillvalue_nan.jnl
! issue 1883. _FillValue = nan, no missing_value

use fill_is_nan

show att TEMP_IR_UNCOR_MEAN
attributes for dataset: ./data/fill_is_nan.nc
TEMP_IR_UNCOR_MEAN._FillValue = NaN
TEMP_IR_UNCOR_MEAN.standard_name = sea_surface_skin_temperature
TEMP_IR_UNCOR_MEAN.long_name = Skin temperature
TEMP_IR_UNCOR_MEAN.units = degrees_c
show att O2_RBR_SAT_MEAN
attributes for dataset: ./data/fill_is_nan.nc
O2_RBR_SAT_MEAN.missing_value = NaN
O2_RBR_SAT_MEAN.long_name = Oxygen saturation
O2_RBR_SAT_MEAN.units = percent

! previously TEMP_IR_UNCOR_MEAN with only a _FillValue of NaN
! and no missing_vlue had no fill or missing attribute written

save/clobber/file=a.nc TEMP_IR_UNCOR_MEAN,O2_RBR_SAT_MEAN
sp ncdump -h a.nc
netcdf a {
dimensions:
OBS = 360 ;
TRAJECTORY = 1 ;
variables:
float TRAJECTORY(TRAJECTORY) ;
TRAJECTORY:long_name = "Trajectory/Drone ID" ;
TRAJECTORY:point_spacing = "even" ;
TRAJECTORY:axis = "E" ;
double TEMP_IR_UNCOR_MEAN(TRAJECTORY, OBS) ;
TEMP_IR_UNCOR_MEAN:_FillValue = -1.e+34 ;
TEMP_IR_UNCOR_MEAN:long_name = "Skin temperature" ;
TEMP_IR_UNCOR_MEAN:units = "degrees_c" ;
TEMP_IR_UNCOR_MEAN:history = "From fill_is_nan" ;
double O2_RBR_SAT_MEAN(TRAJECTORY, OBS) ;
O2_RBR_SAT_MEAN:missing_value = -1.e+34 ;
O2_RBR_SAT_MEAN:_FillValue = -1.e+34 ;
O2_RBR_SAT_MEAN:long_name = "Oxygen saturation" ;
O2_RBR_SAT_MEAN:units = "percent" ;
O2_RBR_SAT_MEAN:history = "From fill_is_nan" ;

// global attributes:
:history = "FERRET V7.42 DD-MON-YY" ;
:Conventions = "CF-1.6" ;
}

*** Running ferret script: bn_gif.jnl
! bn450_gif.JNL - copied from bn450_plot.jnl
! this journal file only tests the writing of gif file in batch mode using
Expand Down Expand Up @@ -110515,7 +110573,7 @@ PPL$XPIXEL = "0"
PPL$YPIXEL = "0"
BYTEORDER = "LITTLE"
FERRET_VERSION = "7.42"
FERRET_PLATFORM = "Linux 3.10.0-862.3.2.el7.x86_64 64-bit"
FERRET_PLATFORM = "Linux 3.10.0-862.6.3.el7.x86_64 64-bit"
FERRET_PRECISION = "double"
NETCDF_VERSION = "4.4.1.1 of Jun 27 2017 09:17:01 $"
FERRET_MEMORY = "31"
Expand Down
1 change: 1 addition & 0 deletions bench/test_results/ferret_run_tests_ncdump
Original file line number Diff line number Diff line change
Expand Up @@ -3102,6 +3102,7 @@ variables:
*** Running ferret script: bn741_bug_fixes.jnl
*** Running ferret script: bn_use_agg.jnl
*** Running ferret script: bn_ens_promote_global.jnl
*** Running ferret script: bn743_bug_fixes.jnl
*** Running ferret script: bn_gif.jnl
*** Running ferret script: bn_ps.jnl
*** Running ferret script: bn_all_ef.jnl
Expand Down

0 comments on commit 6ebac87

Please sign in to comment.