Last change
on this file since 5355 was
5296,
checked in by abarral, 7 weeks ago
|
Turn compbl.h into a module
Move calcul_REGDYN.h to obsolete
Create phys_constants_mod.f90
|
File size:
341 bytes
|
Rev | Line | |
---|
[5296] | 1 | ! Amaury 08/24: I created this module to declare some constants that were previously duplicated in several places |
---|
| 2 | ! Feel free to move this to another better-suited module. |
---|
| 3 | MODULE phys_constants_mod |
---|
| 4 | IMPLICIT NONE; PRIVATE |
---|
| 5 | PUBLIC dobson_u |
---|
| 6 | |
---|
| 7 | REAL, PARAMETER :: dobson_u = 2.1415e-05 ! Dobson unit, in kg m-2 |
---|
| 8 | END MODULE phys_constants_mod |
---|
| 9 | |
---|
Note: See
TracBrowser
for help on using the repository browser.