Ignore:
Timestamp:
Oct 30, 2016, 4:35:25 PM (8 years ago)
Author:
oboucher
Message:

Adding a module for stratospheric aerosols with a bin scheme.
The module gets activated with -strataer true compiling option.
May not quite work yet, more testing needed, but should not affect
the rest of LMDz as everything is under a CPP_StratAer key.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/phylmd/infotrac_phy.F90

    r2320 r2690  
    9595                               indnum_fn_num_,index_trac_,&
    9696                               niso_,ntraceurs_zone_,ntraciso_)
    97   ! transfer information on tracers from dynamics to physics
    98   USE print_control_mod, ONLY: prt_level, lunout
    99   IMPLICIT NONE
     97
     98    ! transfer information on tracers from dynamics to physics
     99    USE print_control_mod, ONLY: prt_level, lunout
     100    IMPLICIT NONE
     101
    100102    INTEGER,INTENT(IN) :: nqtot_
    101103    INTEGER,INTENT(IN) :: nqo_
Note: See TracChangeset for help on using the changeset viewer.