SURFEX  V8_0
Surfex V8_0 release
 All Classes Files Functions Variables
Data Types | Public Member Functions | List of all members
mode_soil Module Reference

Data Types

interface  acoef_func
 
interface  aniso_func
 
interface  bcoef_func
 
interface  c1sat_func
 
interface  c2ref_func
 
interface  c3_func
 
interface  c4b_func
 
interface  c4ref_func
 
interface  cgsat_func
 
interface  hydcondsat_func
 
interface  matpotsat_func
 
interface  pcoef_func
 
interface  w33_func
 
interface  wfc_func
 
interface  wsat_func
 
interface  wwilt_func
 

Public Member Functions

real function, dimension(size(psand,
1), size(psand, 2)) 
wsat_func_2d (PCLAY, PSAND, HPEDOTF)
 
real function, dimension(size(pclay,
1), size(pclay, 2)) 
wwilt_func_2d (PCLAY, PSAND, HPEDOTF)
 
real function, dimension(size(pclay,
1), size(pclay, 2)) 
wfc_func_2d (PCLAY, PSAND, HPEDOTF)
 
real function, dimension(size(pclay,
1), size(pclay, 2)) 
w33_func_2d (PCLAY, PSAND, HPEDOTF)
 
real function, dimension(size(pclay,
1), size(pclay, 2)) 
bcoef_func_2d (PCLAY, PSAND, HPEDOTF)
 
real function, dimension(size(psand,
1), size(psand, 2)) 
matpotsat_func_2d (PCLAY, PSAND, HPEDOTF)
 
real function, dimension(size(pclay,
1), size(pclay, 2)) 
hydcondsat_func_2d (PCLAY, PSAND, HPEDOTF)
 
real function, dimension(size(pclay,
1), size(pclay, 2)) 
cgsat_func_2d (PCLAY, PSAND)
 
real function, dimension(size(pclay,
1), size(pclay, 2)) 
c1sat_func_2d (PCLAY)
 
real function, dimension(size(pclay,
1), size(pclay, 2)) 
c2ref_func_2d (PCLAY)
 
real function, dimension(size(pclay,
1), size(pclay, 2)) 
c3_func_2d (PCLAY)
 
real function, dimension(size(pclay,
1), size(pclay, 2)) 
c4b_func_2d (PCLAY)
 
real function, dimension(size(pclay,
1), size(pclay, 2)) 
c4ref_func_2d (PCLAY, PSAND, PD2, PD3)
 
real function, dimension(size(pclay,
1), size(pclay, 2)) 
acoef_func_2d (PCLAY)
 
real function, dimension(size(pclay,
1), size(pclay, 2)) 
pcoef_func_2d (PCLAY)
 
real function, dimension(size(pclay,
1), size(pclay, 2)) 
aniso_func_2d (PCLAY)
 
real function, dimension(size(psand)) wsat_func_1d (PCLAY, PSAND, HPEDOTF)
 
real function, dimension(size(pclay)) wwilt_func_1d (PCLAY, PSAND, HPEDOTF)
 
real function, dimension(size(pclay)) wfc_func_1d (PCLAY, PSAND, HPEDOTF)
 
real function, dimension(size(pclay)) w33_func_1d (PCLAY, PSAND, HPEDOTF)
 
real function, dimension(size(pclay)) bcoef_func_1d (PCLAY, PSAND, HPEDOTF)
 
real function, dimension(size(psand)) matpotsat_func_1d (PCLAY, PSAND, HPEDOTF)
 
real function, dimension(size(pclay)) hydcondsat_func_1d (PCLAY, PSAND, HPEDOTF)
 
real function, dimension(size(pclay)) cgsat_func_1d (PCLAY, PSAND)
 
real function, dimension(size(pclay)) c1sat_func_1d (PCLAY)
 
real function, dimension(size(pclay)) c2ref_func_1d (PCLAY)
 
real function, dimension(size(pclay)) c3_func_1d (PCLAY)
 
real function, dimension(size(pclay)) c4b_func_1d (PCLAY)
 
real function, dimension(size(pclay)) c4ref_func_1d (PCLAY, PSAND, PD2, PD3)
 
real function, dimension(size(pclay)) acoef_func_1d (PCLAY)
 
real function, dimension(size(pclay)) pcoef_func_1d (PCLAY)
 
real function, dimension(size(pclay)) aniso_func_1d (PCLAY)
 

Detailed Description

Definition at line 6 of file mode_soil.F90.

Member Function/Subroutine Documentation

real function, dimension(size(pclay)) mode_soil::acoef_func_1d ( real, dimension(:), intent(in)  PCLAY)

