Changeset 2058 for trunk/LMDZ.GENERIC


Ignore:
Timestamp:
Jan 9, 2019, 1:01:19 PM (6 years ago)
Author:
jleconte
Message:

on our way to compile mesoscale+generic with gfortran

Location:
trunk/LMDZ.GENERIC/libf/phystd
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/libf/phystd/dyn1d/rcm1d.F

    r1984 r2058  
    848848! Initialize chemical species
    849849! -----------------
     850#ifndef MESOSCALE
    850851      if(tracer.and.photochem) then
    851852           call initracer(1,nq,tname)
     
    856857           noms(1:nq)=nametmp(1:nq)
    857858      endif ! tracer and photochem
     859#endif
    858860
    859861
  • trunk/LMDZ.GENERIC/libf/phystd/physiq_mod.F90

    r2032 r2058  
    5757      use comm_wrf, only : comm_HR_SW, comm_HR_LW, &
    5858                           comm_CLOUDFRAC,comm_TOTCLOUDFRAC,&
     59                           comm_SURFRAIN,comm_REEVAP,comm_HR_DYN,&
    5960                           comm_RAIN,comm_SNOW,comm_ALBEQ,&
    6061                           comm_FLUXTOP_DN,comm_FLUXABS_SW,&
     
    777778      ! Compute mean mass, cp, and R
    778779      ! --------------------------------
    779 
     780#ifndef MESOSCALE
    780781      if(photochem) then
    781782         call concentrations(ngrid,nlayer,nq,pplay,pt,pdt,pq,pdq,ptimestep)
    782783      endif
     784#endif
    783785
    784786!---------------------------------
     
    13501352  ! -------------------------
    13511353
     1354#ifndef MESOSCALE
    13521355         IF (photochem) then
    13531356
     
    13851388
    13861389         END IF  ! of IF (photochem)
    1387 
     1390#endif
    13881391
    13891392
Note: See TracChangeset for help on using the changeset viewer.