FV3 Bundle
|
Go to the source code of this file.
Functions/Subroutines | |
program | netcdf_to_odb2 |
Fortran program to convert the existing NetCDF file into an ODB-2. More... | |
subroutine | fail (messages) |
subroutine | get_netcdf_array (file_id, var_name, output_array) |
subroutine netcdf_to_odb2::fail | ( | character(len=*), dimension(:), intent(in) | messages | ) |
Definition at line 180 of file netcdf_to_odb2.F90.
subroutine netcdf_to_odb2::get_netcdf_array | ( | integer, intent(in) | file_id, |
character(len=*), intent(in) | var_name, | ||
real, dimension(:), intent(out), allocatable | output_array | ||
) |
program netcdf_to_odb2 | ( | ) |
Fortran program to convert the existing NetCDF file into an ODB-2.
Definition at line 8 of file netcdf_to_odb2.F90.