Ignore:
Timestamp:
Apr 10, 2017, 11:14:59 AM (8 years ago)
Author:
slebonnois
Message:

SL: corrections after testing of cloud microphysics in 1D

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.VENUS/libf/phyvenus/dyn1d/rcm1d.F

    r1621 r1691  
    194194      READ(unit,*) lati(1)
    195195      PRINT *,lati(1)
     196      lati(1)=lati(1)*pi/180.  ! must be in radians.
    196197      long(1)=0.E+0
    197198
     
    206207      cufi(1)=1.E+0
    207208      cvfi(1)=1.E+0
     209
     210      call ini_cpdet
    208211
    209212c Ehouarn: iniphysiq requires arrays related to (3D) dynamics grid,
     
    220223     &            rad,g,r,cpp,1)
    221224
    222       call ini_cpdet
    223 
    224225c   le geopotentiel au sol est inutile en 1D car tout est controle
    225226c   par la pression de surface --->
     
    348349      solsw(1)    = 0.
    349350      sollw(1)    = 0.
    350       fder(1)      = 0.
     351      fder(1)     = 0.
    351352      radsol(1)   = 0.
    352353     
Note: See TracChangeset for help on using the changeset viewer.