SCALE-RM
Data Types | Modules | Functions/Subroutines
scale_history.F90 File Reference

Go to the source code of this file.

Modules

module  scale_history
 module HISTORY
 

Functions/Subroutines

subroutine, public scale_history::hist_setup
 Setup. More...
 
subroutine, public scale_history::hist_switch (switch)
 set switch More...
 
subroutine, public scale_history::hist_setpres (PRES, SFC_PRES)
 set interpolation factor for pressure coordinate More...
 
subroutine, public scale_history::hist_reg (itemid, item, desc, unit, ndim, xdim, ydim, zdim)
 Register/Append variable to history file. More...
 
subroutine, public scale_history::hist_query (itemid, answer)
 Check time to putting data. More...
 
subroutine scale_history::hist_put_0d (itemid, var)
 Put 1D data to history buffer. More...
 
subroutine scale_history::hist_put_1d (itemid, var)
 Put 1D data to history buffer. More...
 
subroutine scale_history::hist_put_2d (itemid, var, nohalo)
 Put 2D data to history buffer. More...
 
subroutine scale_history::hist_put_3d (itemid, var, xdim, ydim, zdim, nohalo)
 Put 3D data to history buffer. More...
 
subroutine scale_history::hist_in_0d (var, item, desc, unit)
 Wrapper routine of HIST_reg+HIST_put 0D. More...
 
subroutine scale_history::hist_get_2d (var, basename, varname, step, allow_missing)
 Get 2D data from file. More...
 
subroutine scale_history::hist_get_3d (var, basename, varname, step, allow_missing)
 Get 3D data from file. More...
 
subroutine, public scale_history::hist_write
 Flush history buffer to file. More...