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/dissip_sw.f90

    r44 r98  
    2525  END SUBROUTINE allocate_dissip 
    2626  
    27   SUBROUTINE init_dissip(dt) 
     27  SUBROUTINE init_dissip 
    2828  USE icosa 
    2929   
    3030  IMPLICIT NONE 
    31   REAL,INTENT(IN)       :: dt 
    3231   
    3332  TYPE(t_field),POINTER :: f_u(:) 
Note: See TracChangeset for help on using the changeset viewer.