Ignore:
Timestamp:
Nov 6, 2006, 4:51:16 PM (18 years ago)
Author:
Laurent Fairhead
Message:

Modifications pour rendre INCA plus independant de LMDZ ACo
LF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/branches/V3_test/libf/phylmd/physiq.F

    r720 r726  
    2525      USE misc_mod, mydebug=>debug
    2626      USE vampir
    27 #ifdef INCA
    28 cym      USE chemshut
    29       USE species_names
    30 #ifdef INCA_CH4
    31 !      USE obs_pos
    32 #endif
    33 #endif
    3427      IMPLICIT none
    3528c======================================================================
     
    19451938           WRITE(lunout,*) 'Appel CHEMINI ...'
    19461939#endif
    1947            CALL chemini( rpi,
     1940           CALL chemini(
    19481941     $                   rg,
    19491942     $                   ra,
     
    30213014
    30223015#ifdef INCA_AER
    3023       call AEROSOL_METEO_CALC(calday,pdtphys,pplay,paprs,t,pmflxr,pmflxs,
    3024      &   prfl,psfl,pctsrf(1,3),airephy,xjour,rlat,rlon)
     3016      call AEROSOL_METEO_CALC(calday,pdtphys,pplay,paprs,t,pmflxr,pmflxs
     3017     &   ,prfl,psfl,pctsrf,airephy,xjour,rlat,rlon,u10m,v10m)
    30253018#endif
    30263019
Note: See TracChangeset for help on using the changeset viewer.