Changeset 1650 for trunk/LMDZ.COMMON/libf/dyn3d_common/comconst_mod.F90
- Timestamp:
- Jan 25, 2017, 4:02:54 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/dyn3d_common/comconst_mod.F90
r1572 r1650 12 12 REAL r ! Reduced Gas constant r=R/mu 13 13 ! with R=8.31.. J.K-1.mol-1, mu: mol mass of atmosphere (kg/mol) 14 REAL cpp ! Cp15 REAL kappa ! kappa= R/Cp14 REAL cpp ! Specific heat Cp (J.kg-1.K-1) 15 REAL kappa ! kappa=r/Cp 16 16 REAL cotot 17 17 REAL unsim ! = 1./iim … … 23 23 REAL dissip_fac_mid,dissip_fac_up,dissip_deltaz,dissip_hdelta 24 24 REAL dissip_pupstart 25 INTEGER iflag_top_bound,mode_top_bound 25 ! top_bound sponge: 26 INTEGER iflag_top_bound ! sponge type 26 27 INTEGER ngroup ! parameter to group points (along longitude) near poles 27 REAL tau_top_bound 28 INTEGER mode_top_bound ! sponge mode 29 REAL tau_top_bound ! inverse of sponge characteristic time scale (Hz) 28 30 REAL daylen ! length of solar day, in 'standard' day length 31 REAL year_day ! Number of standard days in a year 29 32 REAL molmass ! (g/mol) molar mass of the atmosphere 30 33
Note: See TracChangeset
for help on using the changeset viewer.