Ignore:
Timestamp:
03/31/16 11:01:50 (8 years ago)
Author:
aquiquet
Message:

Tracers back in the code / use notracer unchanged

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SOURCES/tracer_vars_mod.f90

    r4 r54  
    2525  integer :: nspectimes 
    2626  real :: time_max_accu 
     27 
     28  ! afq marion dufresne: tracer with no climat perturb 
     29  ! i.e. we read the Forcage Tpert to compute past accumulation via 
     30  ! rappact 
     31  ! OR we read directly past accum (choice in namelist) 
     32  ! if past accum is given it will still be read with the name Tpert 
     33  ! the past accum given should be the ratio acc_palaeo / acc_present 
     34  integer :: nft_tra                         ! number of snapshot Tpert 
     35  integer :: type_accum                      ! Tpert is given (=0) or accpert (1) 
     36  real    :: rappact_tra                     ! accumulation ratio to convert Tpert 
     37  real    :: coeft_tra                       ! coeft to convert Tpert 
     38  real,dimension(:),allocatable :: tpert_tra ! temperature perturbation 
     39  real,dimension(:),allocatable :: tdate_tra ! time for Tpert 
     40 
    2741   
    2842  integer, dimension(maxspectimes) :: trout 
Note: See TracChangeset for help on using the changeset viewer.