Ignore:
Timestamp:
May 6, 2011, 12:40:30 PM (13 years ago)
Author:
idelkadi
Message:

Corrections, organisation et modifications des parametres de la convection lus dans les fichiers inputs conv_param.data et ep_param.data

File:
1 edited

Legend:

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

    r981 r1515  
    3333      real bll(nloc), bmx(nloc)
    3434      real gamma(nloc)
     35      logical ok(nloc)
     36
    3537      real dgamma
    3638      real buoymin
    37       logical ok(nloc)
    38 
    39       data dgamma /2.e-03/ !dgamma gamma
    40       data buoymin /2./
     39      parameter (dgamma = 2.e-03) !dgamma gamma
     40      parameter (buoymin = 2.)
    4141
    4242      logical fixed_bll
Note: See TracChangeset for help on using the changeset viewer.