- Timestamp:
- Apr 15, 2015, 6:49:07 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
dynamico_lmdz/aquaplanet/LMDZ5/libf/phylmd/phys_output_write_mod.F90
r3809 r3814 25 25 26 26 USE dimphy, only: klon, klev, klevp1, nslay 27 USE control_ mod, only: day_step, iphysiq27 USE control_phy_mod, only: day_step, iphysiq 28 28 USE phys_output_ctrlout_mod, only: o_phis, o_aire, is_ter, is_lic, is_oce, & 29 29 is_ave, is_sic, o_contfracATM, o_contfracOR, & … … 232 232 USE pbl_surface_mod, only: snow 233 233 USE indice_sol_mod, only: nbsrf 234 USE infotrac , only: nqtot, nqo, type_trac234 USE infotrac_phy, only: nqtot, nqo, type_trac 235 235 USE comgeomphy, only: airephy 236 236 USE surface_data, only: type_ocean, version_ocean, ok_veget, ok_snow … … 247 247 #endif 248 248 USE phys_cal_mod, only : mth_len 249 249 USE temps_phy_mod 250 250 251 251 IMPLICIT NONE 252 252 253 253 254 INCLUDE "temps.h"255 254 INCLUDE "clesphys.h" 256 255 INCLUDE "thermcell.h"
Note: See TracChangeset
for help on using the changeset viewer.