SAMSIM
Modules | Functions/Subroutines
mo_output.f90 File Reference

Modules

module  mo_output
 All things output.
 

Functions/Subroutines

subroutine, public mo_output::output_settings (description, testcase, N_top, N_bottom, Nlayer, fl_q_bottom, T_bottom, S_bu_bottom, thick_0, time_out, time_total, dt, boundflux_flag, atmoflux_flag, albedo_flag, grav_flag, flush_flag, flood_flag, grav_heat_flag, flush_heat_flag, harmonic_flag, prescribe_flag, salt_flag, turb_flag, bottom_flag, tank_flag, precip_flag, bgc_flag, N_bgc, k_snow_flush)
 Settings output. More...
 
subroutine, public mo_output::output (Nlayer, T, psi_s, psi_l, thick, S_bu, ray, format_T, format_psi, format_thick, format_snow, freeboard, thick_snow, T_snow, psi_l_snow, psi_s_snow, energy_stored, freshwater, total_resist, thickness, bulk_salin, grav_drain, grav_salt, grav_temp, T2m, T_top, perm, format_perm, flush_v, flush_h, psi_g, melt_thick_output, format_melt)
 Standard output. More...
 
subroutine, public mo_output::output_bgc (Nlayer, N_active, bgc_bottom, N_bgc, bgc_abs, psi_l, thick, m, format_bgc)
 Standard bgc output. More...
 
subroutine, public mo_output::output_raw (Nlayer, N_active, time, T, thick, S_bu, psi_s, psi_l, psi_g)
 Output for debugging purposes. More...
 
subroutine, public mo_output::output_raw_snow (time, T_snow, thick_snow, S_abs_snow, m_snow, psi_s_snow, psi_l_snow, psi_g_snow)
 Output for debugging purposes. More...
 
subroutine, public mo_output::output_raw_lay (Nlayer, N_active, H_abs, m, S_abs, thick, string)
 Output for debugging layer dynamics.. More...
 
subroutine, public mo_output::output_begin (Nlayer, debug_flag, format_T, format_psi, format_thick, format_snow, format_T2m_top, format_perm, format_melt)
 Output files are opened and format strings are created. More...
 
subroutine, public mo_output::output_begin_bgc (Nlayer, N_bgc, format_bgc)
 Output files for bgc are opened and format strings are created. More...