- Timestamp:
- Sep 11, 2024, 4:27:07 PM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Amaury_dev/libf/phylmd/ecrad/radiation/radiation_interface.F90
r5159 r5185 83 83 84 84 if (config%do_lw_aerosol_scattering & 85 & . and. .not. config%do_lw_cloud_scattering) then85 & .AND. .not. config%do_lw_cloud_scattering) then 86 86 write(nulerr, '(a)') '*** Error: longwave aerosol scattering requires longwave cloud scattering' 87 87 call radiation_abort('Radiation configuration error') … … 114 114 ! solver_lw as they will be needed. 115 115 if (config%do_lw_cloud_scattering & 116 & . and. config%i_solver_lw == ISolverMcICA) then116 & .AND. config%i_solver_lw == ISolverMcICA) then 117 117 config%n_g_lw_if_scattering = config%n_g_lw 118 118 end if … … 404 404 ! a NetCDF file 405 405 if (config%do_save_radiative_properties) then 406 if (istartcol == 1 . and. iendcol == ncol) then406 if (istartcol == 1 .AND. iendcol == ncol) then 407 407 rad_prop_file_name = rad_prop_base_file_name // ".nc" 408 408 else
Note: See TracChangeset
for help on using the changeset viewer.