Ignore:
Timestamp:
08/01/15 15:05:27 (9 years ago)
Author:
dubos
Message:

Synced with aquaplanet branch HEAT@45 - tested with DCMIP4

File:
1 edited

Legend:

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

    r286 r347  
    7676 
    7777       theta_eq=f_theta_eq(ind)  
    78        CALL compute_Teq(lat_i,theta_eq) ! FIXME : already done by Init_Teq 
     78       CALL compute_Teq(lat_i,theta_eq) ! FIXME : already done by Init_Teq  
    7979 
    8080       ps=f_ps(ind) 
     
    9090       CALL compute_theta2theta_rhodz(ps,theta,theta_rhodz,1) 
    9191       q=f_q(ind) 
    92        q(:,:,:)=1e2 
     92       q(:,:,1)=1e-2 
     93       q(:,:,2)=0 
     94       q(:,:,3:)=1e-2 
    9395    ENDDO 
    9496  END SUBROUTINE etat0 
Note: See TracChangeset for help on using the changeset viewer.