chgres_cube  1.3.0
 All Data Structures Files Functions Variables
write_data.F90 File Reference

Writes the tiled and header files expected by the forecast model. More...

Go to the source code of this file.

Functions/Subroutines

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

Detailed Description

Writes the tiled and header files expected by the forecast model.

Author
George Gayno NCEP/EMC

Write out target grid data into appropriate files for the forecast model.

Definition in file write_data.F90.

Function/Subroutine Documentation

subroutine 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 88 of file write_data.F90.

References error_handler(), and netcdf_err().

Referenced by atmosphere::atmosphere_driver().

subroutine 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 1194 of file write_data.F90.

References error_handler(), and netcdf_err().

Referenced by atmosphere::atmosphere_driver().

subroutine 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 15 of file write_data.F90.

References netcdf_err().

Referenced by atmosphere::atmosphere_driver().

subroutine 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 1807 of file write_data.F90.

References error_handler(), and netcdf_err().

Referenced by surface::surface_driver().