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 moved

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/dynlonlat_phylonlat/phylmd/etat0phys_netcdf.F90

    r2300 r2302  
    3636  USE ioipsl,             ONLY: flininfo, flinopen, flinget, flinclo
    3737  USE assert_eq_m,        ONLY: assert_eq
    38 #ifdef CPP_EARTH
    3938  USE dimphy
    4039  USE phys_state_var_mod, ONLY: zmea, zstd, zsig, zgam, zthe, zpic, zval, z0m, &
     
    4443    zmax0,fevap, rnebcon,falb_dir, wake_fip,    agesno,  detr_therm, pbl_tke,  &
    4544    phys_state_var_init
    46 #endif
    4745
    4846  PRIVATE
     
    8280!-------------------------------------------------------------------------------
    8381  USE control_mod
    84 #ifdef CPP_EARTH
    8582  USE infotrac
    8683  USE fonte_neige_mod
     
    9390  USE test_disvert_m, ONLY: test_disvert
    9491  USE grid_atob_m,    ONLY: grille_m
    95 #endif
    9692  IMPLICIT NONE
    9793!-------------------------------------------------------------------------------
     
    10096  REAL,    INTENT(INOUT) :: masque(:,:) !--- Land mask           dim(iip1,jjp1)
    10197  REAL,    INTENT(INOUT) :: phis  (:,:) !--- Ground geopotential dim(iip1,jjp1)
    102 #ifndef CPP_EARTH
    103   WRITE(lunout,*)'etat0phys_netcdf: Earth-specific routine, needs Earth physics'
    104 #else
    10598!-------------------------------------------------------------------------------
    10699! Local variables:
     
    315308  CALL histclo()
    316309
    317 #endif
    318 !#endif of #ifdef CPP_EARTH
    319 
    320310END SUBROUTINE etat0phys_netcdf
    321311!
     
    323313
    324314
    325 #ifdef CPP_EARTH
    326315!-------------------------------------------------------------------------------
    327316!
     
    550539!-------------------------------------------------------------------------------
    551540
    552 #endif
    553 !#endif of #ifdef CPP_EARTH
    554541
    555542END MODULE etat0phys
Note: See TracChangeset for help on using the changeset viewer.