Ignore:
Timestamp:
08/05/14 15:56:49 (10 years ago)
Author:
ymipsl
Message:

Synchronize trunk and Saturn branch.
Merge modification from Saturn branch to trunk

YM

File:
1 edited

Legend:

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

    r202 r266  
    300300!            f_buf_i, f_buf_v, f_buf_u3d, f_buf_ulon, f_buf_ulat, f_buf_s, f_buf_p) 
    301301       CALL un2ulonlat(f_u, f_buf_ulon, f_buf_ulat) 
    302        CALL writefield("ulon",f_buf_ulon) 
    303        CALL writefield("ulat",f_buf_ulat) 
     302       CALL output_field("ulon",f_buf_ulon) 
     303       CALL output_field("ulat",f_buf_ulat) 
    304304 
    305305       CALL output_field("ps",f_ps) 
Note: See TracChangeset for help on using the changeset viewer.