Changeset 2283 for trunk/LMDZ.GENERIC/libf/phystd/sfluxi.F
- Timestamp:
- Apr 9, 2020, 6:34:53 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phystd/sfluxi.F
r2056 r2283 67 67 TSURF = TLEV(L_LEVELS) 68 68 69 NTS = int(TSURF*NTfac)-NTstar +170 NTT = int(TTOP *NTfac)-NTstar +169 NTS = int(TSURF*NTfac)-NTstart+1 70 NTT = int(TTOP *NTfac)-NTstart+1 71 71 72 72 !JL12 corrects the surface planck function so that its integral is equal to sigma Tsurf^4
Note: See TracChangeset
for help on using the changeset viewer.