|
Last change
on this file since 2153 was
1422,
checked in by milmd, 11 years ago
|
|
In GENERIC, MARS and COMMON models replace some include files by modules (usefull for decoupling physics with dynamics).
|
|
File size:
427 bytes
|
| Line | |
|---|
| 1 | MODULE temps_mod |
|---|
| 2 | |
|---|
| 3 | IMPLICIT NONE |
|---|
| 4 | |
|---|
| 5 | INTEGER itaufin ! total number of dynamical steps for the run |
|---|
| 6 | INTEGER*4 day_ini ! initial day # of simulation sequence |
|---|
| 7 | INTEGER*4 day_end ! final day # ; i.e. day # when this simulation ends |
|---|
| 8 | REAL dt ! (dynamics) time step (changes if doing Matsuno or LF step) |
|---|
| 9 | REAL hour_ini ! initial fraction of day of simulation sequence (0=<hour_ini<1) |
|---|
| 10 | |
|---|
| 11 | END MODULE temps_mod |
|---|
Note: See
TracBrowser
for help on using the repository browser.