Changeset 226 for trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/phys
- Timestamp:
- Jul 15, 2011, 2:55:17 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/phys/module_lmd_driver.F
r179 r226 222 222 ! Additional control variables 223 223 INTEGER :: sponge_top,relax,ips,ipe,jps,jpe,kps,kpe 224 REAL :: elaps, ptimestep , wecri_phys_sec225 INTEGER :: wappel_phys, w ecri_phys, wday_ini, test, test2224 REAL :: elaps, ptimestep 225 INTEGER :: wappel_phys, wday_ini, test, test2 226 226 LOGICAL :: flag_LES 227 227 … … 328 328 wday_ini = JULDAY - 1 !! GCM convention 329 329 wappel_phys = int(RADT) 330 wecri_phys = int(CUDT)331 330 ptimestep = dt*float(wappel_phys) ! physical timestep (s) 332 331 ngrid=(ipe-ips+1)*(jpe-jps+1) ! size of the horizontal grid: ngridmx = wiim * wjjm … … 1083 1082 DEALLOCATE(wpsi) 1084 1083 ENDIF 1085 !! nearly obsolete1086 !print *, '** Mars ** Diagnostic files each ',wecri_phys,' phys. steps'1087 wecri_phys_sec=dt*float(wecri_phys)*float(wappel_phys)1088 IF (JULYR .eq. 9999) wecri_phys_sec = 100000000. !! sinon bug (ne peut valoir 0)1089 1084 1090 1085 !!********!!
Note: See TracChangeset
for help on using the changeset viewer.