chgres_cube
1.5.0
|
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... | |
Writes the tiled and header files expected by the forecast model.
Write out target grid data into appropriate files for the forecast model.
Definition in file write_data.F90.
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.
[in] | localpet | ESMF local persistent execution thread |
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.
[in] | localpet | ESMF local persistent execution thread |
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.
[in] | localpet | ESMF local persistent execution thread |
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).
[in] | localpet | ESMF local persistent execution thread |
Definition at line 1808 of file write_data.F90.
References error_handler(), and netcdf_err().
Referenced by surface::surface_driver().