Changeset 1769 for trunk/LMDZ.MARS/libf


Ignore:
Timestamp:
Aug 26, 2017, 10:12:35 AM (7 years ago)
Author:
aslmd
Message:

LMDZ.MARS removed useless saved array pview in callradite

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/callradite_mod.F

    r1711 r1769  
    260260c   ---------------------
    261261
    262       real,save,allocatable :: pview(:)
    263      
    264262      real zco2   ! volume fraction of CO2 in Mars atmosphere
    265263      DATA zco2/0.95/
     
    278276        ! compute ndomain and allocate local saved arrays
    279277        ndomain= (ngrid-1) / ndomainsz + 1
    280         allocate(pview(ngrid))
    281278
    282279c        Assign a number to the different scatterers
     
    342339c        -------------------------------------------
    343340
    344          DO ig=1,ngrid
    345             pview(ig)=1.66     ! cosecant of viewing angle
    346          ENDDO
    347341         gcp = g/cpp
    348342
Note: See TracChangeset for help on using the changeset viewer.