Ignore:
Timestamp:
07/08/19 17:25:37 (5 years ago)
Author:
aquiquet
Message:

Further computations of mass conservation in double precision for small timesteps

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SOURCES/Temperature-routines/icetemp_mod.f90

    r255 r271  
    135135    Call Qprod_ice(Iq) 
    136136 
    137    
     137 
    138138    ! Dans Le Socle : Les elements de La Matrice Tridiag Sont Invariants Dans L'Espace 
    139139    !$OMP PARALLEL 
     
    179179               Advecx(I,J,:),Advecy(I,J,:),Advec(I,J,:),Ct(I,J,:),Iadvec_w(I,J),Iadvec_e(I+1,J),Iadvec_s(I,J),Iadvec_n(I,J+1), & 
    180180                                        Ux(i,j,:),Ux(i+1,j,:),Uy(i,j,:),Uy(i,j+1,:),T(i,j,:),T(i-1,j,:),T(i+1,j,:),T(i,j-1,:),T(i,j+1,:), & 
    181                                         H(i,j),Ts(i,j),Aa,Bb,Cc,Rr,Dx11,Dou,DTT,Dee,Uzr(i,j,:),Dttdx) 
     181                                        real(H(i,j)),Ts(i,j),Aa,Bb,Cc,Rr,Dx11,Dou,DTT,Dee,Uzr(i,j,:),Dttdx) 
    182182 
    183183          ! variables de calcul dans la glace 
     
    188188!   If (Itracebug.Eq.1) Write(num_tracebug,*)' avant appel  temp_col  i,j', i,j 
    189189          Call temp_col(Nz,Nzm,Nn,T3d_new(i,j,:),Ct(i,j,:),& 
    190                flot(i,j),H(i,j),Tbmer(i,j),Ibase(i,j),T(i,j,:),Tpmp(i,j,:),Aa,Bb,Cc,Rr,Hh,Ncond,Dee,Cm,& 
     190               flot(i,j),real(H(i,j)),Tbmer(i,j),Ibase(i,j),T(i,j,:),Tpmp(i,j,:),Aa,Bb,Cc,Rr,Hh,Ncond,Dee,Cm,& 
    191191               Dzm,Phid(i,j),Ghf(i,j),Ifail1,Tbdot(i,j),DTT,Dou,Ts(i,j)) 
    192192 
     
    207207         !$OMP END DO 
    208208 
     209 
    209210         !$OMP DO 
    210211    Do J=1,Ny 
     
    254255    End Do 
    255256    !$OMP END DO 
     257 
    256258 
    257259    !     Temperature Sur Les Bords : 
Note: See TracChangeset for help on using the changeset viewer.