Changeset 2283 for trunk/LMDZ.GENERIC/libf/phystd/inifis_mod.F90
- Timestamp:
- Apr 9, 2020, 6:34:53 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phystd/inifis_mod.F90
r2254 r2283 233 233 write(*,*) "strictboundcorrk = ",strictboundcorrk 234 234 235 write(*,*) "Minimum atmospheric temperature for Planck function integration ?" 236 tplanckmin=30.0 ! default value 237 call getin_p("tplanckmin",tplanckmin) 238 write(*,*) " tplanckmin = ",tplanckmin 239 240 write(*,*) "Maximum atmospheric temperature for Planck function integration ?" 241 tplanckmax=1500.0 ! default value 242 call getin_p("tplanckmax",tplanckmax) 243 write(*,*) " tplanckmax = ",tplanckmax 244 245 write(*,*) "Temperature step for Planck function integration ?" 246 dtplanck=0.1 ! default value 247 call getin_p("dtplanck",dtplanck) 248 write(*,*) " dtplanck = ",dtplanck 249 235 250 write(*,*) "call gaseous absorption in the visible bands?", & 236 251 "(matters only if callrad=T)" … … 809 824 #endif 810 825 ! initialize variables in radinc_h 811 call ini_radinc_h(nlayer )826 call ini_radinc_h(nlayer,tplanckmin,tplanckmax,dtplanck) 812 827 813 828 ! allocate "comsoil_h" arrays
Note: See TracChangeset
for help on using the changeset viewer.