Changeset 1358


Ignore:
Timestamp:
Oct 27, 2014, 9:48:43 AM (10 years ago)
Author:
emillour
Message:

Mars GCM:
Correction wrt rev 1357; comcstfi.h no longer exists.
EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/aeronomars/moldiff_red.F90

    r1357 r1358  
    88!#include "dimensions.h"
    99!#include "dimphys.h"
    10 #include "comcstfi.h"
     10!#include "comcstfi.h"
    1111!#include "callkeys.h"
    1212!#include "comdiurn.h"
     
    7272      real*8,dimension(:),allocatable,save :: Mtot1,Mtot2,Mraf1,Mraf2
    7373      character(len=20),dimension(14) :: ListeDiff
     74      real*8,parameter :: pi=3.141592653
     75      real*8,parameter :: g=3.72d0
    7476!ccccccccccccccccccccccccccccccccccccccccccccccccccccccc
    7577!     tracer numbering in the molecular diffusion
     
    212214      kbolt=1.3806504d-23
    213215      RgazP=8.314472   
    214       PI =3.141592653
    215       g=3.72d0
     216!      PI =3.141592653
     217!      g=3.72d0
    216218      Rmars=3390000d0 ! Used to compute escape parameter no need to be more accurate
    217219        Grav=6.67d-11
Note: See TracChangeset for help on using the changeset viewer.