Definition at line 795 of file mode_soil.F90.

Here is the call graph for this function:

real function, dimension(size(pclay,1),size(pclay,2)) mode_soil::acoef_func_2d ( real, dimension(:,:), intent(in)  PCLAY)

Definition at line 427 of file mode_soil.F90.

Here is the call graph for this function:

real function, dimension(size(pclay)) mode_soil::aniso_func_1d ( real, dimension(:), intent(in)  PCLAY)

Definition at line 833 of file mode_soil.F90.

Here is the call graph for this function:

real function, dimension(size(pclay,1),size(pclay,2)) mode_soil::aniso_func_2d ( real, dimension(:,:), intent(in)  PCLAY)

Definition at line 465 of file mode_soil.F90.

Here is the call graph for this function:

real function, dimension(size(pclay)) mode_soil::bcoef_func_1d ( real, dimension(:), intent(in)  PCLAY,
real, dimension(:), intent(in)  PSAND,
character(len=4), intent(in)  HPEDOTF 
)

Definition at line 588 of file mode_soil.F90.

Here is the call graph for this function:

real function, dimension(size(pclay,1),size(pclay,2)) mode_soil::bcoef_func_2d ( real, dimension(:,:), intent(in)  PCLAY,
real, dimension(:,:), intent(in)  PSAND,
character(len=4), intent(in)  HPEDOTF 
)

Definition at line 221 of file mode_soil.F90.

Here is the call graph for this function:

real function, dimension(size(pclay)) mode_soil::c1sat_func_1d ( real, dimension(:), intent(in)  PCLAY)

Definition at line 686 of file mode_soil.F90.

Here is the call graph for this function:

real function, dimension(size(pclay,1),size(pclay,2)) mode_soil::c1sat_func_2d ( real, dimension(:,:), intent(in)  PCLAY)

Definition at line 318 of file mode_soil.F90.

Here is the call graph for this function:

real function, dimension(size(pclay)) mode_soil::c2ref_func_1d ( real, dimension(:), intent(in)  PCLAY)

Definition at line 705 of file mode_soil.F90.

Here is the call graph for this function:

real function, dimension(size(pclay,1),size(pclay,2)) mode_soil::c2ref_func_2d ( real, dimension(:,:), intent(in)  PCLAY)

Definition at line 337 of file mode_soil.F90.

Here is the call graph for this function:

real function, dimension(size(pclay)) mode_soil::c3_func_1d ( real, dimension(:), intent(in)  PCLAY)

Definition at line 724 of file mode_soil.F90.

Here is the call graph for this function:

real function, dimension(size(pclay,1),size(pclay,2)) mode_soil::c3_func_2d ( real, dimension(:,:), intent(in)  PCLAY)

Definition at line 356 of file mode_soil.F90.

Here is the call graph for this function:

real function, dimension(size(pclay)) mode_soil::c4b_func_1d ( real, dimension(:), intent(in)  PCLAY)

Definition at line 743 of file mode_soil.F90.

Here is the call graph for this function:

real function, dimension(size(pclay,1),size(pclay,2)) mode_soil::c4b_func_2d ( real, dimension(:,:), intent(in)  PCLAY)

Definition at line 375 of file mode_soil.F90.

Here is the call graph for this function:

real function, dimension(size(pclay)) mode_soil::c4ref_func_1d ( real, dimension(:), intent(in)  PCLAY,
real, dimension(:), intent(in)  PSAND,
real, dimension(:), intent(in)  PD2,
real, dimension(:), intent(in)  PD3 
)

Definition at line 762 of file mode_soil.F90.

Here is the call graph for this function:

real function, dimension(size(pclay,1),size(pclay,2)) mode_soil::c4ref_func_2d ( real, dimension(:,:), intent(in)  PCLAY,
real, dimension(:,:), intent(in)  PSAND,
real, dimension(:,:), intent(in)  PD2,
real, dimension(:,:), intent(in)  PD3 
)

Definition at line 394 of file mode_soil.F90.

Here is the call graph for this function:

real function, dimension(size(pclay)) mode_soil::cgsat_func_1d ( real, dimension(:), intent(in)  PCLAY,
real, dimension(:), intent(in)  PSAND 
)

Definition at line 666 of file mode_soil.F90.

Here is the call graph for this function:

real function, dimension(size(pclay,1),size(pclay,2)) mode_soil::cgsat_func_2d ( real, dimension(:,:), intent(in)  PCLAY,
real, dimension(:,:), intent(in)  PSAND 
)

