- Timestamp:
- Jun 17, 2015, 2:46:36 PM (9 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/dynlonlat_phylonlat/phylmd/etat0phys_netcdf.F90
r2300 r2302 36 36 USE ioipsl, ONLY: flininfo, flinopen, flinget, flinclo 37 37 USE assert_eq_m, ONLY: assert_eq 38 #ifdef CPP_EARTH39 38 USE dimphy 40 39 USE phys_state_var_mod, ONLY: zmea, zstd, zsig, zgam, zthe, zpic, zval, z0m, & … … 44 43 zmax0,fevap, rnebcon,falb_dir, wake_fip, agesno, detr_therm, pbl_tke, & 45 44 phys_state_var_init 46 #endif47 45 48 46 PRIVATE … … 82 80 !------------------------------------------------------------------------------- 83 81 USE control_mod 84 #ifdef CPP_EARTH85 82 USE infotrac 86 83 USE fonte_neige_mod … … 93 90 USE test_disvert_m, ONLY: test_disvert 94 91 USE grid_atob_m, ONLY: grille_m 95 #endif96 92 IMPLICIT NONE 97 93 !------------------------------------------------------------------------------- … … 100 96 REAL, INTENT(INOUT) :: masque(:,:) !--- Land mask dim(iip1,jjp1) 101 97 REAL, INTENT(INOUT) :: phis (:,:) !--- Ground geopotential dim(iip1,jjp1) 102 #ifndef CPP_EARTH103 WRITE(lunout,*)'etat0phys_netcdf: Earth-specific routine, needs Earth physics'104 #else105 98 !------------------------------------------------------------------------------- 106 99 ! Local variables: … … 315 308 CALL histclo() 316 309 317 #endif318 !#endif of #ifdef CPP_EARTH319 320 310 END SUBROUTINE etat0phys_netcdf 321 311 ! … … 323 313 324 314 325 #ifdef CPP_EARTH326 315 !------------------------------------------------------------------------------- 327 316 ! … … 550 539 !------------------------------------------------------------------------------- 551 540 552 #endif553 !#endif of #ifdef CPP_EARTH554 541 555 542 END MODULE etat0phys
Note: See TracChangeset
for help on using the changeset viewer.