|
| 1 | +netcdf PE_mro_mean_prv_4km_120psummer_cor { |
| 2 | +dimensions: |
| 3 | + lat = 4320 ; |
| 4 | + lon = 8640 ; |
| 5 | +variables: |
| 6 | + float latitude(lat) ; |
| 7 | + latitude:_FillValue = -999.f ; |
| 8 | + latitude:units = "degrees north" ; |
| 9 | + latitude:_Storage = "contiguous" ; |
| 10 | + latitude:_Endianness = "little" ; |
| 11 | + float longitude(lon) ; |
| 12 | + longitude:_FillValue = -999.f ; |
| 13 | + longitude:units = "degrees east" ; |
| 14 | + longitude:_Storage = "contiguous" ; |
| 15 | + longitude:_Endianness = "little" ; |
| 16 | + double sigma(lat, lon) ; |
| 17 | + sigma:_FillValue = -999. ; |
| 18 | + sigma:units = "mg m-3" ; |
| 19 | + sigma:_Storage = "contiguous" ; |
| 20 | + sigma:_Endianness = "little" ; |
| 21 | + double zm(lat, lon) ; |
| 22 | + zm:_FillValue = -999. ; |
| 23 | + zm:units = "m" ; |
| 24 | + zm:_Storage = "contiguous" ; |
| 25 | + zm:_Endianness = "little" ; |
| 26 | + double rho(lat, lon) ; |
| 27 | + rho:_FillValue = -999. ; |
| 28 | + rho:units = "dimensionless" ; |
| 29 | + rho:_Storage = "contiguous" ; |
| 30 | + rho:_Endianness = "little" ; |
| 31 | + double alphaB(lat, lon) ; |
| 32 | + alphaB:_FillValue = -999. ; |
| 33 | + alphaB:units = "mgC mgChl-1 h-1 (W m-2)-1" ; |
| 34 | + alphaB:_Storage = "contiguous" ; |
| 35 | + alphaB:_Endianness = "little" ; |
| 36 | + double PmB(lat, lon) ; |
| 37 | + PmB:_FillValue = -999. ; |
| 38 | + PmB:units = "mgC mgChl-1 h-1" ; |
| 39 | + PmB:_Storage = "contiguous" ; |
| 40 | + PmB:_Endianness = "little" ; |
| 41 | + double lat(lat) ; |
| 42 | + lat:_FillValue = NaN ; |
| 43 | + lat:_Storage = "contiguous" ; |
| 44 | + lat:_Endianness = "little" ; |
| 45 | + double lon(lon) ; |
| 46 | + lon:_FillValue = NaN ; |
| 47 | + lon:_Storage = "contiguous" ; |
| 48 | + lon:_Endianness = "little" ; |
| 49 | + |
| 50 | +// global attributes: |
| 51 | + :description = "Physio_parameters_summer" ; |
| 52 | + :source = "netCDF3 python" ; |
| 53 | + :history = "Created Thu Jul 4 09:46:47 2024" ; |
| 54 | + :_NCProperties = "version=2,netcdf=4.9.2,hdf5=1.14.3" ; |
| 55 | + :_SuperblockVersion = 2 ; |
| 56 | + :_IsNetcdf4 = 1 ; |
| 57 | + :_Format = "netCDF-4" ; |
| 58 | +} |
0 commit comments