Ignore:
Timestamp:
May 4, 2012, 10:24:20 AM (13 years ago)
Author:
emillour
Message:

Mars GCM:

  • some syntax corrections in thermcall_main_mars, vdif_cd, pbl_parameters which cause problems when compiling with some strict compilers (g95, gfortran)
  • added an initialisation of 'varian' in initracer for cases when using conrath dust; because that value can be is used elsewhere (e.g. surfacearea)

JYC+EM

File:
1 edited

Legend:

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

    r636 r648  
    150150!         zu2(ig)=MAX(pu(ig,1)*pu(ig,1) + pv(ig,1)*pv(ig,1),             &
    151151!     &      (0.3*wstar(ig))**2)
    152           zu2(ig)=pu(ig,1)*pu(ig,1) + pv(ig,1)*pv(ig,1) +
     152          zu2(ig)=pu(ig,1)*pu(ig,1) + pv(ig,1)*pv(ig,1)
    153153     &     + (log(1.+0.7*wstar(ig) + 2.3*wstar(ig)**2))**2
    154154
Note: See TracChangeset for help on using the changeset viewer.