Ignore:
Timestamp:
Jun 17, 2015, 2:46:36 PM (9 years ago)
Author:
Ehouarn Millour
Message:

Move etat0phys_netcdf.F90 to "dynlonlat_phylonlat/phylmd" as it relies on "phylmd" routines.
Some cleanup to remove obsolete and unecessary CPP_EARTH preprocessing condition.
EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/dyn3dpar/leapfrog_p.F

    r2239 r2302  
    747747      IF (ip_ebil_dyn.ge.1 ) THEN
    748748          ztit='bil dyn'
    749 ! Ehouarn: be careful, diagedyn is Earth-specific (includes ../phylmd/..)!
     749! Ehouarn: be careful, diagedyn is Earth-specific!
    750750           IF (planet_type.eq."earth") THEN
    751 #ifdef CPP_EARTH
    752751            CALL diagedyn(ztit,2,1,1,dtphys
    753752     &    , ucov    , vcov , ps, p ,pk , teta , q(:,:,1), q(:,:,2))
    754 #endif
    755753           ENDIF
    756754      ENDIF
Note: See TracChangeset for help on using the changeset viewer.