LMDZ
ioipsl_getin_p_mod Module Reference

Data Types

interface  getin_p
 

Functions/Subroutines

subroutine getincs_p (VarIn, VarOut)
 
subroutine getinis_p (VarIn, VarOut)
 
subroutine getini1d_p (VarIn, VarOut)
 
subroutine getini2d_p (VarIn, VarOut)
 
subroutine getinrs_p (VarIn, VarOut)
 
subroutine getinr1d_p (VarIn, VarOut)
 
subroutine getinr2d_p (VarIn, VarOut)
 
subroutine getinls_p (VarIn, VarOut)
 
subroutine getinl1d_p (VarIn, VarOut)
 
subroutine getinl2d_p (VarIn, VarOut)
 

Function/Subroutine Documentation

subroutine ioipsl_getin_p_mod::getincs_p ( character(len=*), intent(in)  VarIn,
character(len=*), intent(inout)  VarOut 
)
private

Definition at line 39 of file ioipsl_getin_p_mod.F90.

subroutine ioipsl_getin_p_mod::getini1d_p ( character(len=*), intent(in)  VarIn,
integer, dimension(:), intent(inout)  VarOut 
)
private

Definition at line 65 of file ioipsl_getin_p_mod.F90.

subroutine ioipsl_getin_p_mod::getini2d_p ( character(len=*), intent(in)  VarIn,
integer, dimension(:,:), intent(inout)  VarOut 
)
private

Definition at line 77 of file ioipsl_getin_p_mod.F90.

subroutine ioipsl_getin_p_mod::getinis_p ( character(len=*), intent(in)  VarIn,
integer, intent(inout)  VarOut 
)
private

Definition at line 53 of file ioipsl_getin_p_mod.F90.

subroutine ioipsl_getin_p_mod::getinl1d_p ( character(len=*), intent(in)  VarIn,
logical, dimension(:), intent(inout)  VarOut 
)
private

Definition at line 141 of file ioipsl_getin_p_mod.F90.

subroutine ioipsl_getin_p_mod::getinl2d_p ( character(len=*), intent(in)  VarIn,
logical, dimension(:,:), intent(inout)  VarOut 
)
private

Definition at line 153 of file ioipsl_getin_p_mod.F90.

subroutine ioipsl_getin_p_mod::getinls_p ( character(len=*), intent(in)  VarIn,
logical, intent(inout)  VarOut 
)
private

Definition at line 129 of file ioipsl_getin_p_mod.F90.

subroutine ioipsl_getin_p_mod::getinr1d_p ( character(len=*), intent(in)  VarIn,
real, dimension(:), intent(inout)  VarOut 
)
private

Definition at line 103 of file ioipsl_getin_p_mod.F90.

subroutine ioipsl_getin_p_mod::getinr2d_p ( character(len=*), intent(in)  VarIn,
real, dimension(:,:), intent(inout)  VarOut 
)
private

Definition at line 115 of file ioipsl_getin_p_mod.F90.

subroutine ioipsl_getin_p_mod::getinrs_p ( character(len=*), intent(in)  VarIn,
real, intent(inout)  VarOut 
)
private

Definition at line 91 of file ioipsl_getin_p_mod.F90.