Ignore:
Timestamp:
08/04/12 01:10:06 (12 years ago)
Author:
ymipsl
Message:

Put time variable : dt, itaumax, write_period, itau_out in the time module

YM

File:
1 edited

Legend:

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

    r19 r98  
    2222  REAL(rstd),POINTER :: dh(:), dhm1(:), dhm2(:) 
    2323  REAL(rstd),POINTER :: du(:), dum1(:), dum2(:) 
    24   REAL(rstd) :: dt 
    2524  INTEGER :: ind 
    2625  INTEGER :: it,i,j,n 
    2726  INTEGER :: scheme 
    2827  INTEGER :: matsuno_period 
    29   INTEGER :: itaumax 
    3028   
    3129 
    32   dt=90. 
    33   CALL getin('dt',dt) 
    34  
    35   itaumax=100 
    36   CALL getin('itaumax',itaumax) 
    3730   
    3831  scheme=leapfrog_matsuno 
     
    6053 
    6154  CALL allocate_caldyn 
    62   CALL init_dissip(dt) 
     55  CALL init_dissip 
    6356 
    6457  CALL etat0_williamson(f_h,f_u) 
Note: See TracChangeset for help on using the changeset viewer.