Changeset 1468


Ignore:
Timestamp:
Dec 17, 2010, 12:25:17 PM (13 years ago)
Author:
idelkadi
Message:

Input file conv_param.data added to change convection parameters without changing them inside the code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/phylmd/cv3_routines.F

    r1403 r1468  
    8989
    9090      betad=10.0   ! original value (from convect 4.3)
     91
     92      OPEN(99,file='conv_param.data',status='old',
     93     $          form='formatted',err=9999)
     94      READ(99,*,end=9998) dpbase
     95      READ(99,*,end=9998) pbcrit
     96      READ(99,*,end=9998) ptcrit
     97      READ(99,*,end=9998) sigdz
     98      READ(99,*,end=9998) spfac
     999998  Continue
     100      CLOSE(99)
     1019999  Continue
     102      WRITE(*,*)'dpbase=',dpbase
     103      WRITE(*,*)'pbcrit=',pbcrit
     104      WRITE(*,*)'ptcrit=',ptcrit
     105      WRITE(*,*)'sigdz=',sigdz
     106      WRITE(*,*)'spfac=',spfac
    91107
    92108      return
Note: See TracChangeset for help on using the changeset viewer.