Ignore:
Timestamp:
Jun 17, 2015, 8:06:14 PM (9 years ago)
Author:
jescribano
Message:

Bugs corrections, control vector is now fine mode+coarse mode and seasalt coarse+fine, change in emission scheme parameters, more outputs at 10h30 and 13h30 LT. (Pending correct optical and sedimentation parameters)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/branches/LMDZ5_SPLA/libf/phylmd/cv3a_uncompress.F90

    r1992 r2303  
    138138      evap1(idcum(i), k) = evap(i, k) !RomP
    139139      ep1(idcum(i), k) = ep(i, k) !RomP
    140       eplamm(idcum(i), k) = eplamm(i, k) !RomP+jyg
     140      !eplamm(idcum(i), k) = eplamm(i, k) !RomP+jyg
     141      eplamm1(idcum(i), k) = eplamm(i, k) !RomP+jyg _ 20150518
    141142      wdtraina1(idcum(i), k) = wdtraina(i, k) !RomP
    142143      wdtrainm1(idcum(i), k) = wdtrainm(i, k) !RomP
     
    167168        sigij1(idcum(i), k, j) = sigij(i, k, j) !RomP
    168169        elij1(idcum(i), k, j) = elij(i, k, j) !RomP
    169         epmlmmm(idcum(i), k, j) = epmlmmm(i, k, j) !RomP+jyg
     170        !epmlmmm(idcum(i), k, j) = epmlmmm(i, k, j) !RomP+jyg
     171        epmlmmm1(idcum(i), k, j) = epmlmmm(i, k, j) !RomP+jyg 20150518
    170172      END DO
    171173    END DO
Note: See TracChangeset for help on using the changeset viewer.