Back to home page

MITgcm

 
 

    


File indexing completed on 2018-03-02 18:37:23 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 /LSCCON/: Constants for large-scale condendation 
                0004 C                       (initial. in INPHYS)
                0005 C      TRLSC  = Relaxation time (in hours) for specific humidity
                0006 C      RHLSC  = Maximum relative humidity threshold (at sigma=1)
                0007 C      DRHLSC = Vertical range of relative humidity threshold
                0008 C      QSMAX  = used to define the maximum latent heat release 
                0009 
                0010       COMMON /LSCCON/ TRLSC, RHLSC, DRHLSC, QSMAX 
                0011       _RL             TRLSC, RHLSC, DRHLSC, QSMAX 
                0012 
                0013 C---+----1----+----2----+----3----+----4----+----5----+----6----+----7-|--+----|
                0014 #endif /* ALLOW_AIM */