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/dyn3d/leapfrog.F

    r2286 r2302  
    443443         IF (ip_ebil_dyn.ge.1 ) THEN
    444444          ztit='bil dyn'
    445 ! Ehouarn: be careful, diagedyn is Earth-specific (includes ../phylmd/..)!
     445! Ehouarn: be careful, diagedyn is Earth-specific!
    446446           IF (planet_type.eq."earth") THEN
    447 #ifdef CPP_EARTH
    448447            CALL diagedyn(ztit,2,1,1,dtphys
    449448     &    , ucov    , vcov , ps, p ,pk , teta , q(:,:,1), q(:,:,2))
    450 #endif
    451449           ENDIF
    452450         ENDIF ! of IF (ip_ebil_dyn.ge.1 )
Note: See TracChangeset for help on using the changeset viewer.