Changeset 1095 for LMDZ4/branches/LMDZ4-dev/libf/phylmd/phys_output_write.h
- Timestamp:
- Feb 13, 2009, 10:52:29 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ4/branches/LMDZ4-dev/libf/phylmd/phys_output_write.h
r1083 r1095 802 802 IF (o_rugs%flag(iff)<=lev_files(iff)) THEN 803 803 CALL histwrite_phy(nid_files(iff),o_rugs%name,itau_w,zxrugs) 804 ENDIF 805 806 IF (ok_ade) THEN 807 IF (o_topswad%flag(iff)<=lev_files(iff)) THEN 808 CALL histwrite_phy(nid_files(iff),o_topswad%name,itau_w,topswad) 809 ENDIF 810 IF (o_solswad%flag(iff)<=lev_files(iff)) THEN 811 CALL histwrite_phy(nid_files(iff),o_solswad%name,itau_w,solswad) 812 ENDIF 813 ENDIF 814 815 IF (ok_aie) THEN 816 IF (o_topswai%flag(iff)<=lev_files(iff)) THEN 817 CALL histwrite_phy(nid_files(iff),o_topswai%name,itau_w,topswai) 818 ENDIF 819 IF (o_solswai%flag(iff)<=lev_files(iff)) THEN 820 CALL histwrite_phy(nid_files(iff),o_solswai%name,itau_w,solswai) 821 ENDIF 804 822 ENDIF 805 823
Note: See TracChangeset
for help on using the changeset viewer.