We have located the "_ice" and the "_sur" files that on the Navy storage archive that have the data you were seeking. If you are interested in the entire reanalysis time series, then this will take several days/weeks to download, unpack, and publish to
. We will set up an equivalent THREDDS aggregation catalog as the reanalysis and include these 1-hrly surface fields as a separate dataset. If you only need the variables from the _ice files then I will start with downloading those.
We save this in the "_ice" file:
short sst(time, lat, lon) ;
short sss(time, lat, lon) ;
short ssu(time, lat, lon) ;
short ssv(time, lat, lon) ;
short sic(time, lat, lon) ;
short sih(time, lat, lon) ;
short siu(time, lat, lon) ;
short siv(time, lat, lon) ;
short surtx(time, lat, lon) ;
short surty(time, lat, lon) ;
This is available hourly, in daily tar bundles:
The "sur" file is also hourly and is bigger mostly because it contains floats:
float qtot(time, lat, lon) ;
float emp(time, lat, lon) ;
float steric_ssh(time, lat, lon) ;
float ssh(time, lat, lon) ;
float u_barotropic_velocity(time, lat, lon) ;
float v_barotropic_velocity(time, lat, lon) ;
float surface_boundary_layer_thickness(time, lat, lon) ;
float mixed_layer_thickness(time, lat, lon) ;