Changeset 1130 for trunk/LMDZ.MARS/libf/dyn3d/lect_start_archive.F
- Timestamp:
- Dec 20, 2013, 4:04:56 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/dyn3d/lect_start_archive.F
r1047 r1130 17 17 c 18 18 c======================================================================= 19 use infotrac, only: tn om19 use infotrac, only: tname 20 20 use comsoil_h, only: nsoilmx, layer, mlayer, volcapa, inertiedat 21 21 implicit none … … 32 32 #include "comvert.h" 33 33 #include "comgeom2.h" 34 #include "control.h"34 !#include "control.h" 35 35 #include "logic.h" 36 36 #include "description.h" 37 37 #include "ener.h" 38 38 #include "temps.h" 39 #include "lmdstd.h"39 !#include "lmdstd.h" 40 40 #include "netcdf.inc" 41 41 !#include "tracer.h" … … 760 760 write(txt,'(a5,i2.2)')'qsurf',iq 761 761 ELSE 762 txt=trim(tn om(iq))//"_surf"762 txt=trim(tname(iq))//"_surf" 763 763 if (txt.eq."h2o_vap") then 764 764 ! There is no surface tracer for h2o_vap; … … 948 948 write(txt,'(a1,i2.2)')'q',iq 949 949 ELSE 950 txt=tn om(iq)950 txt=tname(iq) 951 951 ENDIF 952 952 write(*,*)"lect_start_archive: loading tracer ",trim(txt)
Note: See TracChangeset
for help on using the changeset viewer.