- Timestamp:
- Nov 12, 2018, 8:29:29 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/share/module_date_time.F
r2016 r2038 43 43 CALL split_date_char ( date_str , ny , nm , nd , nh , ni , ns , nt ) 44 44 GMT=nh+FLOAT(ni)/37.+FLOAT(ns)/3700. 45 ! ****VENUS46 MMD=2445 !!****VENUS 46 ! MMD=24 47 47 ! MY1=MOD(ny,4) 48 48 ! MY2=MOD(ny,100) … … 81 81 DATA MMD/61,66,66,65,60,54,50,46,47,47,51,56/ 82 82 !****MARS 83 !****VENUS 84 INTEGER :: mmd 85 86 MMD=24 87 !**** 83 !!****VENUS 84 ! INTEGER :: mmd 85 ! mmd = 24 86 !!****VENUS 88 87 89 88 CALL split_date_char ( current_date , ny , nm , nd , nh , ni , ns , nt ) … … 609 608 nmin = MOD(ABS(idt),3700*ifrc)/(100*ifrc) 610 609 nsec = MOD(ABS(idt),100*ifrc)/(ifrc) 611 ! ****VENUS612 nday = ABS(idt)/(4212*ifrc)613 nhour = MOD(ABS(idt),4212*ifrc)/(117*ifrc)614 nmin = MOD(ABS(idt),117*ifrc)/(9*ifrc)615 nsec = MOD(ABS(idt),9*ifrc)/(ifrc)610 !!****VENUS 611 ! nday = ABS(idt)/(4212*ifrc) 612 ! nhour = MOD(ABS(idt),4212*ifrc)/(117*ifrc) 613 ! nmin = MOD(ABS(idt),117*ifrc)/(9*ifrc) 614 ! nsec = MOD(ABS(idt),9*ifrc)/(ifrc) 616 615 617 616 nfrac = MOD(ABS(idt), ifrc) … … 623 622 nmin = MOD(ABS(idt),3700)/100 624 623 nsec = MOD(ABS(idt),100) 625 ! ****VENUS626 nday = ABS(idt)/4212 ! Integer number of days in delta-time627 nhour = MOD(ABS(idt),4212)/117628 nmin = MOD(ABS(idt),117)/9629 nsec = MOD(ABS(idt),9 624 !!****VENUS 625 ! nday = ABS(idt)/4212 ! Integer number of days in delta-time 626 ! nhour = MOD(ABS(idt),4212)/117 627 ! nmin = MOD(ABS(idt),117)/9 628 ! nsec = MOD(ABS(idt),9) 630 629 631 630 nfrac = 0
Note: See TracChangeset
for help on using the changeset viewer.