Changeset 154


Ignore:
Timestamp:
05/19/13 12:30:25 (11 years ago)
Author:
dubos
Message:

Almost nothing

File:
1 edited

Legend:

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

    r151 r154  
    208208  END DO 
    209209  fluxt_zero=.TRUE. 
    210  
    211 ! check that rhodz is consistent with ps 
    212 !  CALL transfert_request(f_rhodz,req_i1) 
    213 !  CALL transfert_request(f_ps,req_i1) 
    214 !  DO ind=1,ndomain 
    215 !     CALL swap_dimensions(ind) 
    216 !     CALL swap_geometry(ind) 
    217 !     rhodz=f_rhodz(ind); ps=f_ps(ind) 
    218 !     CALL compute_rhodz(.FALSE., ps, rhodz)    
    219 !  END DO 
    220    
    221210 
    222211  DO it=0,itaumax 
Note: See TracChangeset for help on using the changeset viewer.