You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Variable names: Masked Daytime Sea Surface Temperature
241
-
## data.frame (rows/columns): [860256 X 4]
242
-
## # A tibble: 860,256 × 4
243
-
## time lat lon sst
244
-
## <chr> <dbl> <dbl> <dbl>
245
-
## 1 2010-01-16T00:00:00Z 2.02 -92.0 26.5
246
-
## 2 2010-01-16T00:00:00Z 2.02 -92.0 26.4
247
-
## 3 2010-01-16T00:00:00Z 2.02 -91.9 26.6
248
-
## 4 2010-01-16T00:00:00Z 2.02 -91.9 26.6
249
-
## 5 2010-01-16T00:00:00Z 2.02 -91.9 26.7
250
-
## 6 2010-01-16T00:00:00Z 2.02 -91.8 26.7
251
-
## 7 2010-01-16T00:00:00Z 2.02 -91.8 26.8
252
-
## 8 2010-01-16T00:00:00Z 2.02 -91.7 26.5
253
-
## 9 2010-01-16T00:00:00Z 2.02 -91.7 26.1
254
-
## 10 2010-01-16T00:00:00Z 2.02 -91.6 26.4
255
-
## # … with 860,246 more rows
272
+
## Variable names: Air Temperature Monthly Mean at Surface, Cloudiness Monthly Mean at Surface, Latent Heat Parameter Monthly Mean at Surface, Sat Sp Hum at Sst Minus Sp Hum Monthly Mean at Surface, Relative Humidity Monthly Mean at Surface, Sensible Heat Parameter Monthly Mean at Surface, Specific Humidity Monthly Mean at Surface, Sea Level Pressure Monthly Mean at Surface, Sea-air Temperature Difference Monthly Mean at Surface, Sea Surface Temperature Monthly Mean at Surface, Sensible Heat Trans Eastward Param Monthly Mean at Surface, Zonal Latent Heat Parameter Monthly Mean at Surface, u-wind Stress Monthly Mean at Surface, Latent Heat Trans Eastward Param Monthly Mean at Surface, u-wind Monthly Mean at Surface, Sensible Heat Trans Northward Param Monthly Mean at Surface, Meridional Latent Heat Parameter Monthly Mean at Surface, v-wind Stress Monthly Mean at Surface, Latent Heat Trans Northward Param Monthly Mean at Surface, v-wind Monthly Mean at Surface, Scalar Wind Monthly Mean at Surface, Scalar Wind Cubed Monthly Mean at Surface
273
+
## data.frame (rows/columns): [585 X 25]
274
+
## # A tibble: 585 × 25
275
+
## longi…¹ latit…² time air cldc lflx qsminq rhum sflx shum slp smina
Tenemos primero que subir los datos a nuestra sesion.
269
304
270
305
```r
271
306
temp_sup_ec<- raster(archivo)
307
+
```
308
+
309
+
## Warning in .varName(nc, varname, warn = warn): varname used is: air
310
+
## If that is not correct, you can set it to one of: air, cldc, lflx, qsminq, rhum, sflx, shum, slp, smina, sst, uairt, ulflx, upstr, uspeh, uwnd, vairt, vlflx, vpstr, vspeh, vwnd, wspd, wspd3
0 commit comments