Changeset 246 for trunk/LMDZ.MARS/libf/phymars
- Timestamp:
- Jul 29, 2011, 3:39:25 PM (13 years ago)
- Location:
- trunk/LMDZ.MARS/libf/phymars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/meso_inc/meso_inc_inifisini.F
r234 r246 88 88 c It must be set now, because it is used afterwards 89 89 c***************************************************** 90 dtphys=wdt* float(ptimestep)91 print*,'Physical timestep (s) ',dtphys 90 dtphys=wdt*ptimestep 91 print*,'Physical timestep (s) ',dtphys, ptimestep -
trunk/LMDZ.MARS/libf/phymars/testphys1d.F
r224 r246 431 431 432 432 !Mars possible matter with dtphys in input and include!!! 433 #ifdef MESOSCALE434 CALL meso_inifis(1,llm,day0,daysec,dtphys,435 #else436 433 CALL inifis(1,llm,day0,daysec,dtphys, 437 #endif438 434 . lati,long,area,rad,g,r,cpp) 439 435 c Initialisation pour prendre en compte les vents en 1-D … … 618 614 c appel de la physique 619 615 c -------------------- 620 #ifdef MESOSCALE621 CALL meso_physiq (1,llm,nqmx,622 #else623 616 CALL physiq (1,llm,nqmx, 624 #endif625 617 , firstcall,lastcall, 626 618 , day,time,dtphys,
Note: See TracChangeset
for help on using the changeset viewer.