Changeset 3825 for dynamico_lmdz/aquaplanet/LMDZ5/libf/phylmd/phyetat0.F90
- Timestamp:
- May 6, 2015, 12:14:12 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
dynamico_lmdz/aquaplanet/LMDZ5/libf/phylmd/phyetat0.F90
r3818 r3825 9 9 USE pbl_surface_mod, ONLY : pbl_surface_init 10 10 USE surface_data, ONLY : type_ocean, version_ocean 11 USE geometry_mod, ONLY : lon_degrees, lat_degrees 11 12 USE phys_state_var_mod, ONLY : ancien_ok, clwcon, detr_therm, dtime, & 12 13 qsol, fevap, z0m, z0h, agesno, & … … 14 15 falb_dir, falb_dif, & 15 16 ftsol, pbl_tke, pctsrf, q_ancien, radpas, radsol, rain_fall, ratqs, & 16 r lat, rlon, rnebcon, rugoro, sig1, snow_fall, solaire_etat0, sollw, sollwdown, &17 rnebcon, rugoro, sig1, snow_fall, solaire_etat0, sollw, sollwdown, & 17 18 solsw, t_ancien, u_ancien, v_ancien, w01, wake_cstar, wake_deltaq, & 18 19 wake_deltat, wake_delta_pbl_TKE, delta_tsurf, wake_fip, wake_pe, & … … 135 136 clesphy0(8)=tab_cntrl( 12 ) 136 137 137 ! Lecture des latitudes (coordonnees):138 139 CALL get_field("latitude", rlat)140 141 ! Lecture des longitudes (coordonnees):142 143 CALL get_field("longitude", rlon)144 138 145 139 ! Lecture du masque terre mer … … 845 839 ! Initialize module ocean_cpl_mod for the case of coupled ocean 846 840 IF ( type_ocean == 'couple' ) THEN 847 CALL ocean_cpl_init(dtime, rlon, rlat)848 ENDIF 849 850 CALL init_iophy_new( rlat, rlon)841 CALL ocean_cpl_init(dtime, lon_degrees, lat_degrees) 842 ENDIF 843 844 CALL init_iophy_new(lon_degrees, lat_degrees) 851 845 852 846 ! Initilialize module fonte_neige_mod
Note: See TracChangeset
for help on using the changeset viewer.