Ignore:
Timestamp:
10/13/17 21:21:27 (7 years ago)
Author:
dubos
Message:

devel : accumulate tracer fluxes over time for diagnostics

File:
1 edited

Legend:

Unmodified
Added
Removed
  • codes/icosagcm/devel/src/icosa_init.f90

    r533 r583  
    11MODULE icosa_init_mod 
    2  
    3  
    42 
    53CONTAINS 
     
    2220  USE restart_mod 
    2321  USE etat0_mod 
     22  USE diagflux_mod 
    2423  IMPLICIT NONE 
    2524   
     
    5554    CALL init_timeloop 
    5655    CALL init_physics 
    57     
     56 
     57    CALL init_diagflux 
    5858    CALL timeloop 
    5959    CALL switch_omp_no_distrib_level 
Note: See TracChangeset for help on using the changeset viewer.