Go to the source code of this file.
Functions/Subroutines | |
| subroutine | mapper |
| subroutine | averageapar (ndvi, ndvimin, ndvimax, srmin, srmax, fparmax, fparmin, fpar) |
| subroutine | laigrn (fPAR, fPARm, DOY, DOYm, fPARmax, fVCover, stems, LAImax, Green, LAI) |
| subroutine | aerointerpolate (lai, fvcover, laigrid, fvcovergrid, aerovar, zo, zp_disp, rbc, rdc) |
| subroutine | gmuder (Lat, DOY, ChiL, gmudmu) |
| subroutine | aparnew (lai, green, ltran, lref, gmudmu, fvcover, fpar, fparmax, fparmin) |
| subroutine | interpolate (x1, x, Dx, y1, y, Dy, z11, z21, z12, z22, z) |
| subroutine aerointerpolate | ( | real(kind=real_kind) | lai, | |
| real(kind=dbl_kind) | fvcover, | |||
| real(kind=real_kind),dimension(50) | laigrid, | |||
| real(kind=real_kind),dimension(50) | fvcovergrid, | |||
| type(aero_var),dimension(50,50) | aerovar, | |||
| real(kind=real_kind) | zo, | |||
| real(kind=real_kind) | zp_disp, | |||
| real(kind=real_kind) | rbc, | |||
| real(kind=real_kind) | rdc | |||
| ) |
Definition at line 303 of file mapper.F90.
References interpolate().
| subroutine aparnew | ( | real(kind=real_kind) | lai, | |
| real(kind=real_kind) | green, | |||
| real(kind=real_kind),dimension(2,2) | ltran, | |||
| real(kind=real_kind),dimension(2,2) | lref, | |||
| real(kind=real_kind) | gmudmu, | |||
| real(kind=dbl_kind) | fvcover, | |||
| real(kind=real_kind) | fpar, | |||
| real(kind=real_kind) | fparmax, | |||
| real(kind=real_kind) | fparmin | |||
| ) |
Definition at line 512 of file mapper.F90.
Referenced by mapper().
| subroutine averageapar | ( | real(kind=real_kind) | ndvi, | |
| real(kind=real_kind) | ndvimin, | |||
| real(kind=real_kind) | ndvimax, | |||
| real(kind=real_kind) | srmin, | |||
| real(kind=real_kind) | srmax, | |||
| real(kind=real_kind) | fparmax, | |||
| real(kind=real_kind) | fparmin, | |||
| real(kind=real_kind) | fpar | |||
| ) |
Definition at line 152 of file mapper.F90.
| subroutine gmuder | ( | real | Lat, | |
| real | DOY, | |||
| real(kind=dbl_kind) | ChiL, | |||
| real | gmudmu | |||
| ) |
Definition at line 398 of file mapper.F90.
Referenced by mapper().
| subroutine interpolate | ( | real | x1, | |
| real | x, | |||
| real | Dx, | |||
| real | y1, | |||
| real(kind=dbl_kind) | y, | |||
| real | Dy, | |||
| real | z11, | |||
| real | z21, | |||
| real | z12, | |||
| real | z22, | |||
| real | z | |||
| ) |
Definition at line 582 of file mapper.F90.
Referenced by aerointerpolate().
| subroutine laigrn | ( | real | fPAR, | |
| real | fPARm, | |||
| real | DOY, | |||
| real | DOYm, | |||
| real | fPARmax, | |||
| real(kind=dbl_kind) | fVCover, | |||
| real | stems, | |||
| real | LAImax, | |||
| real | Green, | |||
| real | LAI | |||
| ) |
Definition at line 222 of file mapper.F90.
Referenced by mapper().
| subroutine mapper | ( | ) |
Definition at line 2 of file mapper.F90.
References aparnew(), gmuder(), and laigrn().
Referenced by calculate_td(), and calculate_td_param().
1.7.1