Changeset 253 for trunk/LMDZ.GENERIC/libf/phystd/setspv.F90
- Timestamp:
- Aug 2, 2011, 11:13:07 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phystd/setspv.F90
r135 r253 110 110 111 111 write(*,*)'Interpolating stellar spectrum from the hires data...' 112 call ave_stelspec( startype,STELLAR)112 call ave_stelspec(STELLAR) 113 113 114 114 ! Sum the stellar flux, and write out the result. … … 120 120 write(6,'(" Stellar flux at 1 AU = ",f7.2," W m-2")') sum 121 121 print*,' ' 122 122 123 123 124 !=======================================================================
Note: See TracChangeset
for help on using the changeset viewer.