|
Last change
on this file since 1790 was
1788,
checked in by jvatant, 8 years ago
|
|
Get rid of all the old-generic dummy aerosol scheme ( just left scatterers_h for compilation )
as the new microphysics for Titan will be plugged in
-> even removed sedimentation ( will be done in the microphysical model )
--JVO
|
|
File size:
884 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 Berserker @ UChicago: |
|---|
| 8 | ! character(len=300) :: datadir='/home/rwordsworth/datagcm' |
|---|
| 9 | ! Default for Gnome Idataplex: |
|---|
| 10 | ! character(len=300) :: datadir='/san/home/rdword/gcm/datagcm' |
|---|
| 11 | ! Default for LMD machines: |
|---|
| 12 | character(len=300),save :: datadir='/u/lmdz/WWW/planets/LMDZ.GENERIC/datagcm' |
|---|
| 13 | !$OMP THREADPRIVATE(datadir) |
|---|
| 14 | |
|---|
| 15 | ! Subdirectories of 'datadir': |
|---|
| 16 | |
|---|
| 17 | ! surfdir stores planetary topography, albedo, etc. (surface.nc files) |
|---|
| 18 | character(len=12),parameter :: surfdir="surface_data" |
|---|
| 19 | |
|---|
| 20 | end module datafile_mod |
|---|
| 21 | !----------------------------------------------------------------------- |
|---|
Note: See
TracBrowser
for help on using the repository browser.