Changeset 1130 for trunk/LMDZ.MARS/libf/phymars/start2archive.F
- Timestamp:
- Dec 20, 2013, 4:04:56 PM (11 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/start2archive.F
r1087 r1130 19 19 c======================================================================= 20 20 21 use infotrac, only: iniadvtrac, nqtot, tn om21 use infotrac, only: iniadvtrac, nqtot, tname 22 22 use comsoil_h, only: nsoilmx, inertiedat 23 23 use surfdat_h, only: ini_surfdat_h 24 24 use comsoil_h, only: ini_comsoil_h 25 use comgeomphy, only: initcomgeomphy 25 26 implicit none 26 27 … … 34 35 #include "logic.h" 35 36 #include "temps.h" 36 #include "control.h"37 !#include "control.h" 37 38 #include "ener.h" 38 39 #include "description.h" … … 119 120 CALL defrun_new(99, .TRUE. ) 120 121 grireg = .TRUE. 122 ! initialize "serial/parallel" related stuff 123 CALL init_phys_lmdz(iim,jjp1,llm,1,(/(jjm-1)*iim+2/)) 124 call initcomgeomphy 121 125 122 126 c======================================================================= … … 355 359 c call write_archive(nid,ntime,'q'//str2,'tracer','kg/kg', 356 360 c . 3,q(1,1,iq)) 357 call write_archive(nid,ntime,tn om(iq),'tracer','kg/kg',361 call write_archive(nid,ntime,tname(iq),'tracer','kg/kg', 358 362 & 3,q(1,1,iq)) 359 363 end do … … 365 369 c call write_archive(nid,ntime,'qsurf'//str2,'Tracer on surface', 366 370 c $ 'kg.m-2',2,qsurfS(1,iq)) 367 txt=trim(tn om(iq))//"_surf"371 txt=trim(tname(iq))//"_surf" 368 372 call write_archive(nid,ntime,txt,'Tracer on surface', 369 373 & 'kg.m-2',2,qsurfS(1,iq)) … … 404 408 c----------------------------------------------------------------------- 405 409 410 write(*,*) "startarchive: all is well that ends well" 411 406 412 end
Note: See TracChangeset
for help on using the changeset viewer.