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

    r70 r98  
    99  REAL(rstd),POINTER :: out_z(:,:) 
    1010  
    11   INTEGER :: itau_out 
    1211   
    1312CONTAINS 
    1413   
    15   SUBROUTINE init_caldyn(dt) 
    16   USE icosa 
    17   IMPLICIT NONE 
    18     REAL(rstd),INTENT(IN) :: dt 
    19     REAL(rstd) :: write_period 
    20     CALL allocate_caldyn 
    21  
    22     CALL getin('write_period',write_period) 
    23      
    24     itau_out=INT(write_period/dt) 
    25      
     14  SUBROUTINE init_caldyn 
     15  USE icosa 
     16  IMPLICIT NONE 
     17 
    2618    CALL allocate_caldyn 
    2719   
Note: See TracChangeset for help on using the changeset viewer.