Changeset 5158 for LMDZ6/branches/Amaury_dev/libf/phylmd/ecrad/radiation/radiation_ecckd_interface.F90
- Timestamp:
- Aug 2, 2024, 2:12:03 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Amaury_dev/libf/phylmd/ecrad/radiation/radiation_ecckd_interface.F90
r4853 r5158 272 272 ! rayleigh optical depth: convert to total optical depth and 273 273 ! single-scattering albedo 274 dojcol = istartcol,iendcol275 dojlev = 1, nlev276 dojg = 1, config%n_g_sw274 DO jcol = istartcol,iendcol 275 DO jlev = 1, nlev 276 DO jg = 1, config%n_g_sw 277 277 od_sw(jg,jlev,jcol) = od_sw(jg,jlev,jcol) + ssa_sw(jg,jlev,jcol) 278 278 ssa_sw(jg,jlev,jcol) = ssa_sw(jg,jlev,jcol) / od_sw(jg,jlev,jcol) … … 308 308 309 309 ! Calculate the Planck function for each g point 310 dojcol = istartcol,iendcol310 DO jcol = istartcol,iendcol 311 311 call config%gas_optics_lw%calc_planck_function(nlev+1, & 312 312 & thermodynamics%temperature_hl(jcol,:), planck_hl(:,:,jcol))
Note: See TracChangeset
for help on using the changeset viewer.