- Timestamp:
- Sep 18, 2025, 10:29:26 AM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/ecrad/lmdz/radiation_scheme_mod.f90
r5675 r5821 428 428 & driver_config%high_inv_effective_size, 0.8_jprb, 0.45_jprb, & 429 429 & KIDIA, KFDIA) 430 else if (driver_config%ok_separation ) then430 else if (driver_config%ok_separation_eta) then 431 431 call cloud%param_cloud_effective_separation_eta(klon, klev, & 432 & thermodynamics%pressure_hl, & 433 & driver_config%cloud_separation_scale_surface, & 434 & driver_config%cloud_separation_scale_toa, & 435 & driver_config%cloud_separation_scale_power, & 436 & driver_config%cloud_inhom_separation_factor, & 437 & KIDIA, KFDIA) 438 else if (driver_config%ok_separation_tanh) then 439 call cloud%param_cloud_effective_separation_tanh(klon, klev, & 432 440 & thermodynamics%pressure_hl, & 433 441 & driver_config%cloud_separation_scale_surface, & … … 1134 1142 & driver_config%high_inv_effective_size, 0.8_jprb, 0.45_jprb, & 1135 1143 & KIDIA, KFDIA) 1136 else if (driver_config%ok_separation ) then1144 else if (driver_config%ok_separation_eta) then 1137 1145 call cloud%param_cloud_effective_separation_eta(klon, klev, & 1146 & thermodynamics%pressure_hl, & 1147 & driver_config%cloud_separation_scale_surface, & 1148 & driver_config%cloud_separation_scale_toa, & 1149 & driver_config%cloud_separation_scale_power, & 1150 & driver_config%cloud_inhom_separation_factor, & 1151 & KIDIA, KFDIA) 1152 else if (driver_config%ok_separation_tanh) then 1153 call cloud%param_cloud_effective_separation_tanh(klon, klev, & 1138 1154 & thermodynamics%pressure_hl, & 1139 1155 & driver_config%cloud_separation_scale_surface, &
Note: See TracChangeset
for help on using the changeset viewer.
