chgres_cube  1.7.0
 All Data Structures Files Functions Variables
write_data Module Reference

Public Member Functions

subroutine, public write_fv3_atm_bndy_data_netcdf (localpet)
 Writes atmospheric fields along the lateral boundary. More...
 
subroutine, public write_fv3_atm_data_netcdf (localpet)
 Write atmospheric coldstart files (netcdf format). More...
 
subroutine, public write_fv3_atm_header_netcdf (localpet)
 Writes atmospheric header file in netcdf format. More...
 
subroutine, public write_fv3_sfc_data_netcdf (localpet)
 Writes surface and nst data into a 'coldstart' file (netcdf). More...
 

Detailed Description

Definition at line 1 of file write_data.F90.

Member Function/Subroutine Documentation

subroutine, public write_data::write_fv3_atm_bndy_data_netcdf ( integer, intent(in)  localpet)

Writes atmospheric fields along the lateral boundary.

For regional grids only. Output in netcdf format.

Parameters
[in]localpetESMF local persistent execution thread
Author
George Gayno NCEP/EMC

Definition at line 99 of file write_data.F90.

References error_handler(), and netcdf_err().

Referenced by atmosphere::atmosphere_driver().

subroutine, public write_data::write_fv3_atm_data_netcdf ( integer, intent(in)  localpet)

Write atmospheric coldstart files (netcdf format).

Routine writes tiled files in parallel. Tile 1 is written by localpet 0; tile 2 by localpet 1, etc. The number of pets must be equal to or greater than the number of tiled files.

Parameters
[in]localpetESMF local persistent execution thread
Author
George Gayno NCEP/EMC

Definition at line 1199 of file write_data.F90.

References error_handler(), and netcdf_err().

Referenced by atmosphere::atmosphere_driver().

subroutine, public write_data::write_fv3_atm_header_netcdf ( integer, intent(in)  localpet)

Writes atmospheric header file in netcdf format.

Parameters
[in]localpetESMF local persistent execution thread
Author
George Gayno NCEP/EMC

Definition at line 26 of file write_data.F90.

References netcdf_err().

Referenced by atmosphere::atmosphere_driver().

subroutine, public write_data::write_fv3_sfc_data_netcdf ( integer, intent(in)  localpet)

Writes surface and nst data into a 'coldstart' file (netcdf).

Parameters
[in]localpetESMF local persistent execution thread
Author
George Gayno NCEP/EMC

Definition at line 1806 of file write_data.F90.

References error_handler(), and netcdf_err().

Referenced by surface::surface_driver().


The documentation for this module was generated from the following file: