Changeset 3316 for LMDZ6/trunk/libf/phylmd
- Timestamp:
- Apr 13, 2018, 5:15:57 PM (7 years ago)
- Location:
- LMDZ6/trunk/libf/phylmd/dyn1d
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/dyn1d/1DUTILS.h
r3008 r3316 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/trunk/libf/phylmd/dyn1d/lmdz1d.F90
r3223 r3316 512 512 call ymds2ju(annee_ref,mois,day_ref,heure,day) 513 513 day_ini = int(day) 514 day_end = day_ini + fnday514 day_end = day_ini + int(fnday) 515 515 516 516 IF (forcing_type .eq.2) THEN … … 585 585 call infotrac_init 586 586 587 if (nqtot>nqmx) STOP 'Augmenter nqmx dans lmdz1d.F'587 if (nqtot>nqmx) STOP 'Augmenter nqmx dans lmdz1d.F' 588 588 allocate(q(llm,nqtot)) ; q(:,:)=0. 589 589 allocate(dq(llm,nqtot))
Note: See TracChangeset
for help on using the changeset viewer.