Ignore:
Timestamp:
Jan 11, 2017, 3:33:51 PM (8 years ago)
Author:
jvatant
Message:

+ Major clean of the new LMDZ.TITAN from too-generic options and routines (water, co2, ocean, surface type ...)
+ From this revision LMDZ.TITAN begins to be really separated from LMDZ.GENERIC
+ Partial desactivation of aerosols, only the dummy case is still enabled to keep the code running ( new aerosol routines to come in followings commits )

JVO

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.TITAN/libf/phytitan/iniaerosol.F

    r1397 r1647  
    44      use radinc_h, only: naerkind
    55      use aerosol_mod
    6       use callkeys_mod, only: aeroco2,aeroh2o,dusttau,aeroh2so4,
    7      &          aeroback2lay
     6      use callkeys_mod, only: aeroback2lay
    87
    98      IMPLICIT NONE
     
    2221
    2322      ia=0
    24       if (aeroco2) then
    25          ia=ia+1
    26          iaero_co2=ia
    27       endif
    28       write(*,*) '--- CO2 aerosol = ', iaero_co2
    29  
    30       if (aeroh2o) then
    31          ia=ia+1
    32          iaero_h2o=ia
    33       endif
    34       write(*,*) '--- H2O aerosol = ', iaero_h2o
    35 
    36       if (dusttau.gt.0) then
    37          ia=ia+1
    38          iaero_dust=ia
    39       endif
    40       write(*,*) '--- Dust aerosol = ', iaero_dust
    41 
    42       if (aeroh2so4) then
    43          ia=ia+1
    44          iaero_h2so4=ia
    45       endif
    46       write(*,*) '--- H2SO4 aerosol = ', iaero_h2so4
    47      
     23       
    4824      if (aeroback2lay) then
    4925         ia=ia+1
     
    5935
    6036      if (ia.eq.0) then  !For the zero aerosol case.
     37         noaero = .true.
    6138         ia = 1
    62          noaero = .true.
    63          iaero_co2=ia
    6439      endif
    6540
Note: See TracChangeset for help on using the changeset viewer.