Back to home page

MITgcm

 
 

    


File indexing completed on 2018-03-02 18:37:24 UTC

view on githubraw file Latest commit add29e06 on 2018-01-31 20:35:05 UTC
d676f916b2 Jean*0001 #ifdef ALLOW_AIM
                0002 
                0003 C--   COMMON /VDICON/: Constants for vertical diffusion and shallow convection
                0004 C                      (initial. in INPHYS)
                0005 C      TRSHC  = relaxation time (in hours) for shallow convection
                0006 C      TRVDI  = relaxation time (in hours) for moisture diffusion
                0007 C      TRVDS  = relaxation time (in hours) for super-adiab. conditions
                0008 C      RHGRAD = maximum gradient of relative humidity (d_RH/d_sigma)
                0009 C      SEGRAD = minimum gradient of dry static energy (d_DSE/d_phi)
                0010       COMMON /VDICON/ TRSHC, TRVDI, TRVDS, RHGRAD, SEGRAD
                0011       _RL             TRSHC, TRVDI, TRVDS, RHGRAD, SEGRAD
                0012 
                0013 C---+----1----+----2----+----3----+----4----+----5----+----6----+----7-|--+----|
                0014 #endif /* ALLOW_AIM */