Changeset 3844 for trunk/LMDZ.PLUTO/libf/phypluto/callcorrk.F90
- Timestamp:
- Jul 13, 2025, 10:11:41 PM (2 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.PLUTO/libf/phypluto/callcorrk.F90
r3805 r3844 1100 1100 dtlw_nu(l,nw)=dtlw_nu(l,nw)*eps_nlte_lw(ig,l) 1101 1101 else 1102 !dtlw_nu(l,nw)=1.*dtlw_nu(l,nw) ! no CO correction (Strobbel 1996)1103 dtlw_nu(l,nw)=0.33*dtlw_nu(l,nw) ! CO correction (Strobbel 1996)1104 !dtlw_co(ig,l)=dtlw_co(ig,l)+ dtlw_nu(l,nw) ! diagnostic1102 dtlw_nu(l,nw)=1.*dtlw_nu(l,nw) ! no CO correction (Strobbel 1996) 1103 !dtlw_nu(l,nw)=0.33*dtlw_nu(l,nw) ! CO correction (Strobbel 1996) 1104 !dtlw_co(ig,l)=dtlw_co(ig,l)+ dtlw_nu(l,nw) ! diagnostic 1105 1105 end if 1106 1106 dtlw(ig,l)=dtlw(ig,l)+ dtlw_nu(l,nw) !average now on each wavelength
Note: See TracChangeset
for help on using the changeset viewer.