Changeset 349


Ignore:
Timestamp:
08/01/15 15:43:11 (9 years ago)
Author:
dubos
Message:

Re-enabled dycore output lost in HEAT@45

File:
1 edited

Legend:

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

    r347 r349  
    301301!       CALL write_output_fields(f_ps, f_phis, f_dps, f_u, f_theta_rhodz, f_q, & 
    302302!            f_buf_i, f_buf_v, f_buf_u3d, f_buf_ulon, f_buf_ulat, f_buf_s, f_buf_p) 
    303 !       CALL un2ulonlat(f_u, f_buf_ulon, f_buf_ulat) 
    304 !       CALL output_field("ulon",f_buf_ulon) 
    305 !       CALL output_field("ulat",f_buf_ulat) 
    306  
    307 !       CALL output_field("ps",f_ps) 
     303       CALL un2ulonlat(f_u, f_buf_ulon, f_buf_ulat) 
     304       CALL output_field("ulon",f_buf_ulon) 
     305       CALL output_field("ulat",f_buf_ulat) 
     306       CALL output_field("ps",f_ps) 
    308307!       CALL output_field("dps",f_dps) 
    309308!       CALL output_field("mass",f_mass) 
    310309!       CALL output_field("dmass",f_dmass) 
    311 !       CALL output_field("vort",f_qv) 
    312 !       CALL output_field("theta",f_theta) 
     310       CALL output_field("vort",f_qv) 
     311       CALL output_field("theta",f_theta) 
    313312!       CALL output_field("exner",f_pk) 
    314313!       CALL output_field("pv",f_qv) 
    315 !  
     314  
    316315    END IF 
    317316     
Note: See TracChangeset for help on using the changeset viewer.