Changeset 1918 for trunk/LMDZ.MARS/libf/phymars/surfini.F
- Timestamp:
- Apr 12, 2018, 8:35:48 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/surfini.F
r1543 r1918 1 1 SUBROUTINE surfini(ngrid,piceco2,qsurf,psolaralb) 2 ! to use 'getin' 3 USE ioipsl_getincom 2 3 USE ioipsl_getincom, only: getin 4 4 use netcdf 5 5 use tracer_mod, only: nqmx, noms … … 14 14 USE comcstfi_h 15 15 use mod_grid_phy_lmdz, only: nbp_lon, nbp_lat 16 use datafile_mod, only: datadir 16 17 IMPLICIT NONE 17 18 c======================================================================= … … 23 24 c Declarations: 24 25 c ------------- 25 #include "callkeys.h" 26 #include "datafile.h" 26 include "callkeys.h" 27 27 28 28 integer,intent(in) :: ngrid ! number of atmospheric columns … … 173 173 174 174 175 zedatafile = trim(data file)175 zedatafile = trim(datadir) 176 176 177 177
Note: See TracChangeset
for help on using the changeset viewer.