Ignore:
Timestamp:
Dec 19, 2019, 4:51:01 PM (5 years ago)
Author:
dubos
Message:

simple_physics : planete.h => MODULE planet.F90

File:
1 edited

Legend:

Unmodified
Added
Removed
  • dynamico_lmdz/simple_physics/phyparam/param/vdif_cd.F

    r4176 r4184  
    11      SUBROUTINE vdif_cd( ngrid,pz0,pg,pz,pu,pv,pts,ph,pcdv,pcdh)
     2      USE planet, ONLY : karman
    23      IMPLICIT NONE
    34c=======================================================================
     
    5051      REAL zu2,z1,zri,zcd0,zz
    5152
    52       REAL karman,b,c,d,c2b,c3bc,c3b,z0,umin2
     53      REAL b,c,d,c2b,c3bc,c3b,z0,umin2
    5354      LOGICAL firstcal
    54       DATA karman,b,c,d,umin2/.4,5.,5.,5.,1.e-12/
     55      DATA b,c,d,umin2/5.,5.,5.,1.e-12/
    5556      DATA firstcal/.true./
    56       SAVE b,c,d,karman,c2b,c3bc,c3b,firstcal,umin2
     57      SAVE b,c,d,c2b,c3bc,c3b,firstcal,umin2
    5758
    5859c-----------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.