FV3 Bundle
netcdf_to_odb.F90 File Reference

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)
 

Function/Subroutine Documentation

◆ fail()

subroutine netcdf_to_odb::fail ( character(len=*), dimension(:), intent(in)  messages)

Definition at line 186 of file netcdf_to_odb.F90.

Here is the caller graph for this function:

◆ get_netcdf_array()

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.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ netcdf_to_odb()

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.

Here is the call graph for this function: