Changeset 1750 for LMDZ5/branches/testing/libf/phylmd/phys_output_write.h
- Timestamp:
- Apr 25, 2013, 5:27:27 PM (12 years ago)
- Location:
- LMDZ5/branches/testing
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/branches/testing
- Property svn:mergeinfo changed
/LMDZ5/trunk merged: 1711-1716,1718,1720-1725,1727-1729,1732-1742,1744-1745
- Property svn:mergeinfo changed
-
LMDZ5/branches/testing/libf/phylmd/phys_output_write.h
r1707 r1750 443 443 ENDIF 444 444 445 IF (o_evappot_srf(nsrf)%flag(iff)<=lev_files(iff)) THEN 446 zx_tmp_fi2d(1 : klon) = evap_pot( 1 : klon, nsrf) 447 CALL histwrite_phy(nid_files(iff),clef_stations(iff), 448 $ o_evappot_srf(nsrf)%name,itau_w, 449 $ zx_tmp_fi2d) 450 ENDIF 451 445 452 IF (o_ustar_srf(nsrf)%flag(iff)<=lev_files(iff)) THEN 446 453 zx_tmp_fi2d(1 : klon) = ustar(1 : klon, nsrf) … … 909 916 $o_fqd%name,itau_w,fqd) 910 917 ENDIF 911 ENDIF !(iflag_con.EQ.3) 918 919 ELSEIF (iflag_con.EQ.30) THEN 920 ! sortie RomP convection descente insaturee iflag_con=30 921 IF (o_Vprecip%flag(iff)<=lev_files(iff)) THEN 922 CALL histwrite_phy(nid_files(iff),clef_stations(iff), 923 $o_Vprecip%name,itau_w,Vprecip) 924 ENDIF 925 IF (o_wdtrainA%flag(iff)<=lev_files(iff)) THEN 926 CALL histwrite_phy(nid_files(iff),clef_stations(iff), 927 $o_wdtrainA%name,itau_w,wdtrainA) 928 ENDIF 929 IF (o_wdtrainM%flag(iff)<=lev_files(iff)) THEN 930 CALL histwrite_phy(nid_files(iff),clef_stations(iff), 931 $o_wdtrainM%name,itau_w,wdtrainM) 932 ENDIF 933 934 ENDIF !(iflag_con.EQ.3.or.iflag_con.EQ.30) 912 935 913 936 !!! nrlmd le 10/04/2012 … … 1582 1605 ENDIF 1583 1606 1607 IF (o_rnebls%flag(iff)<=lev_files(iff)) THEN 1608 CALL histwrite_phy(nid_files(iff),clef_stations(iff), 1609 $o_rnebls%name,itau_w,rneb) 1610 ENDIF 1611 1584 1612 IF (o_rhum%flag(iff)<=lev_files(iff)) THEN 1585 1613 CALL histwrite_phy(nid_files(iff),clef_stations(iff), … … 1776 1804 CALL histwrite_phy(nid_files(iff),clef_stations(iff), 1777 1805 $o_dqlsc%name,itau_w,zx_tmp_fi3d) 1806 ENDIF 1807 1808 IF (o_beta_prec%flag(iff)<=lev_files(iff)) THEN 1809 zx_tmp_fi3d(1:klon,1:klev)=beta_prec(1:klon,1:klev) 1810 CALL histwrite_phy(nid_files(iff),clef_stations(iff), 1811 $o_beta_prec%name,itau_w,zx_tmp_fi3d) 1778 1812 ENDIF 1779 1813
Note: See TracChangeset
for help on using the changeset viewer.