source: trunk/LMDZ.TITAN/libf/phytitan/datafile_mod.F90 @ 1790

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
RevLine 
[135]1!-----------------------------------------------------------------------
[374]2      module datafile_mod
[1470]3!  Address of the directory containing tables of data needed by the GCM
[374]4      implicit none
[135]5
[1470]6      ! Main directory: 'datadir':
[716]7      ! Default for Berserker @ UChicago:
8!      character(len=300) :: datadir='/home/rwordsworth/datagcm'
[374]9      ! Default for Gnome Idataplex:
[716]10!      character(len=300) :: datadir='/san/home/rdword/gcm/datagcm'
[374]11      ! Default for LMD machines:
[1520]12      character(len=300),save :: datadir='/u/lmdz/WWW/planets/LMDZ.GENERIC/datagcm'
13!$OMP THREADPRIVATE(datadir)
[1470]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     
[374]20      end module datafile_mod
[135]21!-----------------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.