Changeset 2283 for trunk/LMDZ.GENERIC/libf/phystd/radcommon_h.F90
- Timestamp:
- Apr 9, 2020, 6:34:53 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phystd/radcommon_h.F90
r2142 r2283 1 1 module radcommon_h 2 use radinc_h, only: L_NSPECTI, L_NSPECTV, NTstar , NTstop, &2 use radinc_h, only: L_NSPECTI, L_NSPECTV, NTstart, NTstop, & 3 3 naerkind, nsizemax 4 4 implicit none … … 123 123 REAL,SAVE :: tstellar ! Stellar brightness temperature (SW) 124 124 125 real*8,save :: planckir(L_NSPECTI,NTstop-NTstar+1)125 REAL*8, DIMENSION(:,:), ALLOCATABLE, SAVE :: planckir 126 126 127 127 real*8,save :: PTOP
Note: See TracChangeset
for help on using the changeset viewer.