Changeset 2408 for LMDZ5/branches/testing/libf/phylmd/orografi_strato.F90
- Timestamp:
- Dec 14, 2015, 11:43:09 AM (9 years ago)
- Location:
- LMDZ5/branches/testing
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/branches/testing
- Property svn:mergeinfo changed
/LMDZ5/trunk merged: 2293-2295,2297,2299-2302,2305-2313,2315,2317-2380,2382-2396
- Property svn:mergeinfo changed
-
LMDZ5/branches/testing/libf/phylmd/orografi_strato.F90
r2056 r2408 61 61 62 62 ! ====================================================================== 63 ! ym#include "dimensions.h"64 ! ym#include "dimphy.h"65 63 include "YOMCST.h" 66 64 include "YOEGWD.h" … … 239 237 240 238 241 ! ym#include "dimensions.h"242 ! ym#include "dimphy.h"243 239 include "YOMCST.h" 244 240 include "YOEGWD.h" … … 541 537 542 538 543 ! ym#include "dimensions.h"544 ! ym#include "dimphy.h"545 539 include "YOMCST.h" 546 540 include "YOEGWD.h" … … 995 989 IMPLICIT NONE 996 990 997 ! ym#include "dimensions.h"998 ! ym#include "dimphy.h"999 991 include "YOMCST.h" 1000 992 include "YOEGWD.h" … … 1114 1106 IMPLICIT NONE 1115 1107 1116 ! ym#include "dimensions.h"1117 ! ym#include "dimphy.h"1118 1108 include "YOMCST.h" 1119 1109 include "YOEGWD.h" … … 1350 1340 ! ====================================================================== 1351 1341 1352 ! ym#include "dimensions.h"1353 ! ym#include "dimphy.h"1354 1342 include "YOMCST.h" 1355 1343 include "YOEGWD.h" … … 1510 1498 1511 1499 1512 ! ym#include "dimensions.h"1513 ! ym#include "dimphy.h"1514 1500 include "YOMCST.h" 1515 1501 include "YOEGWD.h" … … 1558 1544 IF (nlon/=klon .OR. nlev/=klev) THEN 1559 1545 abort_message = 'pb dimension' 1560 CALL abort_ gcm(modname, abort_message, 1)1546 CALL abort_physic(modname, abort_message, 1) 1561 1547 END IF 1562 1548 zcons1 = 1./rd … … 1847 1833 1848 1834 zpr = 100000. 1849 ztop = 0.0011835 ZTOP=0.00005 1850 1836 zsigt = 0.94 1851 1837 ! old ZPR=80000. … … 1873 1859 PRINT *, ' DANS SUGWD nktopg=', nktopg 1874 1860 PRINT *, ' DANS SUGWD nstra=', nstra 1875 if (nstra == 0) call abort_ gcm("sugwd_strato", "no level in stratosphere", 1)1876 1877 gsigcr = 0.80 1878 1879 gkdrag = 0.18751880 grahilo = 0.11881 grcrit = 1.001882 gfrcrit = 1.001883 gkwake = 0.501884 1885 g klift = 0.251861 if (nstra == 0) call abort_physic("sugwd_strato", "no level in stratosphere", 1) 1862 1863 ! Valeurs lues dans les .def, ou attribues dans conf_phys 1864 !gkdrag = 0.2 1865 !grahilo = 0.1 1866 !grcrit = 1.00 1867 !gfrcrit = 0.70 1868 !gkwake = 0.40 1869 !gklift = 0.25 1870 1871 gsigcr = 0.80 ! Top of low level flow 1886 1872 gvcrit = 0.1 1887 1873
Note: See TracChangeset
for help on using the changeset viewer.