Diagnostics for use in the Energy Balance Model
fms_mod
constants_mod
transforms_mod
diag_manager_mod
time_manager_mod
call ebm_diagnostics_init (Time, lon_max, lat_max, axis_id)
Time | Current/Init time. [type(time_type)] |
lon_max | longitude of spectral atmopsheric grid [integer] |
lat_max | latitude of spectral atmopsheric grid [integer] |
axis_id | axes identifiers [integer, dimension(:)] |
call ebm_diagnostics_up (Time,tg, qg, lprec, fprec, dt_qg )
Time | time at the current time level (tau) [type(time_type)] |
tg | atmospheric temperature ( deg_k ) [real, dimension(:,:)] |
qg | specific humidity ( no units ) [real, dimension(:,:)] |
lprec | liquid precipitation rate (rain) in kg/m2/s [real, dimension(:,:)] |
fprec | frozen precipitation rate (snow) in kg/m2/s [real, dimension(:,:)] |
dt_qg | rate of change in specific humidity (1/s) [real, dimension(:,:)] |
call ebm_diagnostics_down (Time,olr_toa,olr_boa,ilr_surf,nsw_toa,nsw_surf)
Time | time at the current time level (tau) [type(time_type)] |
Diagnostic fields for module name identifier:
field name |
field description (units) |