|
SURFEX v8.1
General documentation of Surfex
|
Functions/Subroutines | |
| subroutine | date2doy (TPDATA, OCOVER, KDOY) |
| subroutine | doy2date (KDOY, KMONTH, KDAY) |
| subroutine | get_weight (DTCO, KCOVER, KMASK, HSFTYPE, PWEIGHT) |
| subroutine | get_weight_patch (DTCO, KCOVER, KMASK, KDECADE, HSFTYPE, PWEIGHT) |
| subroutine mode_av_pgd::get_weight | ( | type(data_cover_t), intent(inout) | DTCO, |
| integer, intent(in) | KCOVER, | ||
| integer, dimension(:), intent(in) | KMASK, | ||
| character(len=3), intent(in) | HSFTYPE, | ||
| real, dimension(:), intent(out) | PWEIGHT | ||
| ) |
Definition at line 81 of file mode_av_pgd.F90.


| subroutine mode_av_pgd::get_weight_patch | ( | type(data_cover_t), intent(inout) | DTCO, |
| integer, intent(in) | KCOVER, | ||
| integer, dimension(:), intent(in) | KMASK, | ||
| integer, intent(in) | KDECADE, | ||
| character(len=3), intent(in) | HSFTYPE, | ||
| real, dimension(:,:), intent(out) | PWEIGHT | ||
| ) |
Definition at line 175 of file mode_av_pgd.F90.


1.8.13