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