Changeset 4052 for LMDZ6/trunk/libf/dyn3d/dynetat0.f90
- Timestamp:
- Dec 26, 2021, 10:27:36 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/dyn3d/dynetat0.f90
r4050 r4052 137 137 ! Rayleigh distillation law. 138 138 iName = tracers(iq)%iso_iName 139 IF(.NOT.ok_isotopes .OR. iName<=0) CYCLE 139 140 iZone = tracers(iq)%iso_iZone 140 141 iPhase= tracers(iq)%iso_iPhase 141 142 iqParent = tracers(iq)%iqParent 142 IF(ok_isotopes .AND. iName>0) THEN 143 IF(iZone==0) q(:,:,:,iq) = q(:,:,:,iqParent)*tnat(iName) & 144 *(q(:,:,:,iqParent)/30.e-3)**(alpha_ideal(iName)-1.) 145 IF(iZone==1) q(:,:,:,iq) = q(:,:,:,iqiso(iso_indnum(iq),iPhase)) 146 END IF 143 IF(iZone==0) q(:,:,:,iq) = q(:,:,:,iqParent)*tnat(iName) & 144 *(q(:,:,:,iqParent)/30.e-3)**(alpha_ideal(iName)-1.) 145 IF(iZone==1) q(:,:,:,iq) = q(:,:,:,iqiso(iso_indnum(iq),iPhase)) 147 146 END DO 148 147
Note: See TracChangeset
for help on using the changeset viewer.