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/lineartemp-0.2.f90

    r414 r467  
    1313 
    1414  use geography, only:nx,ny,nz,nzm 
    15   use module3D_phy, only:H1,H,B1,B,TG,bmelt,T,TS,tpmp,ghf 
     15  use module3D_phy, only:H,B,bmelt,T,TS,tpmp,ghf 
    1616  use icetemp_declar, only:Dzm,Cm 
    1717   
     
    1919 
    2020  integer :: i,j,k 
     21  real,dimension(nx,ny) :: TG           !< degrees above melting point at the base 
    2122 
    2223  do I=1,NX 
    2324     do J=1,NY  
    24         H1(I,J)=H(I,J)  
    25         B1(I,J)=B(I,J)  
    2625        TG(I,J)=0. 
    2726        BMELT(I,J)=0. 
Note: See TracChangeset for help on using the changeset viewer.