SABER
type_model.F90 File Reference

Go to the source code of this file.

Data Types

type  type_model::model_type
 

Modules

module  type_model
 Subroutines/functions list.
 

Functions/Subroutines

subroutine type_model::model_aro_coord (model, mpl, nam)
 Subroutines/functions list. More...
 
subroutine type_model::model_aro_read (model, mpl, nam, filename, fld)
 Read AROME field. More...
 
subroutine type_model::model_arp_coord (model, mpl, nam)
 Subroutines/functions list. More...
 
subroutine type_model::model_arp_read (model, mpl, nam, filename, fld)
 Read ARPEGE field. More...
 
subroutine type_model::model_fv3_coord (model, mpl, nam)
 Subroutines/functions list. More...
 
subroutine type_model::model_fv3_read (model, mpl, nam, filename, fld)
 Read FV3 field. More...
 
subroutine type_model::model_gem_coord (model, mpl, nam)
 Subroutines/functions list. More...
 
subroutine type_model::model_gem_read (model, mpl, nam, filename, fld)
 Read GEM field. More...
 
subroutine type_model::model_geos_coord (model, mpl, nam)
 Subroutines/functions list. More...
 
subroutine type_model::model_geos_read (model, mpl, nam, filename, fld)
 Read GEOS field. More...
 
subroutine type_model::model_gfs_coord (model, mpl, nam)
 Subroutines/functions list. More...
 
subroutine type_model::model_gfs_read (model, mpl, nam, filename, fld)
 Read GFS field. More...
 
subroutine type_model::model_ifs_coord (model, mpl, nam)
 Subroutines/functions list. More...
 
subroutine type_model::model_ifs_read (model, mpl, nam, filename, fld)
 Read IFS field. More...
 
subroutine type_model::model_mpas_coord (model, mpl, nam)
 Subroutines/functions list. More...
 
subroutine type_model::model_mpas_read (model, mpl, nam, filename, fld)
 Read MPAS field. More...
 
subroutine type_model::model_nemo_coord (model, mpl, nam)
 Subroutines/functions list. More...
 
subroutine type_model::model_nemo_read (model, mpl, nam, filename, fld)
 Read NEMO field. More...
 
subroutine type_model::model_norcpm_coord (model, mpl, nam)
 Subroutines/functions list. More...
 
subroutine type_model::model_norcpm_read (model, mpl, nam, filename, fld)
 Read NorCPM field. More...
 
subroutine type_model::model_qg_coord (model, mpl, nam)
 Subroutines/functions list. More...
 
subroutine type_model::model_qg_read (model, mpl, nam, filename, fld)
 Read QG field. More...
 
subroutine type_model::model_res_coord (model, mpl, nam)
 Subroutines/functions list. More...
 
subroutine type_model::model_res_read (model, mpl, nam, filename, fld)
 Read RES field. More...
 
subroutine type_model::model_wrf_coord (model, mpl, nam)
 Subroutines/functions list. More...
 
subroutine type_model::model_wrf_read (model, mpl, nam, filename, fld)
 Read WRF field. More...
 
subroutine type_model::model_alloc (model)
 Allocation. More...
 
subroutine type_model::model_dealloc (model)
 Release memory. More...
 
subroutine type_model::model_setup (model, mpl, nam)
 Setup model. More...
 
subroutine type_model::model_read (model, mpl, nam, filename, fieldset)
 Read member field. More...
 
subroutine type_model::model_read_member (model, mpl, nam, filename, ie, fieldset)
 Read member field. More...
 
subroutine type_model::model_load_ens (model, mpl, nam, filename)
 Load ensemble data. More...
 

Variables

real(kind_real), parameter type_model::qmin = 1.0e-6_kind_real
 Minimum specific humidity value in the log variable change. More...
 
character(len=1024) type_model::zone = 'C+I'
 Computation zone for AROME ('C', 'C+I' or 'C+I+E') More...