Ignore:
Timestamp:
Mar 9, 2016, 10:27:25 AM (8 years ago)
Author:
jyg
Message:

Read the shedding coefficient coef_peel (used when
iflag_mix_adiab=1) from file cv_param.data
(default=0.25).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/phylmd/cv3p1_closure.F90

    r2420 r2458  
    8282  REAL mad(nloc, nd), me(nloc, nd), betalim(nloc, nd), beta_coef(nloc, nd)
    8383  REAL med(nloc, nd), md(nloc,nd)
    84   REAL coef_peel
    85   PARAMETER (coef_peel=0.25)
     84!jyg<
     85! coef_peel is now in the common cv3_param
     86!!  REAL coef_peel
     87!!  PARAMETER (coef_peel=0.25)
     88!>jyg
    8689
    8790  REAL sigmax
Note: See TracChangeset for help on using the changeset viewer.