Ignore:
Timestamp:
Jun 5, 2012, 1:41:39 PM (12 years ago)
Author:
acolaitis
Message:

GCM: modifications to allow for nesting compilation. Transparent to GCM user. MESOSCALE: handling of functions and modules for nesting compilation. Full nested configuration with new physics is now fully compiling.

File:
1 edited

Legend:

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

    r694 r695  
    277277c arguments                 
    278278      integer         ig        ! ADDED FOR TRACEBACK
    279       real*8            me      ! I. path's absorber amount 
     279      real*8          me      ! I. path's absorber amount 
    280280      real*8          pe        ! I. path's presion total
    281281      real*8          plaux     ! I. path's partial pressure of CO2
     
    287287     
    288288c local variables                               
    289       integer   i                                     
    290       real*8            y,x,wl,wd                   
    291       real*8            cn(0:7),dn(0:7)                       
    292       real*8            pi, xx                               
     289      integer         i                                     
     290      real*8          y,x,wl,wd                   
     291      real*8          cn(0:7),dn(0:7)                       
     292      real*8          pi, xx                               
    293293      real*8          f_sat_box                     
    294294      real*8          dv_sat_box, dv_corte_box       
     
    558558      write(2,7) c1,c,c2,fsim(c1),fsim(c),fsim(c2)   
    559559      write(*,7) c1,c,c2,fsim(c1),fsim(c),fsim(c2)     
    560  7    format(2x,17hsimrule fails at ,/,3e15.6,/,3e15.6)     
     560 7    format(2x,'17hsimrule fails at ',/,3e15.6,/,3e15.6)     
    561561      goto 8                                         
    562562 5    a0=s1(n)                                 
Note: See TracChangeset for help on using the changeset viewer.