|
subroutine, public | scale_monitor::monitor_setup (dt) |
| Setup. More...
|
|
subroutine, public | scale_monitor::monitor_set_dim (KA, KS, KE, IA, IS, IE, JA, JS, JE, dim_type, dim_size, area, total_area, volume, total_volume) |
| Set area and volume. More...
|
|
subroutine, public | scale_monitor::monitor_reg (name, desc, unit, itemid, ndims, dim_type, isflux) |
| Search existing item, or matching check between requested and registered item. More...
|
|
subroutine | scale_monitor::monitor_put_2d (itemid, var) |
| Put total value to the monitor buffer. More...
|
|
subroutine | scale_monitor::monitor_put_3d (itemid, var) |
| Put total value to the monitor buffer. More...
|
|
subroutine | scale_monitor::monitor_in_2d (var, name, desc, unit, ndims, dim_type, isflux) |
| Wrapper routine of MONITOR_reg+MONITOR_put. More...
|
|
subroutine, public | scale_monitor::monitor_write (memo, nowstep) |
| Flush monitor buffer to formatted file. More...
|
|
subroutine, public | scale_monitor::monitor_finalize |
| Close file. More...
|
|