Changeset 1579 for trunk/LMDZ.MARS/libf/phymars
- Timestamp:
- Aug 23, 2016, 8:04:18 AM (8 years ago)
- Location:
- trunk/LMDZ.MARS/libf/phymars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/conf_phys.F
r1525 r1579 54 54 CHARACTER ch1*12 55 55 56 #ifndef MESOSCALE 56 57 ! read in some parameters from "run.def" for physics, 57 58 ! or shared between dynamics and physics. … … 65 66 ecritstart=0 ! default value 66 67 call getin("ecritstart",ecritstart) ! write a restart every ecristart steps 68 #endif 69 67 70 ! -------------------------------------------------------------- 68 71 ! Reading the "callphys.def" file controlling some key options -
trunk/LMDZ.MARS/libf/phymars/physiq_mod.F
r1576 r1579 412 412 #else 413 413 ! MESOSCALE. Supposedly everything is already set in modules. 414 ! So we just check. And we calculate day_ini + two param in dyn3d/control_mod. 414 ! So we just check. And we fill day_ini 415 print*,"check: --- in physiq.F" 415 416 print*,"check: rad,cpp,g,r,rcp,daysec" 416 417 print*,rad,cpp,g,r,rcp,daysec … … 424 425 PRINT*,'check: qsurf ',qsurf(1,1),qsurf(ngrid,nq) 425 426 PRINT*,'check: co2 ',co2ice(1),co2ice(ngrid) 426 day_step=daysec/ptimestep 427 PRINT*,'Call to LMD physics:',day_step,' per Martian day' 428 iphysiq=ptimestep 427 !!! 429 428 day_ini = pday 430 429 #endif
Note: See TracChangeset
for help on using the changeset viewer.