Changeset 2133 for trunk/LMDZ.TITAN/libf/phytitan/inifis_mod.F90
- Timestamp:
- Apr 30, 2019, 10:34:11 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.TITAN/libf/phytitan/inifis_mod.F90
r2131 r2133 341 341 call getin_p("diagdtau",diagdtau) 342 342 write(*,*)" diagdtau = ",diagdtau 343 ! sanity check344 if (diagdtau.and.(ngrid.ne.1)) then345 print*,"Diagnostic optical thickness can be output in 1D only !"346 print*,"Start again with diagdtau=.false."347 stop348 endif349 350 343 351 344 write(*,*)"Uniform absorption in radiative transfer?"
Note: See TracChangeset
for help on using the changeset viewer.