Last change
on this file was
5099,
checked in by abarral, 4 months ago
|
Replace most uses of CPP_DUST by the corresponding logical defined in lmdz_cppkeys_wrapper.F90
Convert several files from .F to .f90 to allow Dust to compile w/o rrtm/ecrad
Create lmdz_yoerad.f90
(lint) Remove "!" on otherwise empty line
|
-
Property copyright set to
Name of program: LMDZ Creation date: 1984 Version: LMDZ5 License: CeCILL version 2 Holder: Laboratoire de m\'et\'eorologie dynamique, CNRS, UMR 8539 See the license file in the root directory
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
768 bytes
|
Rev | Line | |
---|
[5099] | 1 | |
---|
[1279] | 2 | ! $Id: temps_mod.F90 5099 2024-07-22 19:29:09Z fairhead $ |
---|
[5099] | 3 | |
---|
[2601] | 4 | MODULE temps_mod |
---|
[524] | 5 | |
---|
[2601] | 6 | IMPLICIT NONE |
---|
[524] | 7 | |
---|
[2601] | 8 | INTEGER itaufin ! total number of dynamical steps for the run |
---|
| 9 | INTEGER itau_dyn |
---|
| 10 | INTEGER itau_phy |
---|
| 11 | INTEGER day_ini ! initial day # of simulation sequence |
---|
| 12 | INTEGER day_end ! final day # ; i.e. day # when this simulation ends |
---|
| 13 | INTEGER annee_ref |
---|
| 14 | INTEGER day_ref |
---|
[3540] | 15 | INTEGER year_len |
---|
[2601] | 16 | REAL dt ! (dynamics) time step (changes if doing Matsuno or LF step) |
---|
| 17 | REAL jD_ref ! reference julian day date (beginning of experiment) |
---|
| 18 | REAL jH_ref ! reference julian "hour" of reference julian date |
---|
| 19 | REAL start_time |
---|
| 20 | CHARACTER (len=10) :: calend ! calendar type |
---|
[1577] | 21 | |
---|
[2601] | 22 | ! Additionnal Mars stuff: |
---|
| 23 | REAL hour_ini ! initial fraction of day of simulation sequence (0=<hour_ini<1) |
---|
[524] | 24 | |
---|
[2601] | 25 | END MODULE temps_mod |
---|
Note: See
TracBrowser
for help on using the repository browser.