Ignore:
Timestamp:
08/30/19 13:26:23 (5 years ago)
Author:
sfromang
Message:

set tracers densities to zero in held-suarez test case intialisation (needed for correct start of aquaplanet configurations)

File:
1 edited

Legend:

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

    r901 r967  
    9292       IF(nqtot>0) THEN 
    9393          q=f_q(ind) 
    94           q(:,:,1)=1e-2 
     94          q(:,:,1)=0. 
    9595          IF(nqtot>1) q(:,:,2)=0 
    96           IF(nqtot>2) q(:,:,3:)=1e-2 
     96          IF(nqtot>2) q(:,:,3:)=0. 
    9797       END IF 
    9898    ENDDO 
Note: See TracChangeset for help on using the changeset viewer.