Ignore:
Timestamp:
01/30/18 15:28:08 (6 years ago)
Author:
dubos
Message:

trunk/disvert : set pa=preff/2 rather than hard-coded pa=50000

File:
1 edited

Legend:

Unmodified
Added
Removed
  • codes/icosagcm/trunk/src/vertical/disvert_std.f90

    r548 r669  
    1616 
    1717  SUBROUTINE init_disvert 
    18   USE icosa 
    19   IMPLICIT NONE 
    20    
     18    pa = .5*preff ! differs from 50000 if preff differs from 1e5 
     19    CALL getin('pa',pa) 
     20 
    2121    ALLOCATE(ap(llm+1)) 
    2222    ALLOCATE(bp(llm+1)) 
     
    2929 
    3030  SUBROUTINE disvert(ap,bp,presnivs) 
    31   USE icosa 
    3231  USE mpipara 
    33   USE earth_const 
    34   IMPLICIT NONE 
    3532  REAL(rstd),INTENT(OUT) :: ap(:) 
    3633  REAL(rstd),INTENT(OUT) :: bp(:) 
Note: See TracChangeset for help on using the changeset viewer.