chgres_cube  1.11.0
All Data Structures Namespaces Files Functions Variables Pages
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, public write_data::write_fv3_atm_bndy_data_netcdf (localpet)
 Writes atmospheric fields along the lateral boundary. More...
 
subroutine, public write_data::write_fv3_atm_data_netcdf (localpet)
 Write atmospheric coldstart files (netcdf format). More...
 
subroutine, public write_data::write_fv3_atm_header_netcdf (localpet)
 Writes atmospheric header file in netcdf format. More...
 
subroutine, public write_data::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

◆ write_fv3_atm_bndy_data_netcdf()

◆ write_fv3_atm_data_netcdf()

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

◆ write_fv3_atm_header_netcdf()

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

References atmosphere_target_data::levp1_target, program_setup::num_tracers, atmosphere_target_data::nvcoord_target, program_setup::use_thomp_mp_climo, and atmosphere_target_data::vcoord_target.

◆ write_fv3_sfc_data_netcdf()

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

References static_data::alnsf_target_grid, static_data::alnwf_target_grid, static_data::alvsf_target_grid, static_data::alvwf_target_grid, surface_target_data::c_0_target_grid, surface_target_data::c_d_target_grid, surface_target_data::canopy_mc_target_grid, program_setup::convert_nst, surface_target_data::d_conv_target_grid, surface_target_data::dt_cool_target_grid, surface_target_data::f10m_target_grid, static_data::facsf_target_grid, static_data::facwf_target_grid, surface_target_data::ffmm_target_grid, program_setup::halo_bndy, model_grid::i_target, surface_target_data::ifd_target_grid, model_grid::j_target, program_setup::lai_from_climo, surface_target_data::lai_target_grid, model_grid::landmask_target_grid, model_grid::latitude_target_grid, model_grid::longitude_target_grid, model_grid::lsoil_target, static_data::max_veg_greenness_target_grid, static_data::min_veg_greenness_target_grid, static_data::mxsno_albedo_target_grid, model_grid::num_tiles_target_grid, surface_target_data::q2m_target_grid, surface_target_data::qrain_target_grid, program_setup::regional, surface_target_data::seaice_depth_target_grid, surface_target_data::seaice_fract_target_grid, surface_target_data::seaice_skin_temp_target_grid, surface_target_data::skin_temp_target_grid, static_data::slope_type_target_grid, surface_target_data::snow_depth_target_grid, surface_target_data::snow_liq_equiv_target_grid, surface_target_data::soil_temp_target_grid, static_data::soil_type_target_grid, surface_target_data::soilm_liq_target_grid, surface_target_data::soilm_tot_target_grid, surface_target_data::srflag_target_grid, static_data::substrate_temp_target_grid, surface_target_data::t2m_target_grid, surface_target_data::tprcp_target_grid, surface_target_data::tref_target_grid, surface_target_data::ustar_target_grid, static_data::veg_greenness_target_grid, static_data::veg_type_target_grid, surface_target_data::w_0_target_grid, surface_target_data::w_d_target_grid, surface_target_data::xs_target_grid, surface_target_data::xt_target_grid, surface_target_data::xtts_target_grid, surface_target_data::xu_target_grid, surface_target_data::xv_target_grid, surface_target_data::xz_target_grid, surface_target_data::xzts_target_grid, surface_target_data::z0_target_grid, surface_target_data::z_c_target_grid, and surface_target_data::zm_target_grid.