| 45 | | The '''data''' directory contained the model output. The '''2d''' subdirectory contained one netCDF file per day. Each of these contained the 2D variables representing the state of the ocean surface, as you can see in this [netCDF header]. The '''salt''', '''temp''', '''uvel''', and '''vvel''' subdirectories contained the salinity, temperature, eastward current velocity, and northward current velocity data, respectively. These also contained one netCDF per day, as shown above. Each netCDF contained a single physical variable ('''salinity''', '''temperature''', '''u''', or '''v''') as well as several auxiliary variables representing the grid coordinates, as you can see in this [netCDF header]. Each physical variable had four dimensions, time, depth, x, and y, with just one time slice but 33 depth slices. |
| | 45 | The '''data''' directory contained the model output. The '''2d''' subdirectory contained one netCDF file per day. Each of these contained the 2D variables representing the state of the ocean surface, as you can see in this [http://code.env.duke.edu/projects/mget/browser/WikiFiles/Examples/HYCOM/archv.2003_002_00_2d.txt?format=raw netCDF header]. The '''salt''', '''temp''', '''uvel''', and '''vvel''' subdirectories contained the salinity, temperature, eastward current velocity, and northward current velocity data, respectively. These also contained one netCDF per day, as shown above. Each netCDF contained a single physical variable ('''salinity''', '''temperature''', '''u''', or '''v''') as well as several auxiliary variables representing the grid coordinates, as you can see in this [http://code.env.duke.edu/projects/mget/browser/WikiFiles/Examples/HYCOM/archv.2003_002_00_3zt.txt?format=raw netCDF header]. Each physical variable had four dimensions, time, depth, x, and y, with just one time slice but 33 depth slices. |