Changeset 1864 for LMDZ5/branches/testing/libf/phylmd/cv_driver.F
- Timestamp:
- Sep 11, 2013, 11:45:01 AM (11 years ago)
- Location:
- LMDZ5/branches/testing
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/branches/testing
- Property svn:mergeinfo changed
/LMDZ5/trunk merged: 1797-1799,1801-1811,1813-1834,1836,1838-1840,1842-1860
- Property svn:mergeinfo changed
-
LMDZ5/branches/testing/libf/phylmd/cv_driver.F
r1795 r1864 341 341 ! --- SET CONSTANTS AND PARAMETERS 342 342 !------------------------------------------------------------------- 343 print *, '-> cv_driver' !jyg343 ! print *, '-> cv_driver' !jyg 344 344 c -- set simulation flags: 345 345 c (common cvflag) 346 346 347 CALL cv_flag 347 CALL cv_flag(0) 348 348 349 349 c -- set thermodynamical constants: … … 494 494 400 continue 495 495 496 print*,'cv_driver : klon, ncum = ',len,ncum496 ! print*,'cv_driver : klon, ncum = ',len,ncum 497 497 498 498 IF (ncum.gt.0) THEN … … 696 696 9999 continue 697 697 698 print *, 'fin cv_driver ->' !jyg698 ! print *, 'fin cv_driver ->' !jyg 699 699 return 700 700 end 701 701 702 702 !================================================================== 703 SUBROUTINE cv_flag 703 SUBROUTINE cv_flag(iflag_ice_thermo) 704 704 implicit none 705 706 c Argument : iflag_ice_thermo : ice thermodynamics is taken into account if 707 c iflag_ice_thermo >=1 708 INTEGER iflag_ice_thermo 705 709 706 710 #include "cvflag.h" … … 709 713 c differente de 10.0 dans convect3: 710 714 cvflag_grav = .TRUE. 715 cvflag_ice = iflag_ice_thermo .GE. 1 711 716 712 717 return … … 744 749 cpv = RCPV 745 750 cl = RCW 751 ci = RCS 746 752 rrv = RV 747 753 rrd = RD 748 754 lv0 = RLVTT 755 lf0 = RLSTT-RLVTT 749 756 g = RG ! not used in convect3 750 757 c ori t0 = RTT … … 758 765 clmcpv=cl-cpv 759 766 clmcpd=cl-cpd 767 clmci=cl-ci 760 768 cpdmcp=cpd-cpv 761 769 cpvmcpd=cpv-cpd
Note: See TracChangeset
for help on using the changeset viewer.