Changeset 17c3c47 in flexpart.git


Ignore:
Timestamp:
Aug 5, 2020, 2:32:48 PM (4 years ago)
Author:
Ignacio Pisso <ip@…>
Branches:
10.4.1_pesei, bugfixes+enhancements, release-10.4.1, scaling-bug
Children:
f0a2e58
Parents:
477a094
Message:

modify caldate.f90 in order to compile 477a094

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/caldate.f90

    r477a094 r17c3c47  
    4242  julday=int(juldate)
    4343! PS check to avoid 240000 as hhmiss: 
    44   if ((xjuldate-julday)*86400._dp .ge. 86399.5_dp) then
     44  if ((juldate-julday)*86400._dp .ge. 86399.5_dp) then
    4545    juldate = juldate + juldate-julday-86399.5_dp/86400._dp
    4646    julday=int(juldate)
    47   end
     47  endif
    4848  if(julday.ge.igreg)then
    4949    jalpha=int(((julday-1867216)-0.25)/36524.25)
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG