Last change
on this file since 1819 was
1795,
checked in by jvatant, 8 years ago
|
Making Titan's hazy again, part II
+ Added calmufi and inimufi routines that interface YAMMS model
+ Major changes of the tracer gestion in tracer_h (new query by name)
+ Update the deftank
JVO
|
File size:
763 bytes
|
Line | |
---|
1 | !----------------------------------------------------------------------- |
---|
2 | module datafile_mod |
---|
3 | ! Address of the directory containing tables of data needed by the GCM |
---|
4 | implicit none |
---|
5 | |
---|
6 | ! Main directory: 'datadir': |
---|
7 | ! Default for LMD machines: |
---|
8 | character(len=300),save :: datadir='datagcm' |
---|
9 | !$OMP THREADPRIVATE(datadir) |
---|
10 | |
---|
11 | ! Subdirectories of 'datadir': |
---|
12 | |
---|
13 | ! surfdir stores planetary topography, albedo, etc. (surface.nc files) |
---|
14 | character(len=12),parameter :: surfdir="surface_data" |
---|
15 | |
---|
16 | ! Default directory for microphysics |
---|
17 | character(LEN=300),save :: config_mufi ='datagcm/microphysics/config.cfg' |
---|
18 | |
---|
19 | end module datafile_mod |
---|
20 | !----------------------------------------------------------------------- |
---|
Note: See
TracBrowser
for help on using the repository browser.