Changeset 3059 for LMDZ6/trunk/libf/phylmd/phys_output_write_mod.F90
- Timestamp:
- Nov 8, 2017, 9:31:44 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/phys_output_write_mod.F90
r3048 r3059 31 31 USE vertical_layers_mod, ONLY : ap, bp, aps, bps 32 32 USE phys_output_ctrlout_mod, ONLY: o_phis, o_aire, is_ter, is_lic, is_oce, & 33 o_longitude, o_latitude, & 33 34 o_Ahyb, o_Bhyb,o_Ahyb_inter, o_Bhyb_inter, & 34 35 is_ave, is_sic, o_contfracATM, o_contfracOR, & … … 336 337 USE indice_sol_mod, ONLY: nbsrf 337 338 USE infotrac_phy, ONLY: nqtot, nqo, type_trac, tname, niadv 338 USE geometry_mod, ONLY: cell_area 339 USE geometry_mod, ONLY: cell_area, latitude_deg, longitude_deg 339 340 USE surface_data, ONLY: type_ocean, version_ocean, ok_veget, ok_snow 340 341 USE aero_mod, ONLY: naero_tot, id_STRAT_phy … … 547 548 CALL histwrite_phy(o_Ahyb_inter, Ahyb_bounds) 548 549 CALL histwrite_phy(o_Bhyb_inter, Bhyb_bounds) 550 CALL histwrite_phy(o_longitude, longitude_deg) 551 CALL histwrite_phy(o_latitude, latitude_deg) 549 552 ! 550 553 #ifdef CPP_RRTM
Note: See TracChangeset
for help on using the changeset viewer.