Ignore:
Timestamp:
Nov 28, 2014, 4:36:29 PM (10 years ago)
Author:
Laurent Fairhead
Message:

Merged trunk changes -r2070:2158 into testing branch. Compilation problems introduced by revision r2155 have been corrected by hand

Location:
LMDZ5/branches/testing
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/branches/testing

  • LMDZ5/branches/testing/libf/phylmd/stdlevvar.F90

    r1910 r2160  
    5353      REAL, dimension(klon), intent(out) :: u_10m, t_10m, q_10m
    5454!-------------------------------------------------------------------------
     55      include "flux_arp.h"
    5556      include "YOMCST.h"
    5657!IM PLUS
     
    101102 &                   ts1, qsurf, rugos, okri, ri1,  &         
    102103 &                   cdram, cdrah, cdran, zri1, pref)           
     104! --- special Dice: on force cdragm ( a defaut de forcer ustar) MPL 05082013
     105     IF (ok_prescr_ust) then
     106      DO i = 1, knon
     107       print *,'cdram avant=',cdram(i)
     108       cdram(i) = ust*ust/speed(i)/speed(i)
     109       print *,'cdram ust speed apres=',cdram(i),ust,speed
     110      ENDDO
     111     ENDIF
    103112!
    104113!---------Star variables----------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.