Changeset 3782 for LMDZ6/branches/IPSLCM6.0.15/libf
- Timestamp:
- Nov 4, 2020, 4:49:54 PM (4 years ago)
- Location:
- LMDZ6/branches/IPSLCM6.0.15/libf/phylmd/dyn1d
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/IPSLCM6.0.15/libf/phylmd/dyn1d/1DUTILS.h
r3008 r3782 3569 3569 read (ilesfile,*) kmax2,nt1,nt2 3570 3570 if (nt2>ntrac) then 3571 stop 'Augmenter le nombre de traceurs dans traceur.def'3571 stop 'Augmenter le nombre de traceurs dans traceur.def' 3572 3572 endif 3573 3573 if (kmax .ne. kmax2) then -
LMDZ6/branches/IPSLCM6.0.15/libf/phylmd/dyn1d/lmdz1d.F90
r2983 r3782 582 582 call infotrac_init 583 583 584 if (nqtot>nqmx) STOP 'Augmenter nqmx dans lmdz1d.F'584 if (nqtot>nqmx) STOP 'Augmenter nqmx dans lmdz1d.F' 585 585 allocate(q(llm,nqtot)) ; q(:,:)=0. 586 586 allocate(dq(llm,nqtot))
Note: See TracChangeset
for help on using the changeset viewer.