Ignore:
Timestamp:
Dec 14, 2015, 11:43:09 AM (9 years ago)
Author:
Laurent Fairhead
Message:

Merged trunk changes r2298:2396 into testing branch

Location:
LMDZ5/branches/testing
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/branches/testing

  • LMDZ5/branches/testing/libf/phylmd/orografi_strato.F90

    r2056 r2408  
    6161
    6262  ! ======================================================================
    63   ! ym#include "dimensions.h"
    64   ! ym#include "dimphy.h"
    6563  include "YOMCST.h"
    6664  include "YOEGWD.h"
     
    239237
    240238
    241   ! ym#include "dimensions.h"
    242   ! ym#include "dimphy.h"
    243239  include "YOMCST.h"
    244240  include "YOEGWD.h"
     
    541537
    542538
    543   ! ym#include "dimensions.h"
    544   ! ym#include "dimphy.h"
    545539  include "YOMCST.h"
    546540  include "YOEGWD.h"
     
    995989  IMPLICIT NONE
    996990
    997   ! ym#include "dimensions.h"
    998   ! ym#include "dimphy.h"
    999991  include "YOMCST.h"
    1000992  include "YOEGWD.h"
     
    11141106  IMPLICIT NONE
    11151107
    1116   ! ym#include "dimensions.h"
    1117   ! ym#include "dimphy.h"
    11181108  include "YOMCST.h"
    11191109  include "YOEGWD.h"
     
    13501340  ! ======================================================================
    13511341
    1352   ! ym#include "dimensions.h"
    1353   ! ym#include "dimphy.h"
    13541342  include "YOMCST.h"
    13551343  include "YOEGWD.h"
     
    15101498
    15111499
    1512   ! ym#include "dimensions.h"
    1513   ! ym#include "dimphy.h"
    15141500  include "YOMCST.h"
    15151501  include "YOEGWD.h"
     
    15581544  IF (nlon/=klon .OR. nlev/=klev) THEN
    15591545    abort_message = 'pb dimension'
    1560     CALL abort_gcm(modname, abort_message, 1)
     1546    CALL abort_physic(modname, abort_message, 1)
    15611547  END IF
    15621548  zcons1 = 1./rd
     
    18471833
    18481834  zpr = 100000.
    1849   ztop = 0.001
     1835  ZTOP=0.00005
    18501836  zsigt = 0.94
    18511837  ! old  ZPR=80000.
     
    18731859  PRINT *, ' DANS SUGWD nktopg=', nktopg
    18741860  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.1875
    1880   grahilo = 0.1
    1881   grcrit = 1.00
    1882   gfrcrit = 1.00
    1883   gkwake = 0.50
    1884 
    1885   gklift = 0.25
     1861  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
    18861872  gvcrit = 0.1
    18871873
Note: See TracChangeset for help on using the changeset viewer.