Changeset 3805 for LMDZ6/trunk/libf/phylmd
- Timestamp:
- Jan 19, 2021, 9:51:28 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/Dust/phys_output_write_spl_mod.F90
r3786 r3805 383 383 USE infotrac, ONLY: nqtot, nqo, nbtr, type_trac 384 384 USE geometry_mod, ONLY: cell_area 385 USE surface_data, ONLY: type_ocean, version_ocean, ok_veget, ok_snow385 USE surface_data, ONLY: type_ocean, version_ocean, ok_veget, landice_opt 386 386 ! USE aero_mod, ONLY: naero_spc 387 387 USE aero_mod, ONLY: naero_tot, id_STRAT_phy … … 677 677 CALL histwrite_phy(o_tauy, zx_tmp_fi2d) 678 678 679 IF ( ok_snow) THEN679 IF (landice_opt .GE. 1 ) THEN 680 680 CALL histwrite_phy(o_snowsrf, snow_o) 681 681 CALL histwrite_phy(o_qsnow, qsnow)
Note: See TracChangeset
for help on using the changeset viewer.