Ignore:
Timestamp:
11/19/17 00:18:39 (6 years ago)
Author:
dubos
Message:

trunk : added AAM_tot to detailed AAM budget

File:
1 edited

Legend:

Unmodified
Added
Removed
  • codes/icosagcm/trunk/src/initial/etat0_heldsz.f90

    r548 r607  
    245245          DO i=ii_begin-1,ii_end+1 
    246246             ij=(j-1)*iim+i 
    247              theta(ij,l)=theta(ij,l) - dt*(theta(ij,l)-theta_eq(ij,l))* & 
     247             theta(ij,l)=theta(ij,l) - itau_physics*dt*(theta(ij,l)-theta_eq(ij,l))* & 
    248248                  (knewt_g+knewt_t(l)*COS(lat(ij))**4 ) 
    249249          ENDDO 
     
    253253 
    254254    Do l=1,llm 
    255        u(:,l)=u(:,l)*(1.-dt*kfrict(l)) 
     255       u(:,l)=u(:,l)*(1.-itau_physics*dt*kfrict(l)) 
    256256    END DO 
    257257 
Note: See TracChangeset for help on using the changeset viewer.