FV3 Bundle
write_ocean_data.F90 File Reference
#include <netcdf.inc>
Include dependency graph for write_ocean_data.F90:

Go to the source code of this file.

Modules

module  write_ocean_data_mod
 

Functions/Subroutines

integer function, public write_ocean_data_mod::open_profile_file (name, nvar, grid_lon, grid_lat, thread, fset)
 
subroutine, public write_ocean_data_mod::write_profile (unit, profile)
 
subroutine, public write_ocean_data_mod::close_profile_file (unit)
 
subroutine, public write_ocean_data_mod::write_ocean_data_init ()
 

Variables

type(fieldtype), save write_ocean_data_mod::lon_field
 
type(fieldtype), save write_ocean_data_mod::lat_field
 
type(fieldtype), save write_ocean_data_mod::time_field
 
type(fieldtype), save write_ocean_data_mod::data_t_field
 
type(fieldtype), save write_ocean_data_mod::data_s_field
 
type(fieldtype), save write_ocean_data_mod::project_field
 
type(fieldtype), save write_ocean_data_mod::probe_field
 
type(fieldtype), save write_ocean_data_mod::ref_inst_field
 
type(fieldtype), save write_ocean_data_mod::fix_depth_field
 
type(fieldtype), save write_ocean_data_mod::database_id_field
 
type(fieldtype), save write_ocean_data_mod::profile_flag_field
 
type(fieldtype), save write_ocean_data_mod::profile_flag_s_field
 
type(fieldtype), save write_ocean_data_mod::temp_err_field
 
type(fieldtype), save write_ocean_data_mod::salt_err_field
 
type(fieldtype), save write_ocean_data_mod::flag_t_field
 
type(fieldtype), save write_ocean_data_mod::flag_s_field
 
type(fieldtype), save write_ocean_data_mod::ocn_vehicle_field
 
type(fieldtype), save write_ocean_data_mod::depth_field
 
type(fieldtype), save write_ocean_data_mod::nvar_field
 
type(fieldtype), save write_ocean_data_mod::lon_index_field
 
type(fieldtype), save write_ocean_data_mod::lat_index_field
 
type(fieldtype), save write_ocean_data_mod::yyyy_field
 
type(fieldtype), save write_ocean_data_mod::mmdd_field
 
type(fieldtype), save write_ocean_data_mod::link_field
 
integer, parameter write_ocean_data_mod::ref_yr =1900
 
integer, parameter write_ocean_data_mod::ref_mon =1
 
integer, parameter write_ocean_data_mod::ref_day =1
 
integer, parameter write_ocean_data_mod::ref_hr =0
 
integer, parameter write_ocean_data_mod::ref_min =0
 
integer, parameter write_ocean_data_mod::ref_sec =0
 
integer, parameter write_ocean_data_mod::max_files =1000
 
integer write_ocean_data_mod::ref_seconds
 
integer write_ocean_data_mod::ref_days
 
integer write_ocean_data_mod::chid
 
integer write_ocean_data_mod::wmo_id
 
integer, save write_ocean_data_mod::nvar_out
 
integer, dimension(max_files), save write_ocean_data_mod::sta_num
 
integer, dimension(max_files), save write_ocean_data_mod::unit_num
 
integer, save write_ocean_data_mod::nfiles
 
type(time_type) write_ocean_data_mod::ref_time
 
type(time_type) write_ocean_data_mod::time
 
logical write_ocean_data_mod::module_is_initialized =.false.