Changeset 2133 for trunk/LMDZ.GENERIC/libf/phystd/inifis_mod.F90
- Timestamp:
- Apr 30, 2019, 10:34:11 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phystd/inifis_mod.F90
r2131 r2133 331 331 call getin_p("diagdtau",diagdtau) 332 332 write(*,*)" diagdtau = ",diagdtau 333 ! sanity check334 if (diagdtau.and.(ngrid.ne.1)) then335 print*,"Diagnostic optical thickness can be output in 1D only !"336 print*,"Start again with diagdtau=.false."337 stop338 endif339 333 340 334 write(*,*)"Operate in kastprof mode?"
Note: See TracChangeset
for help on using the changeset viewer.