Ignore:
Timestamp:
04/08/16 09:41:16 (8 years ago)
Author:
dubos
Message:

More NH diagnostics - bugfix needed

File:
1 edited

Legend:

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

    r372 r374  
    3434    IF (.NOT. enable_io) itau_out=HUGE(itau_out) 
    3535     
    36     def='ARK2.3' 
     36    def='RK2.5' 
    3737    CALL getin('time_scheme',def) 
    3838    SELECT CASE (TRIM(def)) 
     
    231231       IF (mod(it,itau_out)==0 ) THEN 
    232232          CALL transfert_request(f_u,req_e1_vect) 
    233           CALL write_output_fields_basic(f_ps, f_u, f_q) 
     233          CALL write_output_fields_basic(f_ps, f_mass, f_geopot, f_u, f_W, f_q) 
    234234       ENDIF 
    235235 
Note: See TracChangeset for help on using the changeset viewer.