|
ocssw
V2022
|
corescience_module Module Reference
Functions/Subroutines | |
| subroutine, public | corescience (xpoint, ypoint, process, measurements, Tc_liquid, Tc_ice, debug, na_band_used, nearest_liq, nearest_ice, RSS_liq, RSS_ice, alt_ray_liq, alt_ray_ice, do_retrievals_liq, do_retrievals_ice, status) |
Function/Subroutine Documentation
◆ corescience()
| subroutine, public corescience_module::corescience | ( | integer, intent(in) | xpoint, |
| integer, intent(in) | ypoint, | ||
| type(processflag), intent(in) | process, | ||
| real, dimension(:), intent(in) | measurements, | ||
| real, intent(inout) | Tc_liquid, | ||
| real, intent(inout) | Tc_ice, | ||
| logical, intent(in) | debug, | ||
| integer, intent(out) | na_band_used, | ||
| integer, dimension(:), intent(inout) | nearest_liq, | ||
| integer, dimension(:), intent(inout) | nearest_ice, | ||
| real, dimension(:), intent(inout) | RSS_liq, | ||
| real, dimension(:), intent(inout) | RSS_ice, | ||
| real, intent(inout) | alt_ray_liq, | ||
| real, intent(inout) | alt_ray_ice, | ||
| logical, dimension(:), intent(in) | do_retrievals_liq, | ||
| logical, dimension(:), intent(in) | do_retrievals_ice, | ||
| integer, intent(out) | status | ||
| ) |
Definition at line 14 of file corescience_module.f90.


