LMDZ
etat0phys Module Reference

Functions/Subroutines

subroutine, public etat0phys_netcdf (masque, phis)
 
subroutine start_init_orog (lon_in, lat_in, phis, masque)
 
subroutine start_init_phys (lon_in, lat_in, phis)
 
subroutine interp_startvar (nam, ibeg, lon, lat, vari, lon2, lat2, varo)
 

Variables

real, save deg2rad
 
real, dimension(:), allocatable, save tsol
 
integer, save iml_phys
 
integer, save jml_phys
 
integer, save llm_phys
 
integer, save ttm_phys
 
integer, save fid_phys
 
real, dimension(:,:), allocatable, save lon_phys
 
real, dimension(:,:), allocatable, save lat_phys
 
real, dimension(:), allocatable, save levphys_ini
 
character(len=256), parameter orofname ="Relief.nc"
 
character(len=256), parameter orogvar ="RELIEF"
 
character(len=256), parameter phyfname ="ECPHY.nc"
 
character(len=256), parameter psrfvar ="SP"
 
character(len=256), parameter qsolvar ="CDSW"
 
character(len=256), parameter tsrfvar ="ST"
 

Function/Subroutine Documentation

subroutine, public etat0phys::etat0phys_netcdf ( real, dimension(:,:), intent(inout)  masque,
real, dimension (:,:), intent(inout)  phis 
)

Definition at line 73 of file etat0phys_netcdf.F90.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine etat0phys::interp_startvar ( character(len=*), intent(in)  nam,
logical, intent(in)  ibeg,
real, dimension(:), intent(in)  lon,
real, dimension(:), intent(in)  lat,
real, dimension(:,:), intent(in)  vari,
real, dimension(:), intent(in)  lon2,
real, dimension(:), intent(in)  lat2,
real, dimension(:,:), intent(out)  varo 
)
private

Definition at line 414 of file etat0phys_netcdf.F90.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine etat0phys::start_init_orog ( real, dimension(:), intent(in)  lon_in,
real, dimension(:), intent(in)  lat_in,
real, dimension(:,:), intent(inout)  phis,
real, dimension(:,:), intent(inout)  masque 
)

Definition at line 246 of file etat0phys_netcdf.F90.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine etat0phys::start_init_phys ( real, dimension(:), intent(in)  lon_in,
real, dimension(:), intent(in)  lat_in,
real, dimension(:,:), intent(in)  phis 
)

Definition at line 327 of file etat0phys_netcdf.F90.

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

real, save etat0phys::deg2rad

Definition at line 58 of file etat0phys_netcdf.F90.

integer, save etat0phys::fid_phys

Definition at line 60 of file etat0phys_netcdf.F90.

integer, save etat0phys::iml_phys

Definition at line 60 of file etat0phys_netcdf.F90.

integer, save etat0phys::jml_phys

Definition at line 60 of file etat0phys_netcdf.F90.

real, dimension(:,:), allocatable, save etat0phys::lat_phys

Definition at line 61 of file etat0phys_netcdf.F90.

real, dimension(:), allocatable, save etat0phys::levphys_ini

Definition at line 61 of file etat0phys_netcdf.F90.

integer, save etat0phys::llm_phys

Definition at line 60 of file etat0phys_netcdf.F90.

real, dimension(:,:), allocatable, save etat0phys::lon_phys

Definition at line 61 of file etat0phys_netcdf.F90.

character(len=256), parameter etat0phys::orofname ="Relief.nc"

Definition at line 62 of file etat0phys_netcdf.F90.

character(len=256), parameter etat0phys::orogvar ="RELIEF"

Definition at line 62 of file etat0phys_netcdf.F90.

character(len=256), parameter etat0phys::phyfname ="ECPHY.nc"

Definition at line 63 of file etat0phys_netcdf.F90.

character(len=256), parameter etat0phys::psrfvar ="SP"

Definition at line 63 of file etat0phys_netcdf.F90.

character(len=256), parameter etat0phys::qsolvar ="CDSW"

Definition at line 64 of file etat0phys_netcdf.F90.

real, dimension(:), allocatable, save etat0phys::tsol

Definition at line 59 of file etat0phys_netcdf.F90.

character(len=256), parameter etat0phys::tsrfvar ="ST"

Definition at line 64 of file etat0phys_netcdf.F90.

integer, save etat0phys::ttm_phys

Definition at line 60 of file etat0phys_netcdf.F90.