Ignore:
Timestamp:
07/28/12 05:17:34 (12 years ago)
Author:
dubos
Message:

Removed duplicate write_field
Solved compilation issues with cpp on Bluefire (use GNU cpp)
Tested : Test case 3 with nbp=20 and interpolation to lat-lon.

File:
1 edited

Legend:

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

    r45 r46  
    102102  CALL etat0(f_ps,f_phis,f_theta_rhodz,f_u, f_q) 
    103103   
    104   CALL writefield('ps',f_ps) 
    105   CALL writefield('theta_rhodz',f_theta_rhodz) 
    106    
    107104  DO it=0,itaumax 
    108105    PRINT *,"It No :",It,"   t :",dt*It 
     
    133130    END SELECT 
    134131 
    135      
    136     IF ( itau_out>0 .AND. MOD(it,itau_out)==0) THEN 
    137       CALL writefield("q",f_q) 
    138       CALL writefield("ps",f_ps) 
    139     ENDIF 
    140  
    141   ENDDO 
     132 ENDDO 
    142133   
    143134  CONTAINS 
Note: See TracChangeset for help on using the changeset viewer.