Ignore:
Timestamp:
01/26/24 16:49:00 (4 months ago)
Author:
aquiquet
Message:

Cleaning branch: continuing module3D cleaning

File:
1 edited

Legend:

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

    r446 r467  
    7070  subroutine icetemp 
    7171    !$ use OMP_LIB  
    72     use module3D_phy, only: uxbar,uybar,dtt,nzm,time,ux,uy,uzr,ts,h,h1,b,b1, & 
     72    use module3D_phy, only: uxbar,uybar,dtt,nzm,time,ux,uy,uzr,ts,h,b, & 
    7373                             ghf,t,tpmp,phid,flot,ibase,debug_3D,tbdot 
    7474    use runparam, only: itracebug,num_tracebug 
     
    223223    Do J=1,Ny 
    224224       Do I=1,Nx 
    225           H1(I,J)=H(I,J) 
    226           B1(I,J)=B(I,J) 
    227225          Tpmp(I,J,1)=0. 
    228226       End Do 
Note: See TracChangeset for help on using the changeset viewer.