Go to the source code of this file.
Functions/Subroutines | |
| subroutine | put_sfx_sea (S, U, W, KLUOUT, OCPL_SEAICE, OWATER, PSEA_SST, PSEA_UCU, PSEA_VCU, PSEAICE_SIT, PSEAICE_CVR, PSEAICE_ALB) |
| subroutine | treat_sea (KLU) |
| subroutine | treat_water (KLU) |
| subroutine | check_sea (HCOMMENT, PFIELD) |
| subroutine put_sfx_sea::check_sea | ( | character(len=*), intent(in) | HCOMMENT, |
| real, dimension(:), intent(in) | PFIELD | ||
| ) |
Definition at line 261 of file put_sfx_sea.F90.


| subroutine put_sfx_sea | ( | type(seaflux_t), intent(inout) | S, |
| type(surf_atm_t), intent(inout) | U, | ||
| type(watflux_t), intent(inout) | W, | ||
| integer, intent(in) | KLUOUT, | ||
| logical, intent(in) | OCPL_SEAICE, | ||
| logical, intent(in) | OWATER, | ||
| real, dimension(:), intent(in) | PSEA_SST, | ||
| real, dimension(:), intent(in) | PSEA_UCU, | ||
| real, dimension(:), intent(in) | PSEA_VCU, | ||
| real, dimension(:), intent(in) | PSEAICE_SIT, | ||
| real, dimension(:), intent(in) | PSEAICE_CVR, | ||
| real, dimension(:), intent(in) | PSEAICE_ALB | ||
| ) |
Definition at line 6 of file put_sfx_sea.F90.


| subroutine put_sfx_sea::treat_sea | ( | integer, intent(in) | KLU | ) |
Definition at line 118 of file put_sfx_sea.F90.


| subroutine put_sfx_sea::treat_water | ( | integer, intent(in) | KLU | ) |
Definition at line 197 of file put_sfx_sea.F90.


1.8.5