Changeset 1812
- Timestamp:
- Oct 25, 2017, 11:15:57 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.TITAN/libf/phytitan/physiq_mod.F90
r1809 r1812 463 463 if ( callchim .and. (nq.gt.nmicro) ) then 464 464 465 allocate(ychim(ngrid,nlayer,nq-nmicro)) 466 465 467 ctimestep = ptimestep*REAL(ichim) 466 468 … … 1021 1023 ztemp(:,:) = ztfibar(:,:) 1022 1024 1023 allocate(ychim(ngrid,nlayer,nq-nmicro))1024 1025 1025 if (nq.gt.nmicro) then 1026 1026 do iq = nmicro+1,nq
Note: See TracChangeset
for help on using the changeset viewer.