Home
last modified time | relevance | path

Searched refs:x_l93 (Results 1 – 3 of 3) sorted by relevance

/dports/science/code_saturne/code_saturne-7.1.0/src/atmo/
H A Dcs_atmo.c119 .x_l93= 1e12,
233 cs_real_t **x_l93,
380 cs_real_t **x_l93, in cs_f_atmo_get_pointers() argument
414 *x_l93 = &(_atmo_option.x_l93); in cs_f_atmo_get_pointers()
835 cs_real_t a = (log(c/(sqrt( cs_math_pow2(cs_glob_atmo_option->x_l93-xs) in _convert_from_l93_to_wgs84()
842 cs_glob_atmo_option->longitude = ((atan(-(cs_glob_atmo_option->x_l93-xs) in _convert_from_l93_to_wgs84()
846 = asin(tanh((log(c/sqrt( cs_math_pow2(cs_glob_atmo_option->x_l93-xs) in _convert_from_l93_to_wgs84()
870 cs_glob_atmo_option->x_l93= ((c*exp(-n*(lat_iso))) in _convert_from_wgs84_to_l93()
1021 && (aopt->x_l93 > 0.5 * cs_math_big_r || aopt->y_l93 > 0.5 * cs_math_big_r))) { in cs_atmo_init_meteo_profiles()
1029 else if (aopt->x_l93 > 0.5 * cs_math_big_r || aopt->y_l93 > 0.5 * cs_math_big_r) { in cs_atmo_init_meteo_profiles()
[all …]
H A Dcs_atmo.h114 cs_real_t x_l93; member
H A Datincl.f90433 x_l93, y_l93, &
453 type(c_ptr), intent(out) :: x_l93, y_l93 local