| 1 |
Author: Sara Fletcher |
| 2 |
Date: 5/23/2003 |
| 3 |
|
| 4 |
This directory contains subroutines to write netCDF output files for the Ocean |
| 5 |
Inversion Project following the netCDF CDT conventions. These routines are |
| 6 |
derived from or generally follow OCMIP output routines. |
| 7 |
|
| 8 |
|
| 9 |
write_nc_phys.f- OCMIP routine to write the physics of the model |
| 10 |
|
| 11 |
write_nc_MaskAreaBathy.f- OCMIP routine to write the bathymetry and mask of |
| 12 |
the model- updated for the ocean iversion project to |
| 13 |
write the dye region area and mask. |
| 14 |
|
| 15 |
write_nc_basisfnctns.f- writes the basis functions |
| 16 |
|
| 17 |
write_nc_diag_0D.f and write_nc_diag_2d.f- write several quantities useful |
| 18 |
for diagnosing problems with the dyes |
| 19 |
handle_errors.f-- OCMIP routine needed to handle errors in the other |
| 20 |
routines. |
| 21 |
|
| 22 |
nc_util.f is a handy set of netCDF utilities required for the other programs. |