Changeset 374 for trunk/LMDZ.GENERIC/libf/dyn3d/newstart.F
- Timestamp:
- Nov 10, 2011, 3:08:51 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/dyn3d/newstart.F
r367 r374 1836 1836 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 1837 1837 subroutine load_MONS_data(MONS_Hdn,MONS_d21) 1838 use datafile_mod, only: datadir 1838 1839 implicit none 1839 1840 ! routine to load Benedicte Diez MONS dataset, fill in date in southern … … 1841 1842 #include"dimensions.h" 1842 1843 #include"paramet.h" 1843 #include"datafile.h"1844 1844 #include"comgeom.h" 1845 1845 ! arguments: … … 1871 1871 1872 1872 ! Open MONS datafile: 1873 open(42,file=trim(data file)//"/"//trim(filename),1873 open(42,file=trim(datadir)//"/"//trim(filename), 1874 1874 & status="old",iostat=ierr) 1875 1875 if (ierr/=0) then 1876 1876 write(*,*) "Error in load_MONS_data:" 1877 1877 write(*,*) "Failed opening file ", 1878 & trim(datafile)//"/"//trim(filename) 1879 write(*,*)'1) You can change the path to the file in ' 1880 write(*,*)' file phymars/datafile.h' 1881 write(*,*)'2) If necessary ',trim(filename), 1878 & trim(datadir)//"/"//trim(filename) 1879 write(*,*)'Check that your path to datagcm:',trim(datadir) 1880 write(*,*)' is correct. You can change it in callphys.def with:' 1881 write(*,*)' datadir = /absolute/path/to/datagcm' 1882 write(*,*)'If necessary ',trim(filename), 1882 1883 & ' (and other datafiles)' 1883 1884 write(*,*)' can be obtained online at:'
Note: See TracChangeset
for help on using the changeset viewer.