Definition at line 298 of file mode_soil.F90.

Here is the call graph for this function:

real function, dimension(size(pclay)) mode_soil::hydcondsat_func_1d ( real, dimension(:), intent(in)  PCLAY,
real, dimension(:), intent(in)  PSAND,
character(len=4), intent(in)  HPEDOTF 
)

Definition at line 637 of file mode_soil.F90.

Here is the call graph for this function:

real function, dimension(size(pclay,1),size(pclay,2)) mode_soil::hydcondsat_func_2d ( real, dimension(:,:), intent(in)  PCLAY,
real, dimension(:,:), intent(in)  PSAND,
character(len=4), intent(in)  HPEDOTF 
)

Definition at line 269 of file mode_soil.F90.

Here is the call graph for this function:

real function, dimension(size(psand)) mode_soil::matpotsat_func_1d ( real, dimension(:), intent(in)  PCLAY,
real, dimension(:), intent(in)  PSAND,
character(len=4), intent(in)  HPEDOTF 
)

Definition at line 612 of file mode_soil.F90.

Here is the call graph for this function:

real function, dimension(size(psand,1),size(psand,2)) mode_soil::matpotsat_func_2d ( real, dimension(:,:), intent(in)  PCLAY,
real, dimension(:,:), intent(in)  PSAND,
character(len=4), intent(in)  HPEDOTF 
)

Definition at line 245 of file mode_soil.F90.

Here is the call graph for this function:

real function, dimension(size(pclay)) mode_soil::pcoef_func_1d ( real, dimension(:), intent(in)  PCLAY)

Definition at line 814 of file mode_soil.F90.

Here is the call graph for this function:

real function, dimension(size(pclay,1),size(pclay,2)) mode_soil::pcoef_func_2d ( real, dimension(:,:), intent(in)  PCLAY)

Definition at line 446 of file mode_soil.F90.

Here is the call graph for this function:

real function, dimension(size(pclay)) mode_soil::w33_func_1d ( real, dimension(:), intent(in)  PCLAY,
real, dimension(:), intent(in)  PSAND,
character(len=4), intent(in)  HPEDOTF 
)

Definition at line 560 of file mode_soil.F90.

Here is the call graph for this function:

real function, dimension(size(pclay,1),size(pclay,2)) mode_soil::w33_func_2d ( real, dimension(:,:), intent(in)  PCLAY,
real, dimension(:,:), intent(in)  PSAND,
character(len=4), intent(in)  HPEDOTF 
)

Definition at line 193 of file mode_soil.F90.

Here is the call graph for this function:

real function, dimension(size(pclay)) mode_soil::wfc_func_1d ( real, dimension(:), intent(in)  PCLAY,
real, dimension(:), intent(in)  PSAND,
character(len=4), intent(in)  HPEDOTF 
)

Definition at line 535 of file mode_soil.F90.

Here is the call graph for this function:

real function, dimension(size(pclay,1),size(pclay,2)) mode_soil::wfc_func_2d ( real, dimension(:,:), intent(in)  PCLAY,
real, dimension(:,:), intent(in)  PSAND,
character(len=4), intent(in)  HPEDOTF 
)

Definition at line 168 of file mode_soil.F90.

Here is the call graph for this function:

real function, dimension(size(psand)) mode_soil::wsat_func_1d ( real, dimension(:), intent(in)  PCLAY,
real, dimension(:), intent(in)  PSAND,
character(len=4), intent(in)  HPEDOTF 
)

Definition at line 486 of file mode_soil.F90.

Here is the call graph for this function:

real function, dimension(size(psand,1),size(psand,2)) mode_soil::wsat_func_2d ( real, dimension(:,:), intent(in)  PCLAY,
real, dimension(:,:), intent(in)  PSAND,
character(len=4), intent(in)  HPEDOTF 
)

Definition at line 119 of file mode_soil.F90.

Here is the call graph for this function:

real function, dimension(size(pclay)) mode_soil::wwilt_func_1d ( real, dimension(:), intent(in)  PCLAY,
real, dimension(:), intent(in)  PSAND,
character(len=4), intent(in)  HPEDOTF 
)

Definition at line 510 of file mode_soil.F90.

Here is the call graph for this function:

real function, dimension(size(pclay,1),size(pclay,2)) mode_soil::wwilt_func_2d ( real, dimension(:,:), intent(in)  PCLAY,
real, dimension(:,:), intent(in)  PSAND,
character(len=4), intent(in)  HPEDOTF 
)

Definition at line 143 of file mode_soil.F90.

Here is the call graph for this function:


The documentation for this module was generated from the following file: