Changeset 3663 for trunk/LMDZ.GENERIC/libf/phystd/comcstfi_mod.F90
- Timestamp:
- Feb 27, 2025, 7:03:20 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phystd/comcstfi_mod.F90
r1524 r3663 5 5 REAL,SAVE :: rad ! radius of the planet (m) 6 6 REAL,SAVE :: g ! gravity (m/s2) 7 REAL,SAVE :: r ! reduced gas constant (r=8.314 511/(mugaz/1000.0))7 REAL,SAVE :: r ! reduced gas constant (r=8.314463/(mugaz/1000.0)) 8 8 REAL,SAVE :: cpp ! Cp of the atmosphere 9 9 REAL,SAVE :: rcp ! r/cpp 10 10 REAL,SAVE :: mugaz ! molar mass of the atmosphere (g/mol) 11 11 REAL,SAVE :: omeg ! planet rotation rate (rad/s) 12 REAL,SAVE :: avocado ! something like 6.022e2312 REAL,SAVE :: avocado ! 6.022141e23 13 13 !$OMP THREADPRIVATE(pi,rad,g,r,cpp,rcp,mugaz,omeg,avocado) 14 14
Note: See TracChangeset
for help on using the changeset viewer.